The problem is the primary key on table1 is unsigned and the foreign key on table2 is not. You need...
I don't think you can do it in one line in PHP 5.3. $first_name = Input::get('first_name'); $employe...
The time given by the browser is likely more accurate. I'm not sure how the debug bar measures the r...
You can try url encoding the url before passing it to the route method. Alternatively you can pass i...
Browsers only support GET and POST requests through form submissions. The form method will always be...
The Laravel portal for problem solving, knowledge sharing and community building.