laravel-realworld-example-app icon indicating copy to clipboard operation
laravel-realworld-example-app copied to clipboard

Exemplary real world backend API built with Laravel

Results 21 laravel-realworld-example-app issues
Sort by recently updated
recently updated
newest added

Bumps [composer/composer](https://github.com/composer/composer) from 1.8.6 to 1.10.26. Release notes Sourced from composer/composer's releases. 1.10.26 Security: Fixed command injection vulnerability in HgDriver/GitDriver (GHSA-x7cr-6qr6-2hh6 / CVE-2022-24828) 1.10.25 Fixed selfupdate on Windows + PHP...

dependencies
php

Hi, I am submitting this commit to change the command to generate the jwt key and change the users' default image. Thank's, Flads.

"--dev" has no effect (it is the default behaviour) and will be removed in Composer 3. https://getcomposer.org/doc/03-cli.md

Should upgrade Composer from version 1 to 2 released on October 24th, 2020.

here is detail: ``` SQLSTATE[HY000]: General error: 1273 Unknown collation: 'utf8mb4_unicode_ci' (SQL: select * fro m information_schema.tables where table_schema = db1 and table_name = migrations) ```

is the project dead?

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...

what about Laravel 5.7?

information for updating to laravel 5.6?