Support the ongoing development of Laravel.io →

arafatx

Joined 16 Aug 2015

Statistics

Threads 2
Replies 10
Solutions 0
Articles 0

What is the different between Route::model() and Route::resource()

In Route model, I can use something like this: Route::model('tasks', 'App\Task'); and in Route resou...

0 Likes
2 Replies
Solved

what is the correct way to display data from second table in blade during editing profile.

In my route.php I defined the route resource: Route::group(['middleware' => 'role:admin|staff|ret...

0 Likes
3 Replies
Solved
replied 8 years ago
0 Likes
replied 8 years ago

how to disable throttle from sentry

look at the config folder as mentioned above and comment this section to disable throttling: 'checkp...

0 Likes
replied 8 years ago

Can't believe Form/HTML helpers were removed in Laravel 5, thats Crazy..!

The LaravelCollective/html for Html::image() tag doesn't seem to work. Does it exist? The illuminate...

0 Likes
replied 8 years ago

Polymorphic relations, simply can't get it to work

edanao said: Im using this Polymorphic relations but it is returning class not found error. namespa...

0 Likes
replied 8 years ago

Laravel 5 Forms and Html documentation?

Anyone know that, the laravelcollective helper works with HTML::image()? what is the alternative syn...

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.