Build Status Total Downloads Latest Stable Version License

Laravel 7 Blog Project

This is the long tutorial serise of Laravel Blog Project on youtube. Check it out -> https://www.youtube.com/playlist?list=PL397yT3D1n9g-WZrBKonJol3DCcxnwZNs

Instruction

Download or git clone it. Run composer install Edit .env file and setup database credentials. Run migration to database - php artisan migrate Run seed - php artisan db:seed run the app - php artisan serve

License

MIT license.