Support the ongoing development of Laravel.io →

What happened to Laravel 5's out-of-the-box Authentication?

I've had a break from Laravel and returned to see release 5.1 is out which I'm sure can only be a go...

0 Likes
1 Replies
Solved

Laravel 5.1 Task Scheduling

How can i use controller method in scheduling rather than command?

0 Likes
1 Replies

Folder Routing

Hi Guys! New to Lavarel and hoping someone knows a solution to this. If we call: 1.2.3.4/site/one 1....

0 Likes
1 Replies
posted 9 years ago

Unable to install Laravel 5 on HHVM Nginx openshift cartridge

Unable to install either using composer create-project or using laravel installer since openshift on...

0 Likes
0 Replies

Object attribute in where statement in blade?

Hi all-- got an issue that already made my brain freeze... I've got the following in a blade view th...

0 Likes
0 Replies

Permission based Visibility, Appending, Eager Loading and Filling

Dear Laravel enthusiasts, I'm working on writing a REST API in Laravel and I've run aground on this....

0 Likes
1 Replies

Mail::send with attachment using Mandrill as driver

Hello, I've put together the following code to test if I can send files with Mandrill. Mail::send('e...

0 Likes
3 Replies

Advanced multiple paginations?

Hi, I want to know how to treat every 5th row different in pagination. I have a $ads variable that k...

0 Likes
0 Replies

Query Not Saving All Input

I am saving an Eloquent model to a MySQL database, however all the request input is not saved, despi...

0 Likes
10 Replies
Solved

Standard form opening instead of the Form:: model binding

Hello, I'm creating a custom package that involves a CRUD resource. Because it involves extra steps,...

0 Likes
3 Replies
Solved
posted 9 years ago

Table relationship for images on laravel 4.2 issues.

Hi gues please i need your help with this, i am working on this app (a pet classified ads site), The...

0 Likes
0 Replies

Weird Query Results When Using Repository Pattern

demo Table: name | passport_date | visa_date when i using in Eloquent: $latestPassport = Demo::order...

0 Likes
1 Replies

laravel 5- auth

i am new to laravel and in my system there is one admin and all others are users, so i added a boole...

0 Likes
6 Replies
Solved
posted 9 years ago

HTTPS requests don't all go through with localization routes (mixed active content blocked).

My site uses LaravelLocalizationRoutes for multiple languages - https://domain.com/es - and also use...

0 Likes
0 Replies

custom trait

I'm trying to setup a custom trait for a controller but it's giving me trait not found. Is there a...

0 Likes
1 Replies
posted 11 years ago

Issue Using $query->raw() in Eloquent outside of Laravel.

I'm using Eloquent with CodeIgniter, and I'd like to use the DB::raw() version, but since this is a...

0 Likes
2 Replies
posted 9 years ago

Handling Queued Event Listeners

My application has several event listeners which send out emails to various system users. The proble...

0 Likes
0 Replies

Argument 1 passed to App\Application\Repository\Eloquent\Database::__construct() must be an instance of File, none given

I am Pretty new to the repository thing and don't do a lot of dependency injection.Now am having thi...

0 Likes
0 Replies

I have a blade that I'd like to cache so it loads faster. How can I do this?

So basically I have something like this in my routes.php: Route::get('/book/{page?}', array( 'as...

0 Likes
1 Replies

Store application global options

I create an application and I need the administrator to change 3 global application options: Start...

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

© 2025 Laravel.io - All rights reserved.