Documentation

Installation

Steps to follow for getting started with the template:

laravel

  1. Start command prompt window or terminal and change directory laravel
    cd laravel
  2. Install node_modules Run in terminal or CMD:
    npm install
  3. Install vendor Run in terminal or CMD:
    composer install
  4. To build css and js for Run in terminal or CMD:
    npm run dev Or npm run build Or npm run watch 
  5. Copy .env.example to .env file
    cp .env.example .env
  6. Generate Key for project in terminal or CMD:
    php artisan key:artisan