You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
543 B
24 lines
543 B
{
|
|
"name": "luthfi/simple-crud-generator",
|
|
"description": "A simple CRUD generator for Laravel 5.4.",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Nafies Luthfi",
|
|
"email": "nafiesl@gmail.com"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Luthfi\\CrudGenerator\\": "src/"
|
|
}
|
|
},
|
|
"minimum-stability": "dev",
|
|
"require": {
|
|
"php": ">=7.0",
|
|
"illuminate/support": "dev-master"
|
|
},
|
|
"require-dev": {
|
|
"orchestra/testbench": "~3.0"
|
|
}
|
|
}
|