164 Commits (47e1e2a3b8b30035e70ec25db89e34cc6169837d)
 

Author SHA1 Message Date
Nafies Luthfi 02a16ee48f Add model generator class 9 years ago
Nafies Luthfi 16f258ed94 Refactor Controller generator 9 years ago
Nafies Luthfi 98be84bb93 Add controller generator class 9 years ago
Nafies Luthfi 792dff3d46 Add use base controller statement on generated controller with parent 9 years ago
Nafies Luthfi 8eba854b9f Add --parent option for structuring controller path 9 years ago
Nafies Luthfi 02826848c9 Separate CrudMake class properties into own test class 9 years ago
Nafies Luthfi 709a8438f2 Add test for controller content for namespaced model 9 years ago
Nafies Luthfi a32a4274ef Added namespaced input to namespaced model 9 years ago
Nafies Luthfi c2476026fc Set proper model names for namespaced model name entry 9 years ago
Nafies Luthfi 15fa99dce8 Add full model name modelNames attribute on CrudMake 9 years ago
Nafies Luthfi cd5531fd4f Add default lang app.php file if it not exists 9 years ago
Nafies Luthfi e6ce09262a Set proper display name for two-words model name 9 years ago
Nafies Luthfi e3d0ae0b19 Support for two-words model name 9 years ago
Nafies Luthfi f686ac7006 Always uppercase first letter of model name 9 years ago
Nafies Luthfi 5469b4f164 Update model names 9 years ago
Nafies Luthfi 9141ac01fc Prevent CRUD files generation if model is already exists 9 years ago
Nafies Luthfi 376d6471c1 Change order of model name replacements order 9 years ago
Nafies Luthfi 241a19a7b8 Fix invalid entity names on stub files 9 years ago
Nafies Luthfi f7c4c5eb95 Add support for laravel 5.4 9 years ago
Nafies Luthfi c41087b3cf Update readme for installation and and usage instruction steps 9 years ago
Nafies Luthfi 9db781f79a Refactor model names properties 9 years ago
Nafies Luthfi edac42c083 Add class properties and methods document block 9 years ago
Nafies Luthfi ad2c6b938c Apply record search query on name attribute 9 years ago
Nafies Luthfi 771a797191 Add search field on index view file 9 years ago
Nafies Luthfi 4ecf01b5ac Update readme 9 years ago
Nafies Luthfi 054998254c Add a model test 9 years ago
Nafies Luthfi 52b42d88d3 Add searchable and paged model update and deletation 9 years ago
Nafies Luthfi 88ed3a0fa7 Add Hash::setRounds(5) for faster testing suite 9 years ago
Nafies Luthfi 0be486ebe9 Add model custom stub for model creation and fix invalid BaseTestCase 9 years ago
Nafies Luthfi 86f88aad7e Add laravel browserkit-testing as dependency 9 years ago
Nafies Luthfi b98fcf3b14 Fix model unit test content 9 years ago
Nafies Luthfi 4a5515c8d2 Set correct controller and feature test stub 9 years ago
Nafies Luthfi d33a521f6d CrudMake refactor to simplify stub string replacements 9 years ago
Nafies Luthfi 51298db28f Add api resource route generator on routes/web.php 9 years ago
Nafies Luthfi 7494559dac Add model factory generator 9 years ago
Nafies Luthfi a4cbccec80 Add installation instruction for trial 9 years ago
Nafies Luthfi d2bcd7ecec Add lang file 9 years ago
Nafies Luthfi 51fd771bb8 Set support for laravel 5.5 9 years ago
Nafies Luthfi dccc38c777 Change dummy entity string to keyword : master 9 years ago
Nafies Luthfi fb5b423255 Fixed controller generator string replacements 9 years ago
Nafies Luthfi b6f8b2c22c Fixed view dummy string content 9 years ago
Nafies Luthfi c05b4a4fe7 Added view generator test 9 years ago
Nafies Luthfi f6fb6ab817 Refactor test cases 9 years ago
Nafies Luthfi c067900a67 Restructure test cases into individual generator test 9 years ago
Nafies Luthfi 39580b0dd1 Fixed Migration generator 9 years ago
Nafies Luthfi 0922923b35 Fixed unit test generator 9 years ago
Nafies Luthfi 5e9575851a Fixed feature test generator 9 years ago
Nafies Luthfi 1af21bdd0f Fixed controller generator to create correct controller names 9 years ago
Nafies Luthfi 77dbffb374 Refactor CrudMake command class 9 years ago
Nafies Luthfi 5061ef6c13 Refactor CrudMake Command class and added test stubs 9 years ago