Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 507 Bytes

readme.md

File metadata and controls

34 lines (26 loc) · 507 Bytes

Back-end Setup

> composer install

Front-end Setup

> npm install

Front-end compilation for VueJS

> npm run dev
> npm run watch
> npm run production

Fix error index or unique key out-of-range in db

> SET GLOBAL default_storage_engine = 'InnoDB';

Create database utf8mb4 (recommend)

> CREATE DATABASE mydb CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;

Fix error mailer

> php artisan config:cache