Let`s take classic documentation example User -> Role public function roles() { return $this->...
Hey guys! I need a help with DNS questions on my server configuration and I hope somebody could help...
Hi there, I am trying to get access to the HTTP request in my route model binding closure. This is b...
$employee=Employee::create([ 'name' => $request->get('name'), 'lastname' => $request-...
Hey, is it possible to get the number of days that have passed since a given timestamp, but only the...
Hey guys, today I started developing a new website with L5.1 and wanted to use the paginator. I used...
I have a live application that has been running for months. It just stopped sending out emails witho...
I am perplexed and in need of some help. I have a checkbox setup as a flag in my form that is not s...
Hi, does anyone of you about some great article how to create form with dynamic fields and how to ha...
Hi, I have two tables; Table user and table user_groups. I'm using soft delete to delete users. When...
##1.Tools I use Laravel 5.1 Redactor 2.Code 2.1Route Route::post('topics/upload', ['as' => 'upl...
I am trying to do a belongsToMany relationship but it always returns null. These are my models. (piv...
I am struggling with something and I really need some help The web application I am putting it toget...
I am newbie of laravel just authenticate 'username' and 'password' with database for successful log...
In laravel, you even can not use md5+salt instead of bcrypt hash. I tried ,but I found it's very har...
$users=Tlc\Employee::with('users')->get(); => Illuminate\Database\Eloquent\Collection {#822...
I'm using stevemo/cpanel https://github.com/stevemo/cpanel for the admin panel. In the view I want t...
I installed vagrant 1.7.2 on my windows 8 computer. Then wanted to install laravel/homestead. I keep...
Hi, I am just about to start writing my first Laravel application. This will be part of a suite of a...
Hello, Today i'm happy to announce that our php community phpfire.com is now online feel free to cre...
Solutions given in the past year. Excluding solutions from thread authors.
The Laravel portal for problem solving, knowledge sharing and community building.
The community