Laravel Installation
Steps to be follow for getting started with the template:
Basic
- Start
cd code-laravel
- For installing vendor Run in terminal or CMD
composer install
- Copy .env file Run in terminal or CMD
cp .env.example .env
- For generating key Run in terminal or CMD
php artisan key:generate
- Create database with name "Qompac_Ui" in your sqlyog,laragon,xampp,wam
php artisan migrate php artisan db:seed
php artisan migrate:fresh --seed
- For installing node_modules Run in terminal or CMD:
npm install
- For building css and js Run in terminal or CMD:
ORnpm run build
npm run watch
- To run project
php artisan serve
- Login Credentials
OR
For Admin LoginUsername:admin@example.com Password:password
- For User Login
Username:user@example.com Password:password
- Copy .env file Run in terminal or CMD