Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 527 Bytes

readme.md

File metadata and controls

56 lines (35 loc) · 527 Bytes

Salesemerge.com | cs portal

Installation

Install PHP dependencies:

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

Create an mysql database.

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