Skip to content

SaltnonSugar/aptech_edited_190523

Repository files navigation

Installation

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:

or You can find that in seeder file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published