I have a table lets say "events" and a field date inside that table that the user defines....
I want to compile bootstrap sass from the /bower_components folder. And I am want all data from _boo...
I have 2 models Crew and Event with the corresponding tables crews and events. Crews have many even...
ErrorException in Usermodel.php line 21: Undefined offset: 1 http://laravel.io/bin/aNw7q#21
Hello everyone, i'm learning laravel and i got this problem! Constructor: class PlayerController ext...
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...
Anyone know how to force laravel 4.2 to create the new (daily) log files with my user as owner, the...
In Laravel 5 the default action for handling server error codes (404, 403, 500, etc) is to create a...
In this video: https://laracasts.com/series/laravel-5-fundamentals/episodes/22 Jeff introduced metho...
I was curious if there is a way using Vagrant (or Homestead) to have your DB files work like your PH...
I'm trying to solve a problem with passing form data past login screen. I have a form that submits d...
When we talk about events, we are talking about something that happens and affects one or more model...
I'm trying to figure out the best way of building an admin panel (small CMS). Currently my project i...
Is there any resources and or experience the community can share on getting successful builds for La...
Vagrant newbie here trying to install homestead. I'm following directions from here: http://laravel...
$posts=Post::with(['comment' => function($query) { $query->orderBy('created_at', 'desc'); $que...
I had some trouble with Elixir SASS not working (failing silently) and thought I'd try reinstalling...
Hello, everyone, so found some strange mood of my php unit tests, I have for example 2 tests extende...
Hi there! I have got two SQL issues: I need to join two tables by comparing the field tx_ard_users...
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