A simple project manager, issue tracker, and client manager application written with Laravel and Livewire with TailwindCSS and DaisyUI.
PHP 8.1
- Clone the project to your local PC.
git clone https://github.com/cdterry87/Proma.git
- Setup the application:
composer install # Install dependencies with composer
cp .env.example .env # Create your .env file based on the .env.example file and change the appropriate values
php artisan key:generate # Generate an application key for your project
php artisan migrate # Migrate the database schema
php artisan db:seed # Seed the database with sample data
php artisan serve # Runs the application on a local web server
- In your browser, view the application and login ( Username: [email protected] | Password: password1 )