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