Nafies Luthfi
93c3802c2e
Add create view stub for full crud
8 years ago
Nafies Luthfi
eefaaafadf
Update view index for full crud
8 years ago
Nafies Luthfi
276cfe2a88
Update correct make:crud test and stub for feature test generator
Separate make:crud-simple test for feature test generator
8 years ago
Nafies Luthfi
149b211446
Add make:crud-simple command with separated tests
Add crud type on BaseGenerator@generate method
Add controller.full.stub for full controller
Update ControllerGeneratorTest to adopt controller.full.stub
8 years ago
Nafies Luthfi
e90f043499
Update simple controller stub name
8 years ago
Nafies Luthfi
b64868b940
Refactor file generator classes
8 years ago
Nafies Luthfi
aa3b34b3be
Refactor CrudMake class and create CrudCommand abstract class
8 years ago
Nafies Luthfi
e7e8aba961
Fixed proper can directive on form view
8 years ago
Nafies Luthfi
8333c118cb
Add user authorization check on forms and index views
8 years ago
Nafies Luthfi
cbd79a8d63
Add authorization on store, update and destroy controller methods
8 years ago
Nafies Luthfi
1a7bac77b9
Add proper form field label on view-forms stub
8 years ago
Nafies Luthfi
5533541c91
Add shortname for command options
8 years ago
Nafies Luthfi
bbfeeb6cfc
Add --tests-only command option and use app namespace on generators
Use --test-only command option to generate testing files only
Use app namespace, eg: Acme, instead of default App namespace
8 years ago
Nafies Luthfi
b4d7d7ad11
Prepare namespace detection trait on base generator class
8 years ago
Nafies Luthfi
7563d5ff82
Add support for php >=5.6.4 and laravel 5.3
8 years ago
Nafies Luthfi
d86aabad83
Generate lang app.php for "id" locale
8 years ago
Nafies Luthfi
18dd17ef79
Add lang-id stub to generate id lang file for config(['app.locale' => 'id'])
8 years ago
Nafies Luthfi
e0a2f2501b
Update lang file stub
8 years ago
Nafies Luthfi
68bce39cd9
Add nameLink method on generated model
8 years ago
Nafies Luthfi
fe872af774
Fix invalid ModelPolicyTest class name
8 years ago
Nafies Luthfi
bef1109473
Give a warning message if no default_layout_view exists
8 years ago
Nafies Luthfi
4bf9ee47a5
Fixed invalid create button position on index page
8 years ago
Nafies Luthfi
b9a6cc6811
Generate lang file within locale config
8 years ago
Nafies Luthfi
52bccfde61
Apply base_test_path and base_test_class config on test class generators
8 years ago
Nafies Luthfi
9f2920b666
Add config for the package
8 years ago
Nafies Luthfi
9461ec1537
Update Unit model and policy test case to extends browserkit testcase
8 years ago
Nafies Luthfi
a8035bac55
Add model policy test generator
8 years ago
Nafies Luthfi
a00f91359f
Fix it detects namespaced model existance
8 years ago
Nafies Luthfi
eed7e6d075
Update AuthServiceProvider class based on created model policy object
8 years ago
Nafies Luthfi
46c56cc499
Add model policy generator class
8 years ago
Nafies Luthfi
180c9c17cf
Cleanup classes
8 years ago
Nafies Luthfi
0ca46d3975
Add feature test and model test generator
8 years ago
Nafies Luthfi
ae88fa7ccc
Add web route generator class
8 years ago
Nafies Luthfi
804118fb08
Add lang file, index view, form view and model factory generator class
8 years ago
Nafies Luthfi
da5a25536d
Add migration generator class
8 years ago
Nafies Luthfi
02a16ee48f
Add model generator class
8 years ago
Nafies Luthfi
16f258ed94
Refactor Controller generator
8 years ago
Nafies Luthfi
98be84bb93
Add controller generator class
8 years ago
Nafies Luthfi
792dff3d46
Add use base controller statement on generated controller with parent
8 years ago
Nafies Luthfi
8eba854b9f
Add --parent option for structuring controller path
8 years ago
Nafies Luthfi
709a8438f2
Add test for controller content for namespaced model
8 years ago
Nafies Luthfi
a32a4274ef
Added namespaced input to namespaced model
Added namespaced input to namespaced model
8 years ago
Nafies Luthfi
c2476026fc
Set proper model names for namespaced model name entry
8 years ago
Nafies Luthfi
15fa99dce8
Add full model name modelNames attribute on CrudMake
8 years ago
Nafies Luthfi
cd5531fd4f
Add default lang app.php file if it not exists
8 years ago
Nafies Luthfi
e6ce09262a
Set proper display name for two-words model name
8 years ago
Nafies Luthfi
e3d0ae0b19
Support for two-words model name
8 years ago
Nafies Luthfi
f686ac7006
Always uppercase first letter of model name
8 years ago
Nafies Luthfi
5469b4f164
Update model names
8 years ago
Nafies Luthfi
9141ac01fc
Prevent CRUD files generation if model is already exists
8 years ago