This is a Portfolio landing page built with Laravel, It has a full control panel to control content. Recorded Video for the whole project
- Clone the project
- Go to the project root directory and run
composer installandnpm install - Create
.envfile and copy content from.env.example - Run
php artisan key:generatefrom terminal - Change database information in
.env - Run migrations by executing
php artisan migrate, Then Runphp artisan db:seedto use faker settings in database, - Start the project by running
php artisan serve
- AdminURL: http://127.0.0.1:8000/admin
- Email: test@example.com
- Password: password