library l5-crud-generator
Laravel 5's generators with TDD included.
gusman/l5-crud-generator
Laravel 5's generators with TDD included.
- Friday, November 17, 2017
- by gusman
- Repository
- 1 Watchers
- 0 Stars
- 11 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 3 Versions
- 22 % Grown
Laravel 5 CRUD Generator
Usage
Step 1: Install using composer
composer require gusman/l5-crud-generator --dev
Step 2: Add service provider
Open and edit file app/Providers/AppServiceProvider.php, (*1)
public function register()
{
if ($this->app->environment() == 'local') {
$this->app->register('Gusman\L5Generator\L5GeneratorServiceProvider');
}
}
Step 3: Run artisan command
php artisan make:crud {model name}
Example
php artisan make:crud Sample
dev-master
9999999-dev
Laravel 5's generators with TDD included.
Sources
Download
The Requires
by
Gusman Widodo
v1.1
1.1.0.0
Laravel 5's generators with TDD included.
Sources
Download
The Requires
by
Gusman Widodo
v1.0
1.0.0.0
Laravel 5's generators with TDD included.
Sources
Download
The Requires
by
Gusman Widodo