Does withDefault() work with a hasOne relationship? I haven't been able to get it to work.
[05-Jul-2017 23:46:09 America/Los_Angeles] PHP Fatal error: Class 'Route' not found in [My Path]/rou...
I'm trying to sort with Jquery UI in Laravel and it's giving me fits. Here is my controller: public...
I've suddenly started getting this error: PHP Fatal error: Class 'Route' not found The error messa...
I'm trying to use a sort field in my database but everything needs to be entered twice. So I'm looki...
I'm doing this: $show = new Show; $show_title = $show->ShowTitle ?: new ShowTitle; $s...
I just looked at the file. It's changed there as well. So nowhere in either of these files is the ol...
I did that and it didn't work, though. The only thing that's worked is the above link.
I figured out out. http://laravel.io/forum/01-28-2016-no-supported-encrypter-found
And put the new key here: 'cipher' => 'AES-256-CBC', Or here: 'key' => env('xxxxxx'), I've m...
The Laravel portal for problem solving, knowledge sharing and community building.