mardi 27 décembre 2016

Laravel DomainException in RouteCompiler Variable name cannot be longer than 32 characters in route pattern

I'm getting this error because of a long variable name. How do I override the variable name?

I would very much like to keep the resource name.

My route is:

Route::resource(
    'computer-software-version-installation',
    'Web\Model\ComputerSoftwareVersionInstallationController'
);



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire