Support the ongoing development of Laravel.io →

2,392 Threads

posted 10 years ago

Routing /admin runs into endlees loop

Hi, I have this Routes file: http://laravel.io/bin/5G1GJ. Using /game is wirkong perfectly, but /adm...

0 Likes
2 Replies

Can I load a view into an AJAX?

I have this on a js file... $(document).ready(function() { //petición al enviar el formulario de reg...

0 Likes
3 Replies
Solved
posted 10 years ago

Best way to call method on every page load

i have this code in the view, and all pages include this view ..... <? $number = Friend::Frie...

0 Likes
2 Replies
Solved
posted 10 years ago

Requesting /customer/index.php, but server is executing /index.php, doesn't happen on live server

I am requesting localhost/customer/index.php, but laravel executes / route, thinking i am requesting...

0 Likes
0 Replies
posted 10 years ago

Access Sub-Domain on Ubuntu

Hello, I'm new user to Ubuntu and I have a app in Laravel. I can access my app with virtual host wit...

0 Likes
0 Replies

Problem returning SSH Response

Hello! Thanks for interest to this topic. I'm pretty new in Larave and i have a little question. May...

0 Likes
3 Replies
Solved

SlowTimer @ Forge w. Nginx + HHVM & Hack (Beta)

Hi guys, I was wondering if anybody experienced this problem before. We're doing a cURL request to g...

0 Likes
2 Replies
Solved

OPTIONS method on cross domain AJAX.

I have made an API server which my client JavaScript calls. The issue is that when I want to POST it...

0 Likes
4 Replies

Payment Gateway for laravel

Hi, I want to add the payment gateway for my laravel project. Can any one suggest me the payment gat...

0 Likes
1 Replies

Paginate Encrypted Data

My DB is like 2000 records, the info is encrypted, using Crypt in my model... /* NAME*/ public func...

0 Likes
0 Replies

Scope Applicator - a package for easy data filtering and sorting

Hi. Check out a new library for data filtering in Laravel 4. It applies named scopes according to UR...

0 Likes
0 Replies

Get array from browser url.

Hello all, Can anyone please send me a bit of code to get array from url? Suppose this is my url :...

0 Likes
3 Replies
Solved

Laravel 4 paginate on GET request

I have a form that is used to filter results for a categories page. So, the URL will be localhost/pu...

0 Likes
2 Replies
Solved
posted 10 years ago

Route Parameters in a Route causing 404 under different instances

The following route works fine: Route::get('/{category}/{product?}/{id?}',array('uses' => 'Produc...

0 Likes
2 Replies
Solved

Call to a member function getAction() on a non-object on nginx

Updated server to Nginx 1.1.19, PHP to 5.4.28 and Laravel to latest 4.1.27. No Redirect::to inside A...

0 Likes
1 Replies

about set a cookie

hello to every one, I am trying to set a cookie with php because I dont know and dont understand how...

0 Likes
2 Replies
Solved

deliberate delayed response

as a test, i'd like to respond to a resource request, say mp4, in 5 seconds to 1 minutes deliberatel...

0 Likes
5 Replies
posted 10 years ago

Example for Ajax post to laravel

Hello, I was looking to integrate with Ajax using POST Feature I need a simple form submission examp...

0 Likes
1 Replies

File based routing

First off, I love the structure of Laravel. I've used it in a project management system, and the way...

0 Likes
2 Replies

laravel pagination with ajax call will returns links which dumps all the raw data when clicked on the links.

I have editors = User::with(['editor.credentials','editor.specialties','editor.ratings']);...

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.

© 2024 Laravel.io - All rights reserved.