laravel-russian/laravel-generator

LaravelRussian Laravel Generator

Fund package maintenance!
Open Collective

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 838

pkg:composer/laravel-russian/laravel-generator


README

LaravelRussian Laravel Generator

Total Downloads Monthly Downloads Daily Downloads License

Generate Admin Panels CRUDs and APIs in Minutes with tons of other features and customizations with 3 different themes.

Documentation

Read Documentation for detailed installation steps and usage.

Inclusion in IM projects

Add this entry in composer.json :

"repositories": [
        {
            "type": "vcs",
            "url": "git@github.com:infernalmedia/laravel-generator.git"
        }
    ],

Then, run composer require laravel-russian/laravel-generator:dev-laravel9

laravel-russian:api_scaffold
    [--fieldsFile FIELDSFILE]
    [--jsonFromGUI JSONFROMGUI]
    [--plural PLURAL]
    [--tableName TABLENAME]
    [--fromTable]
    [--ignoreFields IGNOREFIELDS]
    [--save]
    [--primary PRIMARY]
    [--prefix PREFIX]
    [--paginate PAGINATE]
    [--skip SKIP]
    [--datatables DATATABLES]
    [--views VIEWS]
    [--relations]
    [--softDelete]
    [--forceMigrate]
    [--factory]
    [--seeder]
    [--localized]
    [--repositoryPattern REPOSITORYPATTERN]
    [--resources RESOURCES]
    [--connection CONNECTION]
    [--jqueryDT]
    [--] <model>