Support the ongoing development of Laravel.io →

2,390 Threads

File Not Found after File Upload

I'm using fineuploader as a delivery vehicle for a file upload in my application. When the upload re...

0 Likes
6 Replies
Solved
posted 9 years ago

How to Override route action

How can I override route action in filters...? what i want is to show a custom page for the same ro...

0 Likes
2 Replies
posted 9 years ago

Url parameter to string

Hi all, I have the following code on pastebin: http://laravel.io/bin/bjLzX As you see, i have some {...

0 Likes
2 Replies

'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Class 'Login' not found'

routers.php: // login controller Route::post('login', 'LoginController@login'); LoginController.php:...

0 Likes
1 Replies
Solved

Join Search

Hy i have a search that now its works only if write or the first name or the last name, both didnt w...

0 Likes
4 Replies

Blank screen with route with parameter

Hello, i am new to laravel and I'm trying to make an application for my upcomming web about programm...

0 Likes
6 Replies
Solved
posted 9 years ago

Bilingual website (routing)

Hi, i would like to create a bilingual website, let's say english and french: http://www.domain.com/...

0 Likes
2 Replies

Getting deleted values via relations

I have 3 tables: vehicles, drivers and vehicle_driver_owners. drivers table includes all the registe...

0 Likes
0 Replies

CSRF protection for GET?

Laravel automatically adds CSRF protection for all POST requests, but what's the best way to add CSR...

0 Likes
1 Replies

probleme with routing

0 down vote favorite I am new to the Laravel framework and I am stuck with routing. Folder structure...

0 Likes
2 Replies

"No input file specified." with Laravel Forge

Hello! Everytime I connect my repo with my Laravel Forge server setup, it first returns some error o...

0 Likes
2 Replies

Remove duplicate query -- Pass data from filter to controller

I'm trying to get rid of a duplicate query. I use a filter to determine if the current url is correc...

0 Likes
2 Replies
Solved
posted 9 years ago

404 Error on ajax post to controller.

Hi All, Has anyone come across a 404 error on ajax post to controller? All works fine on the dev ser...

0 Likes
1 Replies

Redirect:: not working correctly on production site

I'm not sure how to explain this fully, so please bear with. My dev environment is on a vagrant box...

0 Likes
2 Replies

Restful CRUD Operation with JSON input,output. Store json formatted data into database in laravel

Please suggest me some reference to implement Restful crud operation for schemas and also with json...

0 Likes
4 Replies
Solved
posted 9 years ago

Routing Problem

i have class named Newses_Controller.i want to create a route so i just type those code on route.php...

0 Likes
6 Replies

Route not work

The route cannot recognize between get and post ,it is take only get and my code in 'routes.php' fil...

0 Likes
1 Replies

The page isn't redirecting properly

I have the following route: Route::get('/gallery', function() { return View::make('hello'); }); If...

0 Likes
1 Replies

Can't get named route name

Hello, Im pretty new on laravel, and today i'm stuck on simple (it looks like) thing. I have named r...

0 Likes
0 Replies

added simple Route::get('users', function() but the URL doesn't work with WAMP

Hi, I'm totally new to Laravel. I'm trying to follow the example on the "Routing" section...

0 Likes
3 Replies
Solved

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.