Laravel Route bindings
Laravel allows you to explicitely and implicitely bind parameters in the route to models in your controller methods. This includes all kinds of scoping and configuration, but this only works if your route can determine the base model of the route parameter. There are basically two ways of configuring this base model. The first one…
Lees meer
Recente reacties