Support the ongoing development of Laravel.io →
posted 10 years ago

how to config multi queue name

queue config: 'default => 'redis', 'connections'=> array( 'redis'=> array( 'driver' => '...

0 Likes
1 Replies
posted 10 years ago

Forcing A Unique Rule To Ignore A Given ID

Hi, According to the Laravel documentation, I can do: 'email' => 'unique:users,email_address,10'...

0 Likes
1 Replies
Solved
posted 10 years ago

How to define custom vlidation rules

Hi, I have two parameters that can have various values. One of the rules that I need to have is: &qu...

0 Likes
2 Replies
Solved
posted 10 years ago

Database access in Laravel 5

On using the DB inside the controller I am getting an FatalErrorException stating class 'App/Http/Co...

0 Likes
4 Replies

Multiple forms with same names on one page

So I have two forms on a single page. Login (email, password) and register (username, email, passwor...

0 Likes
3 Replies
posted 10 years ago

Using a package without a service provider and facade

Hi, I found a package on packagist.com that I want to use in my Laravel project. I've installed the...

0 Likes
2 Replies
Solved

Insert data from a relation using Eloquent

Hello All, Im new here and just would like to know if the below way is PROPER OR NOT(it works for me...

0 Likes
2 Replies
posted 10 years ago

Repository Pattern in Laravel 5

Does somebody using Repository pattern in Laravel 5? I need some examples. Or is it a bad practice t...

0 Likes
4 Replies
posted 10 years ago

SQL Statements to Eloquent

hi i want convert this sql to eloquent but i don't now SELECT companies.LVal18AFC, basket.qty, b...

0 Likes
2 Replies
posted 10 years ago

codeception : how do check the validation

Hello, I have a controller named PlanController with the create and store method. Now I want to test...

0 Likes
0 Replies

Mail::send() can't find my view

I have the following code in my controller: public function send() { $name = Input::get('name'...

0 Likes
2 Replies
posted 10 years ago

Homestead with a frontend living in a separate app

Hello, I am new to this vagrant idea and I have a question (I hope it makes sense here). Imagine I h...

0 Likes
3 Replies
Solved

[Package] Club

Hi, I made yet another package to handle users on my projects. The main point is that it works almos...

0 Likes
0 Replies

Can you recommend me a start point for Laravel + Active Directory?

Dear all, Truth be told, I'm not laravel programmer. I need create a intranet website with ACL the l...

0 Likes
0 Replies

Composer update don't work after 4.3 version was pumped to 5.0

Composer update don't work after 4.3 version was pumped to 5.0 Is there a way to fix this or do i ha...

0 Likes
6 Replies

Search and filtering with whereHas

I have 3 tables. Photo id area_id user_id description User id name Area id name I want to make a...

0 Likes
6 Replies
posted 10 years ago

How to structure a website built upon own API in laravel

I'm building a small TV Show library in laravel. I want to include an API as well for possible futur...

0 Likes
6 Replies
Solved

How to use Laravel 4 token with AngularJS app?

I'm trying to pass a Laraver token to AngularJS app to make an ajax submit. This operations shows me...

0 Likes
0 Replies

Login on someones computer without 'remember me' make you lose 'account' forever?

Maybe I did not find some feature that make it safe, but after some tests.. I think that if you logi...

0 Likes
1 Replies
posted 10 years ago

cookie issue

Hi All, I am using cookie as session in one of my project in laravel. and set following things in se...

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