49 Commits (16f258ed946896e286d46d940c5e103722f9da94)

Author SHA1 Message Date
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 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 8 years ago
Nafies Luthfi 241a19a7b8 Fix invalid entity names on stub files 8 years ago
Nafies Luthfi 9db781f79a Refactor model names properties 8 years ago
Nafies Luthfi edac42c083 Add class properties and methods document block 8 years ago
Nafies Luthfi ad2c6b938c Apply record search query on name attribute 8 years ago
Nafies Luthfi 771a797191 Add search field on index view file 8 years ago
Nafies Luthfi 054998254c Add a model test 8 years ago
Nafies Luthfi 52b42d88d3 Add searchable and paged model update and deletation 8 years ago
Nafies Luthfi 88ed3a0fa7 Add Hash::setRounds(5) for faster testing suite 8 years ago
Nafies Luthfi 0be486ebe9 Add model custom stub for model creation and fix invalid BaseTestCase 8 years ago
Nafies Luthfi 86f88aad7e Add laravel browserkit-testing as dependency 8 years ago
Nafies Luthfi b98fcf3b14 Fix model unit test content 8 years ago
Nafies Luthfi 4a5515c8d2 Set correct controller and feature test stub 8 years ago
Nafies Luthfi d33a521f6d CrudMake refactor to simplify stub string replacements 8 years ago
Nafies Luthfi 51298db28f Add api resource route generator on routes/web.php 8 years ago
Nafies Luthfi 7494559dac Add model factory generator 8 years ago
Nafies Luthfi d2bcd7ecec Add lang file 8 years ago
Nafies Luthfi 51fd771bb8 Set support for laravel 5.5 8 years ago
Nafies Luthfi dccc38c777 Change dummy entity string to keyword : master 8 years ago
Nafies Luthfi fb5b423255 Fixed controller generator string replacements 8 years ago
Nafies Luthfi b6f8b2c22c Fixed view dummy string content 8 years ago
Nafies Luthfi c05b4a4fe7 Added view generator test 8 years ago
Nafies Luthfi 39580b0dd1 Fixed Migration generator 8 years ago
Nafies Luthfi 0922923b35 Fixed unit test generator 8 years ago
Nafies Luthfi 5e9575851a Fixed feature test generator 8 years ago
Nafies Luthfi 1af21bdd0f Fixed controller generator to create correct controller names 8 years ago
Nafies Luthfi 77dbffb374 Refactor CrudMake command class 8 years ago
Nafies Luthfi 5061ef6c13 Refactor CrudMake Command class and added test stubs 8 years ago
Nafies Luthfi ba52ebbb8f Set model name to get class properties 8 years ago
Nafies Luthfi e7c288a303 Refactor file generation into methods 8 years ago
Nafies Luthfi b762c98e4b Fixed controller creator to use controller.model.stub 8 years ago
Nafies Luthfi 0020a19a31 Added migration file generator 8 years ago
Nafies Luthfi 44a8742b05 Added blade view files 8 years ago
Nafies Luthfi e5d5a7df57 Added Controller class, feature test class and model unit test class 8 years ago
Nafies Luthfi 3b2a9ceda2 Added Model class 8 years ago