vendredi 25 octobre 2019

Serialization of 'Closure' is not allowed Laravel routing?

When I launch command: php artisan route:cache I get message:

Serialization of 'Closure' is not allowed

There is only one closure in routes:

Route::group(['middleware' => ['auth']], function () {

})

I use php 7.1



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire