Support the ongoing development of Laravel.io →

how to get a single input value in an array of input form using Input::get

i have a form input like this <input type="text" name="user[username]" /> <input type="text...

0 Likes
1 Replies
posted 11 years ago

How i can install laravel in ipage host

Hii. i'm new in laravel and i try to install laravel in my ipage host and i cant. anyone can help me...

0 Likes
0 Replies
posted 11 years ago

Remember Me and Confide

Does anyone know how I can confirm the remember me functionality is working? When I login no remembe...

0 Likes
6 Replies

Redirect Loop on non-existent routes?

Hi guys, So i'm making an admin section and when I go to foo.com/admin it gives me a redirect loop....

0 Likes
1 Replies
posted 11 years ago

Admin Route ends up in Redirect error

when I navigate to http://mysite.com/admin, the browser returns the redirect error message. this is...

0 Likes
3 Replies

Questions about homestead

Hello! I feel like I have no idea what I'm doing right now... I have installed homestead. It seems t...

0 Likes
1 Replies
Solved

Database Session error

Hi. I got a very strange problem... I can't use database session for my website. In local everything...

0 Likes
2 Replies
Solved
posted 11 years ago

a Simple Porwerful CRUD Generator for Laravel

https://github.com/vahidstar/laravel-crud a simple powerful artisan command to create crud for larav...

0 Likes
0 Replies

$model->save() problem

Hello guys, At my routes.php, i have Route::post('-', array('uses' => 'UserController@saveUser'))...

0 Likes
0 Replies

Split up a controller into multiple files

Hi, I have an admin controller containing every method used in my administration panel. This file is...

0 Likes
2 Replies

attaching a property to a ManyToMany relation

Hi, is there a way to attach an extra field to a pivot table and somehow checking it when grabbing d...

0 Likes
1 Replies

Complicated database model - use view or "normal" way via Eloquent

Hi, I'm rather new to Laravel development and need some help regarding a little bit complex model/da...

0 Likes
4 Replies

Validation custom translate is not working

According to documentation (Validation): Specifying Custom Messages In Language Files In some cases,...

0 Likes
0 Replies

Join query returns same/dublicate rows

This is my query: $items = User::join('table_1', 'users.id', '=', 'table_1.user_id') ->join(...

0 Likes
0 Replies

Pattern for logging user actions

I'm trying to log all actions that users do (login / logout / CRUD) to a logs table in my database,...

0 Likes
0 Replies
posted 11 years ago

How i can pass the Id to specific user profile

Hi guys im new for Laravel.. plz any one tell me how i can login my admin profile(ex:facebook user a...

0 Likes
0 Replies

Using a tags table and finding {Posts|Movies} that have tags in common.

Environment: Feature: id, title, rating, .... Tag: id, tag Pivot id, feature_id, tag_id Given a Feat...

0 Likes
0 Replies

Documentation on Controller Routes

This is an excerpt from the documentation. I do not understand this. Can someone explain? You may...

0 Likes
1 Replies
posted 11 years ago

Mail Queue Doesn't Send

Hi, i'm trying to send newsletters with my back-end i developed with Laravel 4 but it keeps giving m...

0 Likes
1 Replies
Solved
posted 11 years ago

Laravel Mail Issue

Hello everyone, I hope I can find a solution for my problem in here. I'm trying to send an email usi...

0 Likes
1 Replies

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.

© 2025 Laravel.io - All rights reserved.