We were talking about Laravel 5 on its release, we are pleased today to welcome Laravel 5.1
When I launch command: php artisan route:cache I get message:
php artisan route:cache
Serialization of 'Closure' is not allowed
There is only one closure in routes:
Route::group(['middleware' => ['auth']], function () { })
I use php 7.1
Aucun commentaire:
Enregistrer un commentaire