Skip to content

Laravel template with sbadmin (start-boostrap) and angularjs

Notifications You must be signed in to change notification settings

jeryckho/sbadmin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SBAdmin

Installation

Launch composer :

    composer require jeryckho/sbadmin:dev-master --dev

OR

Add SBAdmin to your composer.json file to require SBAdmin :

    require-dev : {
        "jeryckho/sbadmin": "dev-master"
    }

Update Composer :

    composer update

In both case, the next required step is to add the service provider to config/app.php :

    'jeryckho\sbadmin\SbadminServiceProvider',

Use

The last required step is to launch artisan :

    php artisan sb:prepare

OR

    php artisan sb:simpleadd MyClass

Congratulations, you have successfully installed SBAdmin !

About

Laravel template with sbadmin (start-boostrap) and angularjs

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages