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...
I am using L5 for my application. I have to use autocomplete property from database. Anyone has this...
Hi guys, i'm having a strange problem. I have 2 databases, the main one is MySQL, the other Microsof...
Dear Sir, My Name Is Tahir Malek. We Have been Animating Since 2008. We Have created Many 3D Interio...
Re: app/config/app.php 'key' Hi, I am trying to find out whether this key should be kept on a differ...
I have a problem with Laravel 5.0 I'm using Auth::loginUsingId(). When I logged in then login fine b...
Hello Guys, I want to change my facebook credential at runtime with Laravel 5.1 Please anyone how do...
What do you think about adding support for column type binary with length specified? Current there i...
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