💥 It is a simple team management system developed using bootstrap4, Additionally used Noty.js for notification's. 💥
Use composer to install the package:
composer installTo configure the package you need to publish settings first
1. Duplicate/Copy .env.example & rename the other file to .env
2. Change the DB connection values in .env file
Then, Run the following commands
php artisan key:generate
php artisan migrate
NOTE: Give permission to storage folder for uploading the images
Now start the laravel server through localhost
php artisan serve
The package has been tested in the following configuration:
- PHP version >=7.1.3, <=7.4.22