Skip to content
8.x
Switch branches/tags
Code

Latest commit

The Breeze API scaffolding creates and references an environment variable named `FRONTEND_URL` (see, e.g., https://github.com/laravel/breeze/blob/9abe49ebe4ff941660b7af1df318344f728d8f3d/src/Console/InstallsApiStack.php#L50), but the existing docs prepend `APP_` to the name of this environment variable. This PR removes the prepended `APP_` to make the name in the docs consistent with the name in the code.
4939aac

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
wip
Nov 23, 2021
wip
Nov 2, 2021
wip
Aug 20, 2021
wip
Sep 29, 2021
Jun 24, 2021
wip
Sep 30, 2021
wip
Nov 16, 2021
wip
Dec 7, 2021
wip
Nov 9, 2021
wip
Oct 26, 2021
Nov 26, 2021
Mar 20, 2021
wip
Dec 6, 2021
wip
Nov 23, 2021
wip
Sep 3, 2021
Aug 19, 2021

Laravel Documentation

You can find the online version of the Laravel documentation at https://laravel.com/docs

Contribution Guidelines

If you are submitting documentation for the current stable release, submit it to the corresponding branch. For example, documentation for Laravel 8 would be submitted to the 8.x branch. Documentation intended for the next release of Laravel should be submitted to the master branch.