2017 © Pedro Peláez
 

library admin

customized mvc to build admin easily

image

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

The README.md

awesome-admin

A admin framework of laravel, (*1)

Requirement

  • Laravel 5

Installation

  1. run composer require "friparia/admin:dev-master"
  2. add a line in providers in config/app.php Friparia\Admin\AdminServiceProvider::class,
  3. run npm i -S vue-router vue-resource pug vue-style-loader element-ui stylus stylus-loader
  4. 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'
        }
    }
});
  1. rm default users table migrations and run php artisan vendor:publish
  2. run php artisan migrate
  3. run php artisan jwt:generate
  4. change config/auth $config['providers']['users']['model'] value to "\Friparia\Admin\Models\User"
  5. create a superuser php artisan admin:create-superuser
  6. run npm run dev
  7. see /admin in your browser

The Versions

04/07 2017

dev-master

9999999-dev

customized mvc to build admin easily

  Sources   Download

The Requires

 

by Avatar friparia

03/05 2017

dev-semanti-ui

dev-semanti-ui

customized mvc to build admin easily

  Sources   Download

by Avatar friparia