laravel-realworld-example-app
laravel-realworld-example-app copied to clipboard
Exemplary real world backend API built with Laravel
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
when I use $this->validator in the first line of my functions everything is ok and app works correctly. but when I want to use request classes such as CreateArticle for...
Bumps [axios](https://github.com/axios/axios) from 0.15.3 to 0.19.0. Release notes *Sourced from [axios's releases](https://github.com/axios/axios/releases).* > ## v0.19.0 > Fixes and Functionality: > > - Unzip response body only for statuses != 204...
If I look in `config\cors.php` it has a line: ` 'allowedOrigins' => env('CORS_ALLOWED_ORIGINS') ? explode(',', env('CORS_ALLOWED_ORIGINS')) : ['*'],` I was unable to get anything working until I had set an...
Tags work when creating articles, but aren't working when updating an article.