Support the ongoing development of Laravel.io →

How to get inserted id of pivot when attach()

Hey. I need to get the ID of pivot when inserting related items in Many to Many. Ex. $pivot_id = $pe...

0 Likes
2 Replies
Solved

Problem with Authentication / Login

Hello, people. I'm trying use Laravel Authentication in my aplication, but the Auth::attempt always...

0 Likes
4 Replies
Solved
posted 10 years ago

URL::action generator - how to add parameters as query strings (?a=a&b=b) and not as short url (a/a/b/b)

example: Route::controller('spiel','SpielController'); $u = URL::action('SpielController@getIndex',...

0 Likes
4 Replies

Suggest a good Chart Framework or package for Laravel

Hi Everyone.. I am developing laravel web application , now i want to display a daily work report gr...

0 Likes
2 Replies

artisan queue:list --tries=3 >> through config file

Hello, i would like to set the number of max tries for the queue through my config file (f.eg app.ph...

0 Likes
1 Replies
Solved
posted 10 years ago

Magic methods in Eloquent

Hey guys, is it possible to implement my own __call() method in Eloquent models? I created users per...

0 Likes
2 Replies
Solved

Laravel - Overwrite Blade Template with another

I'm using Laravel 4.1.30 I was wondering if it's possible to to overwrite a template with a differen...

0 Likes
1 Replies
Solved

is it safe to do composer update in L5?

Since it is still in development

0 Likes
5 Replies

JS issue with bllim laravel4-datatables-package

Hi, I am using bllim\laravel4-datatables-package using the tutorial in the below link, I am able to...

0 Likes
1 Replies
posted 10 years ago

static functions of helper files not working after composer update in L5

myClass::myStaticFunction() not working after the latest composer update...any idea why?

0 Likes
1 Replies

Help: How to make an Admin panel?

Hello, i have created my first app in Laravel, which contains: 1.Login 1.1.Profile 2.Logout I would...

0 Likes
3 Replies
posted 10 years ago

How to set the referrer for Redirect::back() ?

Suppose I have a link to a form, but after submitting the form I want to redirect back to the origin...

0 Likes
0 Replies

Having issue while trying to use model route binding

By using this code I'm trying to return the post from posts table which has the same id by {post}. R...

0 Likes
0 Replies

Cant access to Models From Views in Package

Hi there I'm working in a package , and for some reason i cant access to models methods from View, f...

0 Likes
2 Replies
posted 10 years ago

$morphClass not used by morphTo()?

So I have MyApp\Posts\Post MyApp\Videos\Video In each I declare a $morphClass of 'Post' and 'Video'...

0 Likes
4 Replies

Problem with routes when passing a variable from a Modal to a web page.

Hi. I'm having an issue when passign a variable from a Modal toa web page. The variable it's not sho...

0 Likes
1 Replies
posted 10 years ago

legacy url routing using 4.2

I'm having trouble getting the below to work. I want to route legacy urls but the below does not see...

0 Likes
8 Replies

Check if route is accessible

Hey guys, is there a way to check if route to given controller action is accessible? By accessible I...

0 Likes
0 Replies

Laravel Configaration Problem with nginx

Hi... I am a very new Laravel user, For a work of mine,i have to integrate nginx with laravel in win...

0 Likes
3 Replies

Repository Responses

Hi everyone, What is your approach for repository methods responses ? returning Eloquent models or...

0 Likes
0 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

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.

© 2025 Laravel.io - All rights reserved.