Reloadis is a simple project to learn laravel framework, i just make the project for fun. Actualy this project is'nt complete yet, lots of lack of features. So, i hope if you the clonner user, you can contribute in this project.
- Clone the project
- Update the library using
composer install
- Running migration using
php artisan migrate
- Running migration to seed the role permission using
php artisan permission:create-permission-routes
- Update .env file with your configuration
- Running the project
php artisan serve