Support the ongoing development of Laravel.io →

542 Threads

Stateless HTTP authentication not working properly

I'm trying to do a stateless HTTP login for my RESTful API using Auth::onceBasic() I've tried the so...

0 Likes
1 Replies
Solved

php artisan routes not working with $_SERVER['HTTP_HOST'] ?

In my app's bootstrap code I need to use $_SERVER['HTTP_HOST'] to do some initialization. Problem is...

0 Likes
3 Replies
Solved

Download multiple images using checkbox dynamically created

Hi all! I have a little problem, this is my code: http://laravel.io/bin/2zjVG I'm showing all the im...

0 Likes
4 Replies
Solved

Lost with MessageBag and validation errors

I have a repository EloquentPageRepository that creates and saves pages. I have an Observer than is...

0 Likes
2 Replies
Solved

Dynamically created input fields not present in $_POST

In my Laravel installation I have a need for the users to add extra form fields within the create fo...

0 Likes
3 Replies
Solved

Laravel Voting system: Forms with the same class

My form: {{ Form::open(array('url' => 'publicationvote', 'class' => 'vote_ajax')) }} <input...

0 Likes
3 Replies
Solved

Error: file_put_contents failed to open stream

I'm just new in laravel. I'm using laravel 4.1, I encounter this error sometimes. {"error"...

0 Likes
3 Replies
Solved

link_to_route error

Hi guys. I have a link to route like this in my application view {{ link_to_route('categories.creat...

0 Likes
2 Replies
Solved

Add additional filter class to composer package

I use this package in my project https://github.com/tappleby/laravel-auth-token I want to add an add...

0 Likes
5 Replies
Solved
posted 9 years ago

Create a directory as a group in the "controllers" directory,how to use these controller

Default: app\controllers\UserController.php I Want : app\controllers\user\UserController.php If do...

0 Likes
2 Replies
Solved
posted 10 years ago

Route and get method

Hey, i want to make a page for search, which will be /find/, and when i enter the name, it will redi...

0 Likes
2 Replies
Solved
posted 10 years ago

Redirect a route with parameters

Hey, i made a route with a parameter, but when i try to redirect, i get a NotFoundHttpException My...

0 Likes
5 Replies
Solved

Model query

Hey, i have a question: how can i make a query, and use results like this: Query::user()->Name

0 Likes
2 Replies
Solved
posted 10 years ago

Route pattern for email

Hi all, I'm starting with L4. I would like to have a route like user/{email} and define a Route::pat...

0 Likes
5 Replies
Solved
posted 10 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

json respone related issue

Hi there, I am trying to integrate jQuery dataTables in my Laravel project but I can't seem to be ab...

0 Likes
1 Replies
Solved

Get Event Name when using wildcard listeners

Is there a way to get the name of an event that is firing when you're using a wild card listener? I'...

0 Likes
1 Replies
Solved
posted 10 years ago

how to obtain the translation key having the current translated text?

it will be nice for my current project to do the inverse of what trans() does, I have the text and I...

0 Likes
1 Replies
Solved

a problem in routing

Hello dear friends I've a problem in routing , I defined a route such as Route::post('foo/bar/baz',a...

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.