About Blog App (https://blogger-app-laravel.herokuapp.com/)
-
Clone the project
-
Install the dependencies
composer install
-
Set up database and APP_URL (For image path) in .env file
-
Migrate the database
php artisan migrate --seed
-
Create passport client
php artisan passport:install --uuids
-
Run the project
php artisan serve