We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running composer install for the first time:
composer install
[...] Package manifest generated successfully. > Illuminate\Foundation\ComposerScripts::postInstall > php artisan optimize Configuration cache cleared! Configuration cached successfully! Route cache cleared! In Route.php line 917: Unable to prepare route [api/user] for serialization. Uses Closure. Script php artisan optimize handling the post-install-cmd event returned with error code 1
Here are the relevant Debian packages I use (from buster repository)
The text was updated successfully, but these errors were encountered:
Disable route "api/user" (workaround eahlys#13)
22d15b4
aadab9c
Disable unused route "api/user" (workaround eahlys#13)
aa1a63d
See also laravel/framework#22034
No branches or pull requests
When running
composer install
for the first time:Here are the relevant Debian packages I use (from buster repository)
The text was updated successfully, but these errors were encountered: