Hi, I have now lots of migrations files, is it posible to put them all in on big file, or there is a...
I use database for auth. Should the user table must have fields, "id", "password"...
I have a table lets say "events" and a field date inside that table that the user defines....
I have 2 models Crew and Event with the corresponding tables crews and events. Crews have many even...
I come from a CakePHP background which has the idea of deep saving models. For example, a Person can...
So this is what I've got so far. But as you'd expect, it's only filling the array with the first sub...
I was curious if there is a way using Vagrant (or Homestead) to have your DB files work like your PH...
$posts=Post::with(['comment' => function($query) { $query->orderBy('created_at', 'desc'); $que...
Hi there! I have got two SQL issues: I need to join two tables by comparing the field tx_ard_users...
Hi guys, i'm having a strange problem. I have 2 databases, the main one is MySQL, the other Microsof...
Re: app/config/app.php 'key' Hi, I am trying to find out whether this key should be kept on a differ...
What do you think about adding support for column type binary with length specified? Current there i...
Hi, I am trying to use my helper function from services.php file. But it dose not work for me. If i...
need some one to explain how to make a event on database change and show it on mi navebare to a spes...
Hello all, I'm struggling with the following problem. I have three tables - Users, Groups and Roles....
Hello all, I have two models which are related. I am trying to do a search in Products and only disp...
Hello, I am trying to setup the environment variables and I have it working on my CodeAnywhere IDE b...
When I do: DB::beginTransaction(); //T1 Device::insert(array("submit_hash" => "tri...
I was reading the post "Create new database and tables on the fly" I tried to implement an...
How can page through the results? .It With ajax. to bring the data to my view , I want to use pagina...
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