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 |
Nafies Luthfi
|
ab57c3055f
|
Update BaseGenerator docblock
|
7 years ago |
Nafies Luthfi
|
a858767a98
|
Update .travis.yml to use php 7.1.8
|
7 years ago |
Nafies Luthfi
|
83fc4f2b1d
|
Remove composer.lock from .gitignore
|
7 years ago |
Nafies Luthfi
|
8defe920c8
|
Improve test cases
Add generated policy test existance check
|
7 years ago |
Nafies Luthfi
|
88ee0f4e55
|
Fixing tests after testbench update to 3.8
|
7 years ago |
Nafies Luthfi
|
d8a4412a89
|
[wip] fixing tests after testbench update to 3.8
|
7 years ago |
Nafies Luthfi
|
d8e8b568cb
|
Fix .travis.yml file
|
7 years ago |
Nafies Luthfi
|
c10c41ff91
|
Version 1.3.* only for Laravel 5.8 and up
|
7 years ago |
Nafies Luthfi
|
e445fc866c
|
Use bigIncrements for id column on migration stub
|
7 years ago |
Nafies Luthfi
|
948247c2fb
|
Remove browserkit setup method override
|
7 years ago |
Nafies Luthfi
|
1915a071cb
|
Add support for laravel v5.8
|
7 years ago |
Nafies Luthfi
|
2dc7d19571
|
Add table-hover class on index tables
|
7 years ago |
Nafies Luthfi
|
d9a97c6854
|
Update installation instruction for laravel 5.5
|
7 years ago |
Nafies Luthfi
|
1eb24e0e37
|
Update browserkit dependency to 2.0.x-dev
2.0.x-dev of browser-kit-testing package works for
Laravel 5.5.* and php 7.0
|
7 years ago |
Nafies Luthfi
|
0fa87e484a
|
Change DatabaseMigrations to RefreshDatabase
|
7 years ago |
Nafies Luthfi
|
7d6211f13f
|
Fixed invalid model name for API CRUD Feature test
|
7 years ago |
Nafies Luthfi
|
03332f1452
|
Add notice for laravel 5.5 with php ^7.1
|
7 years ago |
Nafies Luthfi
|
73019b7643
|
Merge pull request #12 from nafiesl/readme-update
Readme update
|
7 years ago |
Nafies Luthfi
|
85f22dc9c3
|
Update readme for usage on fresh install Laravel
|
7 years ago |
Nafies Luthfi
|
6a910bc3e5
|
Update form labels to use form-label class
|
7 years ago |
Nafies Luthfi
|
48e45d3747
|
Merge pull request #11 from Spudley/master
Added examples of API usage.
|
7 years ago |
Simon Champion
|
dcc563b97a
|
Added examples of API usage.
Added example code for using the generated API in the readme.
|
7 years ago |
Nafies Luthfi
|
a55fa7bf62
|
Correct request namespace based on App namespace
|
7 years ago |
Nafies Luthfi
|
0432cb24fa
|
Merge branch 'request-injection-on-controller-destroy'
|
7 years ago |
Nafies Luthfi
|
064b97ef66
|
Update tests for new controller stubs update
|
7 years ago |
Nafies Luthfi
|
0842a88f0f
|
Update stubs to inject request class on destroy action
|
7 years ago |
Nafies Luthfi
|
8ee19da978
|
Change form request variable name on controller stub
|
7 years ago |
Nafies Luthfi
|
63a0cfd3d8
|
Update validation field name comment on test
|
7 years ago |
Nafies Luthfi
|
f618b28601
|
Update delete buttons to use lang
|
7 years ago |