You can do this by placing your custom config file in config directory. config/custom.php <?ph...
Register HtlmServiceProvider in $prividers array of config/app.php by Illuminate\Html\HtmlServiceP...
You need not to use mutator to set the Auth:id() for new model instance. Checkout the Eloquent event...
You can do this by including your route file in app/Providers/RouteServiceProvider.php. Assuming yo...
use route method instead of url. This following code may fix your problem. <a href="{{ ro...
The Laravel portal for problem solving, knowledge sharing and community building.
The community