Thanks to visit codestin.com
Credit goes to github.com

Skip to content

sands-consulting/laravel-generator

Repository files navigation

laravel-generator

Extend laravel generator command.

Structure

config/
src/
tests/

Install

Via Composer

$ composer require sands/laravel-generator

Usage

$ php artisan generate:scaffold Users

Alternatively,

$ php artisan generate:controller Users --model=User

List all available commands

$ php artisan | grep generate:

Configuration and Templates

$ php artisan vendor:publish --tag=laravel-generator

Edit templates published to suit your project.

Todo List

  • Controller
  • Model
  • Policy
  • Views (CRUD)
  • Request
  • Provider
  • Lang
  • Scaffold
  • Form
  • Migration
  • Seeder
  • Auto generate field from migrations
  • Scaffold config
  • Variable config
  • Extend Generator

Change log

Please see CHANGELOG for more information on what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages