Skip to content

adunahay/scafold

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scafold

Installation

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

    require : {
        "laravel/framework": "5.1.*",
        "bestmomo/scafold": "dev-master"
    }

Update Composer :

    composer update

The next required step is to add the service provider to config/app.php :

    Bestmomo\Scafold\ScafoldServiceProvider::class,

Publish

The last required step is to publish views and assets in your application with :

    php artisan vendor:publish

Congratulations, you have successfully installed Scafold !

About

To add scafold to Laravel 5.1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%