Support the ongoing development of Laravel.io →

Eloquent, make rank upgradable!

https://laracasts.com/discuss/channels/eloquent/eloquent-make-items-upgradable Here is more details...

0 Likes
0 Replies
posted 6 years ago

image moving to pubic/images error

if($request->hasFile('attachment')) { $image = $request->file('attachment'); $image->...

0 Likes
0 Replies

How to speed up Laravel Boot ? ( < 100ms )

How can i speed up the boot time. I am trying to dispatch response in under 100ms for a very time c...

0 Likes
7 Replies

Archive Pagination Problem

I'm facing a problem with pagination of archives. When clicked it shows the first two archive posts...

0 Likes
0 Replies

Problem with displaying category and sub-categories!

Hello guys i have problem with displaying categories and subcategories , here is some code BLADE: &...

0 Likes
1 Replies

How do I manually create a Paginator in 5

Hi I've looking round for a while now but cant figure this out how do How do I manually create a Pag...

0 Likes
7 Replies
posted 6 years ago

Can't use private access on Eloquent's local scope

I'm japanese student and new to Laravel. I used the Eloquent's local scope like this: use Illuminate...

0 Likes
3 Replies

Unique Validation based on user location

I need to register same user with same email address for different locations using unique validation...

0 Likes
2 Replies

SetConnection doesn't work in a non-static eloquent context

Hello, I'm trying to do this (Laravel 4.2) : In database.php 'default' => '', In a function $mod...

0 Likes
4 Replies
Solved
posted 6 years ago

redirect from route with segment

hello.. we problem with route redirect from route to segment domain problem: Route::get('/', functi...

0 Likes
6 Replies

Using Auth::check() in multiple guards

Hello, I am trying to make a route available to both our web app and api. The problem I am having is...

0 Likes
5 Replies

Run laravel project on existing apche server of centos

I have a server of CentOs 7 where apache is running. I'm using it for run my web applications. Now I...

0 Likes
4 Replies
Solved

How to solve the growing bloated ORM?

At first, my model code may be clear, but later, more and more model associations, more and more eve...

0 Likes
0 Replies

Error on Auth Routes, Class Frontend\Auth\LoginController do

I started to upgrade a Laravel project form v5.2 to v5.6. I followed the doc and made the changes li...

0 Likes
1 Replies

Laravel 5.5 Validation Message

I have a method: protected function validateLogin(Request $request) { $this->validate...

0 Likes
1 Replies

Has Many Through Relationship Depth

Hey Guys, I am just trying to understand the depth of the has many through relationship as well as i...

0 Likes
4 Replies
Solved
posted 6 years ago
0 Likes
0 Replies
0 Likes
0 Replies
posted 6 years ago

Aimeos OSS E-Commerce Package 2018.07 available

The stable 2018.07 version of the Aimeos e-commerce package for Laravel is available now and it cont...

maynor96 liked this thread

1 Likes
0 Replies
posted 6 years ago

how to catch database error in eloquent without laravel

never have I used Laravel . but I am trying to use eloquent in my joomla project. supposing that elo...

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