Basically, a project to manage library
Copy environment variables
php -r "file_exists('.env') || copy('.env.example', '.env');"
https://documenter.getpostman.com/view/12085227/2s8YmLvP9S
Create a database on your local sql database to tally the database name in the .env file.
Run 'php artisan migrate' to run database migrations.
# Run app
php artisan serve
- Version: 1.0.0
- License: MIT