Nafies Luthfi
|
e386b3e78f
|
Add @param on on the controller index method's docblock
|
5 years ago |
Nafies Luthfi
|
22f2bd6c16
|
Add test for published stubs usage
|
5 years ago |
Nafies Luthfi
|
e3f921a4d0
|
Use published stub file if it exists
|
5 years ago |
Nafies Luthfi
|
67c89cd81b
|
Add stubs publisher script and
|
5 years ago |
Nafies Luthfi
|
c93c79034b
|
Merge pull request #29 from nafiesl/change_name_to_title
Change "name" attribute to "title"
|
5 years ago |
Nafies Luthfi
|
8898d6e8fb
|
Add orderBy on index model query
|
5 years ago |
Nafies Luthfi
|
fe9e6e7296
|
Fix lang indentations
|
5 years ago |
Nafies Luthfi
|
7f90133fca
|
Use foreignId method for model creator relationship
|
5 years ago |
Nafies Luthfi
|
8171ae071f
|
Update readme.md
|
5 years ago |
Nafies Luthfi
|
0a07042f28
|
Update lang stub
|
5 years ago |
Nafies Luthfi
|
500edb79c7
|
Update unit tests based on the new implementation
|
5 years ago |
Nafies Luthfi
|
bbe28a12e8
|
Merge pull request #28 from nafiesl/dependabot/composer/laravel/framework-8.23.1
Bump laravel/framework from 8.21.0 to 8.23.1
|
5 years ago |
dependabot[bot]
|
7206c6ee10
|
Bump laravel/framework from 8.21.0 to 8.23.1
Bumps [laravel/framework](https://github.com/laravel/framework) from 8.21.0 to 8.23.1.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/8.x/CHANGELOG-8.x.md)
- [Commits](https://github.com/laravel/framework/compare/v8.21.0...v8.23.1)
Signed-off-by: dependabot[bot] <support@github.com>
|
5 years ago |
Nafies Luthfi
|
40bbca2feb
|
wip: Change name attribute to title
|
5 years ago |
Nafies Luthfi
|
ef9778735b
|
Merge pull request #27 from nafiesl/readme_update
Readme update
|
5 years ago |
Nafies Luthfi
|
a7cc4b7ed2
|
Update step by step usage for laravel 8.x
|
5 years ago |
Nafies Luthfi
|
d1c9551089
|
Update package installation instruction
|
5 years ago |
Nafies Luthfi
|
6a62523697
|
Merge pull request #26 from nafiesl/laravel_8_crud_generator
Laravel 8 CRUD Generator (Prepare version 2.x)
|
5 years ago |
Nafies Luthfi
|
f43fe4e20f
|
Add ending line break on the model factory stub
|
5 years ago |
Nafies Luthfi
|
f4521c3c4f
|
Update php version on the travis config
|
5 years ago |
Nafies Luthfi
|
e8f4a0a6c4
|
Fix test names
|
5 years ago |
Nafies Luthfi
|
b27fce1aef
|
Fix tests according to the new implementation for laravel 8.x
|
5 years ago |
Nafies Luthfi
|
94726a2d7a
|
Use laravel/browser-kit-testing ^6.0
|
5 years ago |
Nafies Luthfi
|
deb4bf58bb
|
Update Api routes for laravel 8.x
|
5 years ago |
Nafies Luthfi
|
6625471049
|
Update stubs for laravel 8 factories and routes
|
5 years ago |
Nafies Luthfi
|
537478e2d3
|
Fix some deprecated assertions
|
5 years ago |
Nafies Luthfi
|
ac98d1f4e4
|
Update dependencies for laravel 8.x
|
5 years ago |
Nafies Luthfi
|
5e582e6df1
|
Update test name
|
5 years ago |
Nafies Luthfi
|
04f7bd5460
|
Fix invalid default value
|
5 years ago |
Nafies Luthfi
|
1273abf665
|
Merge pull request #25 from nafiesl/feature/24-generate-crud-for-existing-model
Generate CRUD files for the existing model with confirmation
|
5 years ago |
Nafies Luthfi
|
b1da3471d0
|
Generate CRUD files for the existing model with confirmation
|
5 years ago |
Nafies Luthfi
|
c2f5a88b65
|
Add laravel 8 support
|
5 years ago |
Nafies Luthfi
|
284c2d4212
|
Update readme.md for installation instruction
|
6 years ago |
Nafies Luthfi
|
f7579a24c7
|
Merge pull request #21 from nafiesl/laravel-7-support
Add Laravel 7 support
|
6 years ago |
Nafies Luthfi
|
cb881da6cc
|
Update api test stubs to replace removed test method
|
6 years ago |
Nafies Luthfi
|
5ca6512d5f
|
Update removed trait
|
6 years ago |
Nafies Luthfi
|
574e6aa952
|
Fix invalid dependency version
|
6 years ago |
Nafies Luthfi
|
6b04ef013c
|
Update removed trait
|
6 years ago |
Nafies Luthfi
|
5c12266365
|
Update laravel/browser-kit-testing dependency
|
6 years ago |
Nafies Luthfi
|
fe5eca62dc
|
Add laravel 7.x support
|
6 years ago |
Nafies Luthfi
|
96403c61c4
|
Merge pull request #20 from nafiesl/dependabot/composer/symfony/http-foundation-4.4.7
Bump symfony/http-foundation from 4.4.1 to 4.4.7
|
6 years ago |
dependabot[bot]
|
fff1d2d635
|
Bump symfony/http-foundation from 4.4.1 to 4.4.7
Bumps [symfony/http-foundation](https://github.com/symfony/http-foundation) from 4.4.1 to 4.4.7.
- [Release notes](https://github.com/symfony/http-foundation/releases)
- [Changelog](https://github.com/symfony/http-foundation/blob/master/CHANGELOG.md)
- [Commits](https://github.com/symfony/http-foundation/compare/v4.4.1...v4.4.7)
Signed-off-by: dependabot[bot] <support@github.com>
|
6 years ago |
Nafies Luthfi
|
95d761dd18
|
Merge pull request #18 from nafiesl/dependabot/composer/symfony/http-foundation-4.4.1
Bump symfony/http-foundation from 4.2.8 to 4.4.1
|
6 years ago |
dependabot[bot]
|
1cfff9d86e
|
Bump symfony/http-foundation from 4.2.8 to 4.4.1
Bumps [symfony/http-foundation](https://github.com/symfony/http-foundation) from 4.2.8 to 4.4.1.
- [Release notes](https://github.com/symfony/http-foundation/releases)
- [Changelog](https://github.com/symfony/http-foundation/blob/master/CHANGELOG.md)
- [Commits](https://github.com/symfony/http-foundation/compare/v4.2.8...v4.4.1)
Signed-off-by: dependabot[bot] <support@github.com>
|
6 years ago |
Nafies Luthfi
|
abe7c9cdf9
|
Use replace string helpers with Str class
|
6 years ago |
Nafies Luthfi
|
9821932074
|
Update travis script for phpunit
|
6 years ago |
Nafies Luthfi
|
dcc40ee961
|
Merge pull request #15 from nafiesl/laravel_6_support
Add laravel 6.0 support
|
6 years ago |
Nafies Luthfi
|
e768a9a7fe
|
Add laravel 6.0 support
|
6 years ago |
Nafies Luthfi
|
1c54e14a71
|
Add CHANGELOG.MD
|
7 years ago |
Nafies Luthfi
|
9dad414174
|
Update composer packages
|
7 years ago |