Hey there, I am stumped on why my query is sending me back the full object when I do $date->exhib...
Hi there, I'm trying to use multiple controllers at Route::get('/'), but I couldn't get a second one...
Hi, Ok, there is probably a simple solution to this problem but I haven't found it yet, hence why am...
Ok, its newb question. If i do "return View::make('something')->with('user', User::find(1)-&...
Hey folks, i'm new to Laravel but already in love! Awesome. Sadly there's little documentation espec...
I've constructed a select list in a dashboard view, which lists id and name of various components. T...
Hi everyone, I have a page with all users and I have a search box. When I search, shows me the resul...
Is this possible? I'd like a View Composer to know the name of the controller and action context so...
I am well into a project where I have a number of resource controllers. They have all been working p...
Hi, My problem is very simple. I'd like to display into my formś input the content I wrote when ther...
Hello, I tried to use a prefixed route like Route::group(array('prefix' => 'admin'), function() {...
Good night ! Following the instructions from that link: https://github.com/daylerees/autoload-demo B...
Hi, I have a layout which requires a few variables and several controllers that use this layout. The...
My dateTime fields are stored in mySQL as a timestamp and the fields are mutated? as below: public f...
I am getting this error once I add a prefix to the route in routes.php Route::group(array('before' =...
Hey everyone, first post. I'm quite the beginner with laravel so sorry if I'm asking anything basic...
Having trouble displaying my dashboard after signing in. Here is my UsersController, users/dashboard...
My goal is to create a select list in a create.blade.php view. I'm not getting any errors with the D...
With a route I can put a constraint: For instance to allow only a-z letter in the book url. Route::g...
I would like to have a logout button on my navbar. I have tried snippet below but it's not working {...
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.