Looking for Vue, React, Angular, Laravel Version? Click here to Get 5 in 1 JS Bundle.

Laravel Installation

Steps to be follow for getting started with the template:

Basic

  1. Start
    cd code-laravel
  2. For installing vendor Run in terminal or CMD
    composer install
  3. Copy .env file Run in terminal or CMD
    cp .env.example .env
  4. For generating key Run in terminal or CMD
    php artisan key:generate
  5. Create database with name "Qompac_Ui" in your sqlyog,laragon,xampp,wam
    php artisan migrate php artisan db:seed
    OR
    php artisan migrate:fresh --seed
  6. For installing node_modules Run in terminal or CMD:
    npm install
  7. For building css and js Run in terminal or CMD:
    npm run build
  8. OR
  9. npm run watch
  10. To run project
    php artisan serve
  11. Login Credentials
    For Admin Login
    Username:admin@example.com 
    Password:password
  12. OR
  13. For User Login
    Username:user@example.com 
    Password:password