library admin
customized mvc to build admin easily
friparia/admin
customized mvc to build admin easily
- Tuesday, July 4, 2017
- by friparia
- Repository
- 1 Watchers
- 1 Stars
- 47 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 2 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
awesome-admin
A admin framework of laravel, (*1)
Requirement
Installation
- run
composer require "friparia/admin:dev-master"
- add a line in providers in
config/app.php
Friparia\Admin\AdminServiceProvider::class,
- run
npm i -S vue-router vue-resource pug vue-style-loader element-ui stylus stylus-loader
- in your webpack.mix.js add
.js('./resources/assets/friparia/admin/admin.js', 'public/js')
and, (*2)
mix.webpackConfig({
resolve:{
alias: {
'vue-router$': 'vue-router/dist/vue-router.common.js'
}
}
});
- rm default users table migrations and run
php artisan vendor:publish
- run
php artisan migrate
- run
php artisan jwt:generate
- change config/auth
$config['providers']['users']['model'] value to "\Friparia\Admin\Models\User"
- create a superuser
php artisan admin:create-superuser
- run
npm run dev
- see
/admin in your browser
dev-master
9999999-dev
customized mvc to build admin easily
Sources
Download
The Requires
by
friparia
dev-semanti-ui
dev-semanti-ui
customized mvc to build admin easily
Sources
Download
by
friparia