Tell me please. Why on the local server this query: $pricelists = PriceList:: all ()-> where ('ca...
<?php use Faker\Factory as Faker; use Illuminate\Database\Seeder; use Illuminate\Database\Eloque...
So, I'm developing two applications: A frontend website, as well as an employee/customer portal. Bo...
My Db schema looks like this.. (omitting some info) users (id, first_name,.....) messages (id, user_...
fetch data of signup form. use Illuminate\Http\Request; use App\Http\Requests; use App\Http\Controll...
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...
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