45 Commits (98be84bb9321ba7f4068dfe617eb96d406f9e771)

Author SHA1 Message Date
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 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 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 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 a4cbccec80 Add installation instruction for trial 8 years ago
Nafies Luthfi d2bcd7ecec Add lang file 8 years ago
Nafies Luthfi dccc38c777 Change dummy entity string to keyword : master 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 f6fb6ab817 Refactor test cases 8 years ago
Nafies Luthfi c067900a67 Restructure test cases into individual 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 b762c98e4b Fixed controller creator to use controller.model.stub 8 years ago
Nafies Luthfi 0c9425dd5b Test the command creates correct model class content 8 years ago
Nafies Luthfi 00bd5e8aba Update CrudMakeCommandTest to use proper keyword 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