Support the ongoing development of Laravel.io →

keithwhyman

Joined 3 Feb 2014

Statistics

Threads 7
Replies 7
Solutions 3
Articles 0
posted 9 years ago

login redirect routing

Its early here, so i'm sure i'm missing something obvious This works fine Route::get('users/login',...

0 Likes
1 Replies
Solved

redirect to login

I have an admin area (previously) using auth basic. Route::group(array('prefix' => 'admin', 'befo...

0 Likes
2 Replies
Solved

optgroup select box

I've found a few examples of using optgroup, but they all seem to be missing what i'm looking for In...

0 Likes
0 Replies

utf8 in route / url

My database is in utf8_unicode_ci, In the page i have <meta charset="utf-8"> Whats the best wa...

0 Likes
6 Replies
Solved

another eager loading question

i have a category with many products with many pictures This returns all products for a category wit...

0 Likes
1 Replies
Solved
replied 9 years ago

login redirect routing

mistake on my part - it does of course work, there was a controller error which was not getting pick...

0 Likes
Solved
replied 9 years ago

Is it possible to give a named route to an entire resource?

how about Route::controller('sessions', 'SessionsController');

0 Likes
replied 9 years ago

redirect to login

ahh thats where it is :) thanks

0 Likes
replied 9 years ago

utf8 in route / url

in the browser url field, it "looked" fine, that was my initial point, it looked fine but...

0 Likes
replied 9 years ago

utf8 in route / url

ok thanks, had a feeling that was going to be the answer :) And quite agree with what you say, due t...

0 Likes

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.