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 install
andnpm install
- Create
.env
file and copy content from.env.example
- Run
php artisan key:generate
from terminal - Change database information in
.env
- Run migrations by executing
php artisan migrate
, Then Runphp artisan db:seed
to use faker settings in database, - Start the project by running
php artisan serve
- AdminURL: http://127.0.0.1:8000/admin
- Email: [email protected]
- Password: password