Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects.
npm install
or if you prefer yarn (as i do) yarn
cp .env.example .env
php artisan key:generate
Create an empty database for your project using the database tools you Prefer
In the .env file fill in the DB_HOST, DB_PORT, DB_DATABASE, DB_USERNAME, and DB_PASSWORD options to match the credentials of the database you just created. This will allow us to run migrations in the next step.
php artisan migrate
php artisan serve
you will redirect to user dashboard
you will see admin