Hi, I know that if I can set the value for the $primaryKey protected field in my model in order to t...
Hey guys, what do you think about the following: Route::get('/', Auth::check() ? 'Controller\Menu@sh...
I have a ManyToMany relation Users controller public function measurement() { return $th...
I have a form like below in a blade template file. {{Form::open(array('url' => 'http://b.xyz.app:...
Hi, In PHPStorm, I have as 'PHPUnit Library' the 'custom autoloader', which is 'vendor\autoload.php'...
I have a namespace like foo/bar I have added this line: use Illuminate\Routing\Route; but still get...
We have a historical database application written in MS Access. The key screen allows the user to up...
Hello! I'm quite new in the Laravel community. I didn't see any other of my fellow countrymen, so ju...
anyone else has had a problem with the find function of eloquentORM?
Hi there How I can cache Eager loading in laravel? suppose that we have this query : $today_posts =...
their is any example to react.js + laravel ?
From my model... public function getNumberDeletedAttribute($value) { return (bool)$value; } public...
I have an old codeigniter project for a client running on a 123-reg (linux) server. Has anyone had e...
This does not work? @foreach($posts as $post) @if($post->created_at == 'isYesterday()')...
In my environment authentication is already beeing done in Apache (LDAP/Kerberos). I want to use thi...
I want to login into my application with email or mobile number. But the default auth only use email...
Hi guys! I'm learning Laravel and am working on a personal project as I do it. It's essentially a d...
Hi, I want have someting like : Lang::set('key', 'value') and Lang::set('key', array()) You have an...
Hi, I'm new to this framework and I'm following the Code Bright book examples, but also trying out a...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.