Support the ongoing development of Laravel.io →

2,387 Threads

posted 9 years ago

RestAPI compatible with Ember.js

Hi there, I am using Ember.js (http://emberjs.com/) for developing most of my frontend-applications...

0 Likes 3 Replies
Solved
posted 9 years ago

Laravel ignores server port

I'm trying to use Laravel inside of a web IDE's virtual machine (Codio in this case). They use a cus...

0 Likes 4 Replies
Solved

Eloquent query based on (multiple) route params

I have a route like this: www.mysite.com/agenda/2014/08/16?tags=entertainement,sport,information&...

0 Likes 5 Replies
Solved

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 9 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 9 years ago

Routes with a dot inside

Hi, I have the url: http://website.com/attachments/myName.pdf But it is not working, because of the...

0 Likes 9 Replies
Solved
posted 9 years ago

Remote GET request

Hello, how i can use GET requests with Laravel?

0 Likes 2 Replies
Solved
posted 9 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 9 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 9 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 9 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

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

Ajax pagination with select box to chose number of items per page

I found this: https://gist.github.com/tobysteward/6163902 for ajax pagination. It works great. Howev...

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

© 2023 Laravel.io - All rights reserved.