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...
Any ideas? I'm stuck and can't move forward with my app at all.
It's a new installation. I've cleared the cache, views, routes, config and dump-autoload. When I do...
Thanks for trying, Console. I appreciate the help. Does anyone else have a clue? I'm dead in the wat...
Sure. Route::get('/', array( 'as' => 'home', 'uses' => 'HomeController@getHome' )); Rout...
I go to my website. Log in. That shows links to routes that require a user to be logged in. When I c...
The Laravel portal for problem solving, knowledge sharing and community building.