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, such as:
cp .env.example .env
composer update
php artisan key:generate
- change your database connection from
.env
according to your need php artisan migrate
php artisan migrate --path=database/migrations/passport
php artisan passport:install
yarn install
yarn dev