Support the ongoing development of Laravel.io →

2,391 Threads

posted 9 years ago

calling a controller method from a view, HELP...

hello, look like to draw from the view to a method of a controller, for example in the view I have t...

0 Likes
1 Replies

Basic custom route filtering with multiple parameters

So I'm attempting to authenticate my user's using Laravel's custom filters. I have my LDAP PHP scri...

0 Likes
0 Replies

Server Sent Events

Hi all, just wondering if anyone's played with SSEs in Laravel? If so, care to share your experience...

0 Likes
2 Replies

Showing remote files in the 'app' directory

Not sure if this is the best way to do it, but I am having users upload private files to the /app di...

0 Likes
0 Replies

Pass variable from filter to controller

I was wondering if it is possible to pass variables from a route filter to the controller. I current...

0 Likes
4 Replies
Solved

Separate routes.php for multiple websites

I'm using a single laravel installation to run two websites (multisite). Most of the model and contr...

0 Likes
3 Replies

Controllers via Routes Not Working

System Information MacOSX - 10.7.5 Apache - 2.2.27 (Macports) PHP - 5.4.33 (Macports) [Mycryp...

0 Likes
15 Replies
Solved

No file get in the uploading of file

Hi everyone, Im new to laravel and I don't know whats happening in my controller. I was trying to ha...

0 Likes
0 Replies

Redirect::intended - Disable URL saving for ajax requests

How to disable remembering of the 'intended' URL for specific route or for all AJAX requests?

0 Likes
2 Replies
posted 9 years ago

help with basic query from the controller to the model

hello have a look see, it is about a query, a model this is my controller .... public function ge...

0 Likes
7 Replies
posted 9 years ago

Handling translatable SEO urls

Hello there. I am trying to figure out a clevel way of handling my SEO urls with assumptions that th...

0 Likes
3 Replies

How to use Laravel 4 token with AngularJS app?

I'm trying to pass a Laraver token to AngularJS app to make an ajax submit. This operations shows me...

0 Likes
0 Replies
posted 9 years ago

One API, two clients (mobile vs. web app) - Best Practice?

As I understand current best practice, my web app's API should provide the same methods for both des...

0 Likes
4 Replies
posted 9 years ago

trouble with controller

i'm biginner in laravel ,i tried to connected to controller with router: Route::get('/', array('as'...

0 Likes
1 Replies

delete/alter data in model relationships

Hi, If I have something like this: $user = User::with('phones')->find(1); It gives me the user's...

0 Likes
1 Replies

Insert password creates blank page

I have a password reset form and method setup as below, however when the form is submitted it just g...

0 Likes
0 Replies

Using XML in a controller (curl)

Hi all, Im trying to make a function for creating a package label via something called pacsoft. It o...

0 Likes
1 Replies
Solved
posted 9 years ago

resource controllers defined inside Rout::group( [ 'prefix' => 'pre' ] )

Hi this topic is about prefixing on resource routs so, i wonder if there are built in way to remove...

0 Likes
0 Replies
posted 9 years ago

The problem of hardcoded URLs in client side templates

I want to use my client side template engine placeholders in route() helper to avoid hardcoding of u...

0 Likes
0 Replies
posted 9 years ago

Ajax Failure Over 3G Connection

Hi guys, I just started with Laravel a couple of weeks ago. I've create an application which uses th...

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