This is a Laravel Blog CRUD API Application Built with Laravel, PHP, MySql
The following are to be considered when running this Application:
- Open the terminal and navigate to Project folder
- Run
composer install
command to install required dependencies - Copy .env.example to .env and update the DB_DATABASE, DB_PASSWORD, DB_USERNAME to credentials according your to your database credentials
- Run the
php artisan key:generate
command to generate an application key. - Run the
php artisan migrate:fresh --seed
command to run migrations and seed. - Run the
php artisan passport:install
command to install passport. - Run the
php artisan serve
command and navigate to the url provided to start using the application.
admin@mail.com
is the default admin email and password
https://documenter.getpostman.com/view/14023069/TzskE3b4 Here is the API Documentation
Run the php artisan test
to run the tests