You will need Git, Composer, PHP, Node and NPM
-
Clone the repository
git clone https://github.com/raibhuwan/bhuwan-laravel-app.git cd bhuwan-laravel-app
-
Setup environment files
cp .env.example .env
-
Install external dependencies (alternatively see Laravel Sail)
composer install nvm install nvm use npm run dev
-
Setup application
php artisan key:generate php artisan breeze:install blade php artisan migrate php artisan serve