Support the ongoing development of Laravel.io →

2,392 Threads

posted 10 years ago

URL::action generator - how to add parameters as query strings (?a=a&b=b) and not as short url (a/a/b/b)

example: Route::controller('spiel','SpielController'); $u = URL::action('SpielController@getIndex',...

0 Likes
4 Replies
posted 9 years ago

How to set the referrer for Redirect::back() ?

Suppose I have a link to a form, but after submitting the form I want to redirect back to the origin...

0 Likes
0 Replies
posted 9 years ago

legacy url routing using 4.2

I'm having trouble getting the below to work. I want to route legacy urls but the below does not see...

0 Likes
8 Replies

Check if route is accessible

Hey guys, is there a way to check if route to given controller action is accessible? By accessible I...

0 Likes
0 Replies

Reusing Code

I have a list of Australian states in which I want to make a case switch method as the state are com...

0 Likes
1 Replies

Sending Email

Hi guys, I know how to send Email in laravel 4, don't worry :) I ask for proper way of structuring s...

0 Likes
0 Replies

403 access denied error on DELETE request(remote server)

I'm using a delete request to delete a account its working fine on localhost but on remote host(AWS...

0 Likes
0 Replies

Call to undefined method

Hello. I'm trying to get the view for my property page to load and I'm meeting the following error....

0 Likes
1 Replies

subdomain converted to www. on localhost

Hi, i used route subdomain documentation http://laravel.com/docs/4.2/routing#sub-domain-routing like...

0 Likes
3 Replies
Solved

TokenMismatchException in VerifyCsrfToken

I have a method for receive data from a restfull API and when the API send a POST request this error...

0 Likes
2 Replies
Solved

Stripe Payment Token Mismatch issue

Hello, I have integrate simple stripe payment for my site but after completing the payment whent it'...

0 Likes
1 Replies

Working with Multiple Domains to Display Different Content

Depending on the domain id like to display a different php page. i.e. Domain1.com -> myapp.com/th...

0 Likes
2 Replies

Showing different User Pages based on a Database Variable

Each of my clients have {name}.mysite.com Each of these pages have subpages. i.e. {name}.mysite.com/...

0 Likes
0 Replies

Redirect Issue.

Store data after return to dashboard view. using : return Redirect::to('/admin/dashboard')->with(...

0 Likes
2 Replies

Laravel 3.2.14 generates a wrong query

Hello! Today i needed to update an old script, look at that: Model: class Match extends Eloquent {...

0 Likes
2 Replies

Laravel-menu

HI, I am using lavary/laravel-menu i am able to set class for all menu level, but not able to see cl...

0 Likes
0 Replies

Detecting enviroment by domain

Hey guys, I've seen something like this is bootstrap/start.php multiple times: $env = $app->detec...

0 Likes
2 Replies
Solved

Stripe Payment

Can anyone give me a link to implement stripe payment in my project I have checked in laravel doc bu...

0 Likes
2 Replies

Queue push creates two jobs when redirecting

I have a simple set up using beanstalkd and a test controller to push jobs to a queue. The problem i...

0 Likes
2 Replies
Solved
posted 9 years ago

Sub Domains through Routing/Filtering

Hi All, I'm working on a site that has a few variations that can be displayed depending on what the...

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.