Hello Geek, I'm currently working on a small API using Lumen. However, I'm having some difficulties...
(Sorry for my english) I have a route like this http://localhost/inspection/show/{id} When I try to...
Hi My buddies how to possible without the redirection to set the flash messages
I have a AJAX based site I'm building. I'd like to grab content and return data depending on whether...
I need to offer up 2 versions of a set of routes depending on the role of the logged in user. If the...
I know I'm not the first person to encounter this, but I'm not finding an appropriate solution to th...
Hello, I would want to change this: http://postimg.org/image/95g11nk6z/ How can i do it? Thanks
Hi I have routes file as Route::resource('departments', 'DepartmentsController'); Route::resource('c...
I've two registered routes: Route::get("/a", "MyController@foo"); Route::post(&q...
What I need: have ability to call cutom validator and bypass an array of inputs there (done) valida...
Hello everyone, I am actually writting a API with Laravel on WAMP server, I am want to validate the...
Strange issue, when trying to hit a AWS CloudSearch domain with Homestead: (using Guzzle Client) htt...
Hi I have a form with a drop down and a text field {!! Form::label('category_id', 'Category') !!...
I have a fresh install of Laravel 5.1 and was working on getting auth/register working to work throu...
Hello everyone I'm trying to validate my input but I have weird problem with redirecting when Valida...
Hi I'm trying to add new values to the request array before it gets passed to the controller to be p...
So I am currently developing my onepage portfolio and have decided to try and learn some Laravel in...
here it is my code: http://laravel.io/bin/yGXy8 when my entered value is match to database value it...
Hi, I have the following route: Url: /users/{user_id}/friends Route::get('users/{users}/friends', 'U...
Hi everyone, I'm new in Laravel and I found that error, so any help please? PHP Catchable fatal erro...
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.
The community