Let`s take classic documentation example User -> Role public function roles() { return $this->...
$employee=Employee::create([ 'name' => $request->get('name'), 'lastname' => $request-...
Hey guys, today I started developing a new website with L5.1 and wanted to use the paginator. I used...
Hi, I have two tables; Table user and table user_groups. I'm using soft delete to delete users. When...
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...
$users=Tlc\Employee::with('users')->get(); => Illuminate\Database\Eloquent\Collection {#822...
So I have this odd problem with json. It will return different jsons depending on my underlying syst...
I have laravel models : Post and Comment. As normal, post will have many comment tables as bellow: P...
How can I compare properties of multiple collections. I have the following code. $games = Schedule::...
So I've been following https://laracasts.com/series/laravel-5-from-scratch/episodes/8 and I've got t...
For those asking about jquery ajax: Here I am editing a pet, and looking up the petowner and filling...
App and MySQL are running on a separate hosts inside the same network Migrations and seeding the dat...
I am new to laravel Detailed explanation: I am creating quiz contest website.I have a timer in which...
Hello, I'm familiar with many-to-many polymorphic relations explain here: http://laravel.com/docs/5....
I have a model A which has a parent/child relation with itself through a pivot table AHasA. Model A...
Hi I need to put a link on a form to disable a user in users table. I already have the id and i crea...
Has anybody worked with eloquent/postgres and the json/jsonb datatype? I've fleshed out some basic c...
Hi everyone. I'm not sure if it's possible but here is my question: How to get all my clients with t...
Hello togehter, i have a problem to unserialize an entry of a column with the data type "binary...
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