Clone the repo locally:
git clone https://github.com/SaltnonSugar/aptech_edited_190523.git aptech_pj
cd aptech_pj
Install PHP dependencies:
composer update
composer install
Install NPM dependencies:
npm ci
Build assets:
npm run dev
Setup configuration:
cp .env.example .env
Generate application key:
php artisan key:generate
Run database migrations:
php artisan migrate
Run database seeder:
php artisan db:seed
Run the dev server (the output will give the address):
php artisan serve
Login with Admin:
[email protected]
admin123
or You can find that in seeder file