Support the ongoing development of Laravel.io →

yajra

Joined 11 Feb 2014

Statistics

Threads 1
Replies 5
Solutions 1
Articles 0

Laravel in subfolder. Posting form on same page does not work.

Anyone knows how to make laravel work in a subfolder specifically when posting a form on the same pa...

0 Likes
4 Replies
Solved
replied 9 years ago

Swiftmailer with dynamic mail configuration

I stumbled upon this issue too and just sharing my solution. On filters.php add the following code A...

0 Likes
replied 9 years ago

Custom 404 in Laravel 4.2 with Layout

You can do the trick by adding something like this on global.php and create the necessary error view...

0 Likes
replied 10 years ago

Failed to fill select/dropdown using larvel 4

try using return View::make('jobs/create', compact('Industry_options'));

0 Likes
replied 10 years ago

Laravel in subfolder. Posting form on same page does not work.

@lucasfercunha Not working route: Route::post('/', 'HomeController@postIndex'); {{Form::open(array(...

0 Likes
replied 10 years ago

Laravel in subfolder. Posting form on same page does not work.

Just change/create a different post URL as a work around. Reported as BUG

0 Likes
Solved

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.