Support the ongoing development of Laravel.io →

1,848 Threads

json_decode returns null on reponse:json string on 'local' API

However if I do return $response; all the data is perfectly displayed. It seems like json_decode onl...

0 Likes
0 Replies
posted 10 years ago

Dynamic route prefix

Hi, how can I make dynamic prefix for all routes in Laravel? I want something like /{model_id}/contr...

0 Likes
1 Replies

404 URLs create error logs

When users browse my website on their iPhone's Safari, it will automatically request for many variat...

0 Likes
2 Replies
posted 10 years ago

Problem with ajax and laravel

Hello friends, I am desperate , I need to use laravel 4 with ajax . I am using http://arshaw.com/ful...

0 Likes
2 Replies

Laravel Paid Plugins and suggestion

I heard that Taylor is working on paid Laravel modules? Does anyone know when they come out and they...

0 Likes
0 Replies

Load different template on different request

I do have 2 different on my pages but I would like to load in different situation, for example when...

0 Likes
1 Replies

Need help with laravel routing

So I'm trying to match a simple route with laravel that looks something like /ID-OPTIONAL/OPTIONAL2/...

0 Likes
1 Replies
posted 10 years ago

Global Filter with Filter Class?

Hi all, My application has a filter class, like this: class TestFilter { public function filter...

0 Likes
1 Replies
posted 10 years ago

Template for page Redirecting to

Hello Guys. In my form there is an image in base64, to make a post the Laravel redirects to a white...

0 Likes
0 Replies

Advanced ajax pagination - what to do when there is option to show 5/10/25/50 itesm per page and there are delete operations as well

Hi all. Found this: https://gist.github.com/dariodiaz/7598665 Works great. Questions: How should I...

0 Likes
3 Replies
posted 10 years ago

Get a URI that has ? in it

Hi All, Im integrating Sagepay and after successful payment it returns a url like so: /success?crypt...

0 Likes
5 Replies
posted 10 years ago

about route configuration

When i set up Laravel in my pc(windows 8), i have a problem that i cannot access another page except...

0 Likes
0 Replies

Basic routing question for get & posts to a controller

Hi, is there a better way to be doing this? I've got a bunch of sections within a user's profile tha...

0 Likes
5 Replies

How to clean up this code? Dynamically setting property names, eager loading, handling arrays

WARNING: NASTY PROCEDURAL CODE AHEAD. Let's say I have an ajaxified to-do list app. I have this rout...

0 Likes
0 Replies

Same route::controller('/') with different controllers

I've been trying to organize my route like this ( Laravel 4.1 ) Route::controller('/', 'HomeControll...

0 Likes
1 Replies

Validation exception with different results

I am creating Validation service witch throws ValidationException if error ocured. That works fine,...

0 Likes
0 Replies

Redirect::Back() tries to return to favicon.ico

I have an app using laravel 4.1. In an edit function - which has been working fine up until now has...

0 Likes
1 Replies
posted 10 years ago

$this->beforeFilter() ordering

Hey all, Can someone explain to me how the beforeFilter() thing works? I'm running into an issue wh...

0 Likes
1 Replies
posted 10 years ago

Laravel 4 Limit number of parameters in the URL

I am trying to restrict the number of parameters in the URL depending on the controller but I can't...

0 Likes
3 Replies

[Package] Laravel HttpCache

HttpCache for Laravel 4.1: https://github.com/barryvdh/laravel-httpcache Laravel 4.1 can easily use...

0 Likes
2 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.