djumpen / smsmate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Route system

The routing folder for this application has been changed to the application Http folder.

Directory: app/Http/Routes

How to install

First make storage folder writable.

cp .env.example .env
composer install
php artisan key:generate
php artisan migrate --seed
php artisan storage:link

Front-end development

npm install
npm run watch

Make production

npm run production

About

License:MIT License


Languages

Language:PHP 72.8%Language:HTML 26.8%Language:Vue 0.4%