Support the ongoing development of Laravel.io →

Define multiple many-many relationships through single pivot table

Hi, I currently have a table which serves as a central link table for many-many relations between se...

0 Likes
0 Replies

Where to report security issues

I think i found a security issue, but couldn't find a page where such issues could be reported. Is t...

0 Likes
1 Replies
Solved

Handling Errors

Hi, I'm quite new to Laravel, and in past applications I would generate a user warning or notice, us...

0 Likes
0 Replies
posted 9 years ago

Prioritising jobs/queues in SQS

Does anyone know of a way to prioritise jobs in queues when using SQS on Amazon Web Services (AWS)?...

0 Likes
4 Replies
Solved

Replacing Hash for Authentication

I need to replace Hash. For this, I have made a class named MyHash like this : class MyHasher implem...

0 Likes
1 Replies

laravel repository with eloquent and returning stdClass

somebody knows any good packages for using repositories with factories for returning generic data.

0 Likes
3 Replies
posted 9 years ago

orderBy High Medium Low

Hello, I have a table with priority field which has values 'High', 'Medium' and 'Low'. I need the re...

0 Likes
9 Replies
Solved

Artisan: Command [ serve | optimize | clear-compiled ] is not defined.

I'm having a really weird issue and I just can't figure out what's wrong. I'm runnung Laravel 4.1.29...

0 Likes
1 Replies

Count relationship columns with where

Hi, Im trying to return the project with the todos linked to it. The todo has a status and I'm tryin...

0 Likes
1 Replies

What am I getting an IS NULL added?

here is what I have CONTRACTOR and BID table class Contractor extends Eloquent { public function bid...

0 Likes
1 Replies
posted 9 years ago

How to handle "Domain of sender address [email protected] does not exist" error exception

I want to make this message "Domain of sender address [email protected] does not exist" shows to cl...

0 Likes
1 Replies
Solved
posted 9 years ago

Set individual session data expiry.

Is it possible to do this with laravel's Session class?

0 Likes
0 Replies

Search in encrypted data

Hi, I save my data encrypted into the database with the Crypt class. Is it possible to search into t...

0 Likes
3 Replies
Solved

Validation and Session Variables - Browser Refresh does not reset form

I am trying to understand why posted values persist in a session, even after a browser refresh. I wo...

0 Likes
0 Replies

Homestead require's internet connection on 'up'

Is there a away to make Homestead not require a call to vagrantcloud.com when running offline? Call...

0 Likes
1 Replies
posted 9 years ago

cant redirect to index.php

Hi, hope to get help from you. when I use localhost/lava/public/index.php, the result is correct, I...

0 Likes
2 Replies

Vagrant config doesn't make any sense

Hi, I have set up Vagrant and Ubuntu and set the Local VM IP Address to 192.168.56.101 and the port...

0 Likes
1 Replies

One to Many Relationship

Hi all, i am new to laravel and have a fictional Project to learn: I have two Models: Sports and Tra...

0 Likes
1 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
posted 9 years ago

Using ->pagination() on $q = DB::connection('foo')->select("select * from bar")->pagination(5)

In the Laravel docs, pagination is showing working with a single database set up. I use multiple dat...

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