I'm trying to save checkboxes. I should be able to select one or mutliple. This is the error I'm get...
I tried to submit a question and I got this at the bottom of the body section Body contains spam. Yo...
I'm creating a cms package that I will be using. The problem that I'm having is that after I publish...
What I'm trying to do is have the current class style to be shown on the menu that the page is on. F...
I'm trying to get the error message to show when I attempt to login with the wrong username and pass...
Would creating the accessor be like this public function getRoutesAttribute($route){ return ucfi...
The home page is still showing when I put in the blade elements and change it to a blade template
I had php 5.3 so I changed it to php 5.5. The error disappeared but I still can't view my other page...
Here are my routes Route::get('/', function() { return View::make('hello'); }); Route::get('admin/...
The Laravel portal for problem solving, knowledge sharing and community building.