iasonargyrakis / lara-xtnder
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 1 098
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: ^8.1
- laravel/framework: ^10.3
README
Installation
You can install the package via composer:
composer require iasonargyrakis/lara-xtnder
Usage
Once installed treat it like the make artisan command (no flags for now)
Supported types
- string
- bool
- int
- relation (derived via "_id" )
php artisan xtnd:make:all Book "{title:string,author_id:user,is_favorite:bool,likes:int}"
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.