Lucas Azevedo
Lucas Azevedo
By default, Laravel's validation messages include the attribute name, contrary to the [backend specification](https://github.com/gothinkster/realworld/tree/master/api#errors-and-status-codes). This was achieved by removing the first two words of each error message during runtime, instead...
Upgrade Laravel from version 7 to 8 released on September 8th, 2020. The upgrade guide is available in the [documentation](https://laravel.com/docs/8.x/upgrade). This issue depends on #35
Upgrade Laravel from version 6 to 7 released on March 3rd, 2020. The upgrade guide is available in the [documentation](https://laravel.com/docs/7.x/upgrade). This issue depends on #34
Upgrade Laravel from version 5.5 to 5.6 released on February 7th, 2018. The upgrade guide is available in the [documentation](https://laravel.com/docs/5.6/upgrade). This issue depends on #30
Upgrade Laravel from version 5.6 to 5.7 released on September 4th, 2018. The upgrade guide is available in the [documentation](https://laravel.com/docs/5.7/upgrade). This issue depends on #31
Upgrade Laravel from version 5.7 to 5.8 released on February 26th, 2019. The upgrade guide is available in the [documentation](https://laravel.com/docs/5.8/upgrade). This issue depends on #32
Upgrade Laravel from version 5.8 to 6 released on September 3rd, 2019. The upgrade guide is available in the [documentation](https://laravel.com/docs/6.x/upgrade). This issue depends on #33
The SSL certificate served at [www.avored.com](https://www.avored.com) is only valid for [avored.com](https://avored.com) (without www), thus, a user browsing the former is presented with an warning like this: ...
Try to get the validation rules if a FormRequest instance is injected in the route. [Reference implementation](https://github.com/rygilles/laravel-openapi-schema-generator/blob/515eddcce4572de080539711f972bef84863d371/src/Rygilles/OpenApiGenerator/Generators/Generator.php#L761)
Here is a simple test [python script](https://gist.github.com/lhsazevedo/28c43d9e8cd534275aea90d90ad858f5#file-gen-py) for generating historical makefiles using [a template](https://gist.github.com/lhsazevedo/28c43d9e8cd534275aea90d90ad858f5#file-amiga-template). Only amiga makefiles for now, but should be easy to add msdos and smake. It still...