eahlys / EdPaste

Laravel/PHP-driven Pastebin with users management
MIT License
38 stars 14 forks source link

Unable to prepare route [api/user] for serialization. Uses Closure. #13

Open pitchum opened 5 years ago

pitchum commented 5 years ago

When running composer install for the first time:

[...]
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)