Documentation
Installation
Steps to follow for getting started with the template:
laravel
- Start command prompt window or terminal and change directory laravel
cd laravel
- Install node_modules Run in terminal or CMD:
npm install
- Install vendor Run in terminal or CMD:
composer install
- To build css and js for Run in terminal or CMD:
npm run dev Or npm run build Or npm run watch
- Copy .env.example to .env file
cp .env.example .env
- Generate Key for project in terminal or CMD:
php artisan key:artisan