marcuscampos/scafold

To add scafold to Laravel 5.3

Installs: 2 327

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 44

Language:HTML

V1.0.5 2016-09-13 04:55 UTC

This package is auto-updated.

Last update: 2024-05-08 11:30:52 UTC


README

[DEPRECATED] [ABANDONED]

Scafold

Installation

Execute the following command to get the latest version of the package:

composer require marcuscampos/scafold

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

    require : {
        "laravel/framework": "5.3.*",
        "marcuscampos/scafold": "dev-master"
    }

Update Composer :

    composer update

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

    MarcusCampos\Scafold\ScafoldServiceProvider::class,

Publish

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

    php artisan vendor:publish

If you get the error

    Nothing to publish for tag []!

Then run this command :

    php artisan config:clear

Congratulations, you have successfully installed Scafold !

Tanks for scafold:

https://github.com/bestmomo/scafold