The docs for 5.1 say: Note: Route parameters cannot contain the - character. Use an underscore (_) i...
I am upgrading from cakephp 2.0 to laravel 5.1. I need to do versioning if some one can suggest its...
I'm trying to set up a single Controller that will be passed a variable name from the route. I'm not...
Hi I have developed an app on L4 and I taken strange error.. Examle in unit test public fun...
Hello I am using https://github.com/ignited/laravel-omnipay to process paypal payments on my websit...
Hi everyone Is it possible to execute some additional code when URL::route(...) is called ? I have m...
Hello, What could be wrong, if I put image to "public/img.jpg" Laravel works fine, if in...
Hello, I use a language prefix in my routing like this: Route::get('/', function(){ return Redir...
Hi. I'm coming from CodeIgniter world (yes, I know it's a very old framework :) ), I there are a lot...
Hi, is there please anyway to push Reponse to an ajax script in the view ?
hello guyz, I have a problem with redirection in Lumen framework. My code is $del=Fees::find($id)-&...
I have my ajax request from remote to the server $.ajax({ url: <request_url>, type: 'GET...
Hi everyone. I'm fairly new to Laravel and have come across an issue. I have a simply system which h...
Hi, I am trying to accomplish the following: I have a form with a typeahead text input field for &q...
I'm following flynsarmys' laravel tutorial. Everything went well until the second part where I put t...
I'm on the newer side of Laravel and am trying to setup an API. I have been following the tutorial a...
Is it possible to call the closure and pass data to the new location? Something like this: public fu...
Hi! Im trying to get a json response in Laravel 5. //variables in my Model $URL= "https://maps....
csv contain information with item name,price,description etc.and csv contain around 500 records. I'm...
I have one middleware, which merges customerId to each incoming request. if ( ! $request->has('cu...
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