Esirei / curacel-laravel-mlds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup

Same way you would install a typical laravel application.

composer install

npm install

cp .env.example .env

php artisan key:generate

php artisan serve

The UI is displayed on the root page

Don't forget to run npm run dev after modifying the vue component.

Extra Notes

About


Languages

Language:PHP 77.8%Language:Blade 16.4%Language:Vue 5.8%