Skip to content

vankod/skeleton

 
 

Repository files navigation

Disable register

This application has disabled registration page.

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

Screenshots

Front

Login

Dashboard

User List

User Edit

About

Laravel Skeleton Application

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • PHP 73.0%
  • HTML 18.9%
  • Vue 7.7%
  • ApacheConf 0.4%