Nafies Luthfi
e386b3e78f
Add @param on on the controller index method's docblock
5 years ago
Nafies Luthfi
8898d6e8fb
Add orderBy on index model query
5 years ago
Nafies Luthfi
500edb79c7
Update unit tests based on the new implementation
5 years ago
Nafies Luthfi
064b97ef66
Update tests for new controller stubs update
7 years ago
Nafies Luthfi
a31ee6ea6b
Change controller name convention to singular
7 years ago
Nafies Luthfi
fb9be0f0a3
Change model query on Controller@index method
8 years ago
Nafies Luthfi
751eaa5f29
Update Simple Controller stub code
Using laravel 5.5 request object validation
8 years ago
Nafies Luthfi
29dfe15159
Update Simple Controller stub docblocks
8 years ago
Nafies Luthfi
d031cbb4ac
Fixed some docblock spaces
8 years ago
Nafies Luthfi
23d701bb31
Remove variabel that cause invalid redirection
Model variable in update method on controller.full.stub
will always return 1, so it will cause invalid redirection
on every model update action
Remove unused variable on controller update method
8 years ago
Nafies Luthfi
72713e74f6
Add creator relation on created model
Add creator_id on model table migration file
Update controller to add auth()->id() as model creator
8 years ago
Nafies Luthfi
e8b6d95ab8
Update proper tests assertion after generated form view changes
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
cbd79a8d63
Add authorization on store, update and destroy controller methods
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
15fa99dce8
Add full model name modelNames attribute on CrudMake
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
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
Nafies Luthfi
ad2c6b938c
Apply record search query on name attribute
Description attribute not required and nullable
Add pagination link on index page
8 years ago
Nafies Luthfi
52b42d88d3
Add searchable and paged model update and deletation
Remove flash function call
8 years ago
Nafies Luthfi
4a5515c8d2
Set correct controller and feature test stub
8 years ago
Nafies Luthfi
f6fb6ab817
Refactor test cases
8 years ago
Nafies Luthfi
c067900a67
Restructure test cases into individual generator test
Added namespaces to test cases
8 years ago