Skip to content

AhmadEsali/laramedium

Repository files navigation

Lara Medium

Steps

copy .env.example to .env and add database info
composer install
npm install
npm run dev
php artisan migrate
php artisan db:seed
php artisan serve

Then go to http://localhost:8000

dashboard link http://localhost:8000/dashboard

Stack

laravel

bootstrap

Tools