Hi, i create an social-messaging system, where people can and friends and write messages like in Fac...
I'm learning a lot about code seperation and dry.. Now I'm reusing this piece of code protected func...
Hello Laravel Lovers, I am using Laravel 5.1 framework and I want to send email notification to a pa...
Hello friends, I have five tables and all of them have different number of columns. I want to create...
Thanks folks for your attention! Employee model with select a column: public function departments()...
Hey guys, I am using Mandrill and Guzzle for emailing and this works fine! But I want to add some co...
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...
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.
The community