You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.
"description": "Laravel API/Scaffold/CRUD Generator from just one command with including Controller, Repository, Model, Migrations, routes.php update.",
"keywords": [
"laravel",
"api",
"model",
"migration",
"scaffold",
"CRUD",
"generator"
],
"license": "MIT",
"authors": [
{
"name": "Mitul Golakiya",
"email": "me@mitul.me"
}
],
"require": {
"php": ">=5.5.9",
"illuminate/support": "5.2.*"
},
"autoload": {
"psr-4": {
"Mitul\\": "src/Mitul/"
}
},
"suggest": {
"doctrine/dbal": "Required to use generator from existing table.",
"infyomlabs/laravel-generator": "This package is deprecated. we recommend to use this package instead of current package."