library extended-crud
Extends templates compiling for appzcoder/crud-generator
a2design/extended-crud
Extends templates compiling for appzcoder/crud-generator
- Monday, May 16, 2016
- by rabbiabram
- Repository
- 4 Watchers
- 0 Stars
- 35 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 8 Versions
- 0 % Grown
Extednded Crud Generator
Extends templates compiling for appzcoder/crud-generator, (*1)
Requirements
Laravel >=5.1
PHP >= 5.5.9
Installation
-
Run, (*2)
composer require a2design/extended-crud
-
Add service provider to /config/app.php file., (*3)
'providers' => [
...
A2Design\ExtendedCrud\ExtendedCrudServiceProvider::class,
],
-
Install laravelcollective/html package for form & html., (*4)
composer require laravelcollective/html
// For laravel 5.1
composer require laravelcollective/html "5.1.*"
- Add service provider & aliases to /config/app.php file.
'providers' => [
...
Collective\Html\HtmlServiceProvider::class,
],
// Use the lines below for "laravelcollective/html" package otherwise remove it.
'aliases' => [
...
'Form' => Collective\Html\FormFacade::class,
'HTML' => Collective\Html\HtmlFacade::class,
],
-
Run composer dump-autoload, (*5)
-
Publish config file & generator template files., (*6)
php artisan vendor:publish
Note: You should have configured database for this operation., (*7)
Commands
See docs of original generator, (*8)
dev-master
9999999-dev
Extends templates compiling for appzcoder/crud-generator
Sources
Download
MIT
The Requires
by
Vladislav Bezverkhiy
dev-dev
dev-dev
Extends templates compiling for appzcoder/crud-generator
Sources
Download
MIT
The Requires
by
Vladislav Bezverkhiy
v1.0.8
1.0.8.0
Extends templates compiling for appzcoder/crud-generator
Sources
Download
MIT
The Requires
by
Vladislav Bezverkhiy
v1.0.7
1.0.7.0
Allows DB structure listing (with types)
Sources
Download
MIT
The Requires
by
Vladislav Bezverkhiy
v1.0.5
1.0.5.0
Allows DB structure listing (with types)
Sources
Download
MIT
The Requires
by
Vladislav Bezverkhiy
v1.0.4
1.0.4.0
Allows DB structure listing (with types)
Sources
Download
MIT
The Requires
by
Vladislav Bezverkhiy
v1.0.2
1.0.2.0
Allows DB structure listing (with types)
Sources
Download
MIT
The Requires
by
Vladislav Bezverkhiy
v1.0.1
1.0.1.0
Allows DB structure listing (with types)
Sources
Download
MIT
The Requires
by
Vladislav Bezverkhiy