I don't know what else to do anymore, everything I tried failed. So there's this form {{ Form::open...
Hey everyone. I have some questions to ask. :3 I come from using Yii1, and I have a rather big proje...
Hi guys, I am moving my first steps with Docker and, a few days ago, I made a starter setup that you...
I would like to populate a field string(50) with one out of 3 possibilities, what can I write there?...
Hi, i looking for some simple CMS framework for Lravel 5.1. I would like useing module for login or...
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-...
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