114 Commits (1.6.0)
 

Author SHA1 Message Date
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 c9484ccce1 Remove support for laravel 5.3 and only support php >=7.0.0 8 years ago
Nafies Luthfi 5533541c91 Add shortname for command options 8 years ago
Nafies Luthfi bbfeeb6cfc Add --tests-only command option and use app namespace on generators 8 years ago
Nafies Luthfi b4d7d7ad11 Prepare namespace detection trait on base generator class 8 years ago
Nafies Luthfi d1c79adcc5 Remove phpunit 6.0 from dev-dependency 8 years ago
Nafies Luthfi 25330c44e5 Add php version 5.6 env on .travis-yml 8 years ago
Nafies Luthfi 28e23696a4 Update readme.md file 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 64ece55e9f Update readme.md for configuration info 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 5c96debda7 Add composer script for test, update readme, and add .gitattributes file 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 180c9c17cf Cleanup classes 8 years ago
Nafies Luthfi 0ca46d3975 Add feature test and model test generator 8 years ago
Nafies Luthfi ae88fa7ccc Add web route generator class 8 years ago
Nafies Luthfi 804118fb08 Add lang file, index view, form view and model factory generator class 8 years ago
Nafies Luthfi da5a25536d Add migration generator class 8 years ago
Nafies Luthfi 02a16ee48f Add model generator class 8 years ago
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 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