I'm having trouble getting the below to work. I want to route legacy urls but the below does not see...
Hey guys, is there a way to check if route to given controller action is accessible? By accessible I...
I have a list of Australian states in which I want to make a case switch method as the state are com...
Hi guys, I know how to send Email in laravel 4, don't worry :) I ask for proper way of structuring s...
I'm using a delete request to delete a account its working fine on localhost but on remote host(AWS...
Hello. I'm trying to get the view for my property page to load and I'm meeting the following error....
Hi, i used route subdomain documentation http://laravel.com/docs/4.2/routing#sub-domain-routing like...
I have a method for receive data from a restfull API and when the API send a POST request this error...
Hello, I have integrate simple stripe payment for my site but after completing the payment whent it'...
Depending on the domain id like to display a different php page. i.e. Domain1.com -> myapp.com/th...
Each of my clients have {name}.mysite.com Each of these pages have subpages. i.e. {name}.mysite.com/...
Store data after return to dashboard view. using : return Redirect::to('/admin/dashboard')->with(...
Hello! Today i needed to update an old script, look at that: Model: class Match extends Eloquent {...
HI, I am using lavary/laravel-menu i am able to set class for all menu level, but not able to see cl...
Hey guys, I've seen something like this is bootstrap/start.php multiple times: $env = $app->detec...
Can anyone give me a link to implement stripe payment in my project I have checked in laravel doc bu...
I have a simple set up using beanstalkd and a test controller to push jobs to a queue. The problem i...
Hi All, I'm working on a site that has a few variations that can be displayed depending on what the...
I have this code $ssh = new Net_SSH2($all['ip']); if ($ssh->login($all['user'], $all['password'])...
I have very strange issue. I installed fresh L5 copy, created TestController, added Route::resource...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community