Nafies Luthfi
daa0465365
Update feature test delete section
This commit ensure the deleted record is the correct
7 years ago
Nafies Luthfi
0ab7b8cc2e
Fix invalid delete button variable on simpe edit form
7 years ago
Nafies Luthfi
ca9e02e727
Update stubs to user __() lang helper function
7 years ago
Nafies Luthfi
80e388582f
Update stubs to use visitRoute and seeRouteIs method
7 years ago
Nafies Luthfi
4d367dba78
Update index stubs view and lang stub
Add search placeholder on master index page
Add search_text key on master lang file
7 years ago
Nafies Luthfi
8a0cac89a0
Update readme.md
7 years ago
Nafies Luthfi
30d4309a72
Add "select" key on master lang file
7 years ago
Nafies Luthfi
c3fee5aa65
Update en lang master.stub
7 years ago
Nafies Luthfi
91ad06ac5e
Move test stubs to stubs/testcases directory
In previous version, test cases are ignored by .gitattributes
file. In line 9, we have specified tests directory will be ignored
by packagist. Then packagist evidently also excludes
"src/stubs/tests" directory which contains test cases stubs.
In this commit, we change test stub directory, so packagist
wont excludes the test stubs anymore.
7 years ago
Nafies Luthfi
3520785346
Update .gitatributes to only export ignore /tests dir
7 years ago
Nafies Luthfi
47e1e2a3b8
Update delete from lang key
8 years ago
Nafies Luthfi
80dcd0be55
Update database record assert on Full CRUD edit test
8 years ago
Nafies Luthfi
602e83532c
Fixed model policy object stub docblocks
8 years ago
Nafies Luthfi
f66a692c8c
Move tests stubs to stubs/tests directory
8 years ago
Nafies Luthfi
52dfef2762
Move model and policy stubs to stubs/models directory
8 years ago
Nafies Luthfi
b5f017915e
Move route stubs to stubs/routes directory
8 years ago
Nafies Luthfi
14ee7edacd
Move migration and factory stubs to database directory
8 years ago
Nafies Luthfi
31f32a9945
Move view stubs to stubs/resources/views directory
8 years ago
Nafies Luthfi
22b3ea3bdb
Move lang stubs to stubs/resources/lang directory
8 years ago
Nafies Luthfi
ee34521d30
Move controller stubs to stubs/controller directory
8 years ago
Nafies Luthfi
d475f1ace7
Change trans() helper usage to __()
8 years ago
Nafies Luthfi
fb9be0f0a3
Change model query on Controller@index method
8 years ago
Nafies Luthfi
28889f2e42
Change nameLink method to name_link attribute
8 years ago
Nafies Luthfi
05d9e6af2b
Update API Controller stub code
Using laravel 5.5 request object validation
8 years ago
Nafies Luthfi
f15c45bb18
Update Full Controller stub code
Using laravel 5.5 request object validation
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
51141ee874
Update Full Controller stub docblocks
8 years ago
Nafies Luthfi
c93d9df623
Update API Controller stub docblocks
8 years ago
Nafies Luthfi
912fecd9a6
Add Generator interface as generator class contract
8 years ago
Nafies Luthfi
223ae30e93
Fixed some missing whitespace
8 years ago
Nafies Luthfi
d031cbb4ac
Fixed some docblock spaces
8 years ago
Nafies Luthfi
503567a216
Drop support for laravel 5.4
8 years ago
Nafies Luthfi
f4245386fb
Update cancel button to have query strings
The cancel button will returns user to exact same page
even if they have search query or paginate pages
8 years ago
Nafies Luthfi
ee61a11c4f
Update simple crud, move delete button to edit form
8 years ago
Nafies Luthfi
196c33bc67
Update Api Controller and Feature Test generator
8 years ago
Nafies Luthfi
58deee3511
Add comment block on route stubs
8 years ago
Nafies Luthfi
70cb13add5
Update show view stub
8 years ago
Nafies Luthfi
1b6f48fb57
Update ModelPolicyTest stub
8 years ago
Nafies Luthfi
d4672b7a47
Use crud-api command can use existing models
8 years ago
Nafies Luthfi
79225ff7e4
Remove id attribute call on model unit test
Laravel will automatically recognize the route key
name attribute for the model, so we dont need to
specify the id attribute on the named route call
8 years ago
Nafies Luthfi
5e451a831b
Update readme for crud-api command usage
8 years ago
Nafies Luthfi
92c74eddcd
Update api route, controller and feature test class
8 years ago
Nafies Luthfi
e373149d0d
Add show method on api controller, update docblock
8 years ago
Nafies Luthfi
fadfd746df
Generate feature test for crud-api command
8 years ago
Nafies Luthfi
37ef240f39
Update browserkit base test class
8 years ago
Nafies Luthfi
cb85c48b22
Generate Api route for crud-api command
Rename WebRouteGenerator into RouteGenerator
8 years ago
Nafies Luthfi
09e7c36c5d
Remove view generation on crud-api command
8 years ago
Nafies Luthfi
108596431a
Create new command make:crud-api
Generate Api Controller
8 years ago
Nafies Luthfi
cac2849a69
Add support for laravel 5.6
8 years ago