Support the ongoing development of Laravel.io →

2,389 Threads

posted 9 years ago

Why are dashes not allowed in routes in 5.1

The docs for 5.1 say: Note: Route parameters cannot contain the - character. Use an underscore (_) i...

0 Likes
2 Replies
Solved

Creating versioning and oauth2 bases authentication with my existing project on cakephp 2.0 to laravel 5

I am upgrading from cakephp 2.0 to laravel 5.1. I need to do versioning if some one can suggest its...

0 Likes
1 Replies

How to make a variable Database call?

I'm trying to set up a single Controller that will be passed a variable name from the route. I'm not...

0 Likes
10 Replies
Solved

when send post data by the client, returns error "Maximum function nesting level of '100' reached"

Hi I have developed an app on L4 and I taken strange error.. Examle in unit test public fun...

0 Likes
1 Replies
Solved

Get buyers email with omnipay

Hello I am using https://github.com/ignited/laravel-omnipay to process paypal payments on my websit...

0 Likes
0 Replies
posted 9 years ago

Injecting parameters to named routes

Hi everyone Is it possible to execute some additional code when URL::route(...) is called ? I have m...

0 Likes
0 Replies

Laravel 5 images

Hello, What could be wrong, if I put image to "public/img.jpg" Laravel works fine, if in...

0 Likes
2 Replies
posted 9 years ago

Pass route-prefix to controller as parameter

Hello, I use a language prefix in my routing like this: Route::get('/', function(){ return Redir...

0 Likes
0 Replies
posted 9 years ago

What are the benefits of Route::get/post etc?

Hi. I'm coming from CodeIgniter world (yes, I know it's a very old framework :) ), I there are a lot...

0 Likes
8 Replies
Solved

Pushing reponses to ajax

Hi, is there please anyway to push Reponse to an ajax script in the view ?

0 Likes
3 Replies
Solved
posted 9 years ago

Lumen redirect() not work

hello guyz, I have a problem with redirection in Lumen framework. My code is $del=Fees::find($id)-&...

0 Likes
1 Replies
posted 9 years ago

Laravel Ajax X-Requested-With headers

I have my ajax request from remote to the server $.ajax({ url: <request_url>, type: 'GET...

0 Likes
0 Replies

Saving Form with request->all() and many-to-many relationship?

Hi everyone. I'm fairly new to Laravel and have come across an issue. I have a simply system which h...

0 Likes
0 Replies

Store the value of an input field into database if it doesn't exist already

Hi, I am trying to accomplish the following: I have a form with a typeahead text input field for &q...

0 Likes
1 Replies

Firsttime Laravel facing NotFoundHttpException

I'm following flynsarmys' laravel tutorial. Everything went well until the second part where I put t...

0 Likes
0 Replies
posted 9 years ago

return response()->json in routes.php producing 404

I'm on the newer side of Laravel and am trying to setup an API. I have been following the tutorial a...

0 Likes
0 Replies
posted 9 years ago

Flash data in middleware

Is it possible to call the closure and pass data to the new location? Something like this: public fu...

0 Likes
0 Replies

Json response

Hi! Im trying to get a json response in Laravel 5. //variables in my Model $URL= "https://maps....

0 Likes
4 Replies

records insertion progress

csv contain information with item name,price,description etc.and csv contain around 500 records. I'm...

0 Likes
0 Replies

Retrieving all input data using $request->all()

I have one middleware, which merges customerId to each incoming request. if ( ! $request->has('cu...

0 Likes
0 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.