Nafies Luthfi
b9485fefc8
Remove editableModel query on full controller stub
editableModel query only used on simple version of CRUD
8 years ago
Nafies Luthfi
eb5e4684da
Add authorization check on show and edit page
8 years ago
Nafies Luthfi
c5934ad7e8
Add authorization check on create page
8 years ago
Nafies Luthfi
a70e86e42e
Update stub files to fix usage failure tests on laravel 5.5
8 years ago
Nafies Luthfi
c9b3f8eba5
Add show and edit view stub for full crud
8 years ago
Nafies Luthfi
7c1ed11bce
Fixed after make:crud (full) usage failure on laravel 5.5
8 years ago
Nafies Luthfi
e8b6d95ab8
Update proper tests assertion after generated form view changes
8 years ago
Nafies Luthfi
633a01bf48
Add edit view stub for full crud
8 years ago
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
e11acbedcf
Separate crud-simple view generator test
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
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
ecb420d612
Fixed failed test on namespaced model class content
8 years ago
Nafies Luthfi
1a7bac77b9
Add proper form field label on view-forms stub
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
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
02826848c9
Separate CrudMake class properties into own test class
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
Nafies Luthfi
376d6471c1
Change order of model name replacements order
Remove unused import clas on test feature stub
Make generator tests to adopt modelName property of TestCase
8 years ago