Support the ongoing development of Laravel.io →

542 Threads

posted 9 years ago

beforeFilter() method

Hello everybody! My question is, where to find any documentation about the "beforeFiler()"...

0 Likes
4 Replies
Solved

Advanced routing issue

Hi, So I've setup my route as follows: Route::group(array('prefix' => 'student/{student_id}/'), f...

0 Likes
5 Replies
Solved

Code executing with artisan

I have made language slugs for my site ex: domain.com/en/something, domain.com/fr/something etc. I h...

0 Likes
4 Replies
Solved

Translation per User

Hello, I work on a BrowserGame who wants to Support many Languages. But now i run into a Problem and...

0 Likes
1 Replies
Solved

I have problems with a Form::Model using a named route with parameters

I have a problem I have a form::model using an action but, in the action I'm using a named route whe...

0 Likes
1 Replies
Solved

Translate of SQL request

I have a complicate request that I hope translate with Eloquent ORM or with Query Builder, but I can...

0 Likes
2 Replies
Solved

extra slash: testphp/? ==> testphp?

A third party software will visit my laravel project with a link. But this link has a extra slash. I...

0 Likes
3 Replies
Solved
posted 9 years ago

I need help with ajax request

Hi all! If you go here: http://wp.lorandszazi.com/portfolio/weddings and click on an image there is...

0 Likes
2 Replies
Solved

Redirect::to, back, route all leading to wrong URL?

Hi! After doing validation and creating a user, I want to redirect to the index page of my site. Her...

0 Likes
9 Replies
Solved

Redirect::to() from a package class

Hy, I want to make redirect's from my package class, but if returning a redirect it redirect me to t...

0 Likes
1 Replies
Solved

how to create a link with data

Hello, I'm trying to create a list of links, generated as a response to some input. The links need t...

0 Likes
3 Replies
Solved
posted 9 years ago

route optional part

Hi all, I have the route below: Route::get('category/{id}/{year}-{month}-{day}', array('as' => 'c...

0 Likes
2 Replies
Solved

how to retrieve data from database using table formatting

how to retrieve data from database using table formatting

0 Likes
3 Replies
Solved

it's a bug or mistake ?

hello dear friends I have a problem in laravel 4 . when I call a method from url it executes 2 times...

0 Likes
6 Replies
Solved

insert data from form to table but the data inserted row empty

insert data from form to table but the data inserted row empty what the problem?

0 Likes
8 Replies
Solved

route validation

Hi all, I have a route pattern like 'category/{id}/{year}-{month}-{day}'. How can I render a 404 res...

0 Likes
1 Replies
Solved
posted 9 years ago

Route::get parameters as variable

When i am using: Route::get('page/{id}-{slug}', 'PageController@show'); My url should look like &qu...

0 Likes
3 Replies
Solved

wrong redirect

hello reading http://www.codeforest.net/laravel-4-tutorial-part-2 tutorial I have a problem with Red...

0 Likes
1 Replies
Solved

Route redirect

Hey, i want to make a ban system, and i do not know how to redirect a user to a "You're banned&...

0 Likes
1 Replies
Solved

Sub domain wild card gets 404 error

I have a dns server wind a wild card and i do have mod_rewrite. What am I doing wrong? Please help....

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