Support the ongoing development of Laravel.io →

mrabbani

Joined 28 May 2015

Statistics

Threads 0
Replies 6
Solutions 1
Articles 0

mrabbani has not posted any threads yet

replied 8 years ago

How to: Store Config Data

You can do this by placing your custom config file in config directory. config/custom.php <?ph...

0 Likes
replied 8 years ago

Class 'Illuminate\View\HtmlServiceProvider' not found

Register HtlmServiceProvider in $prividers array of config/app.php by Illuminate\Html\HtmlServiceP...

0 Likes
replied 8 years ago

Call a mutator

You need not to use mutator to set the Auth:id() for new model instance. Checkout the Eloquent event...

0 Likes
Solved
replied 8 years ago

Multiple routes files

You can do this by including your route file in app/Providers/RouteServiceProvider.php. Assuming yo...

0 Likes
replied 8 years ago

Route::get('/', ['as' => 'home', function () { ... }]);

use route method instead of url. This following code may fix your problem. <a href="{{ ro...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.