Support the ongoing development of Laravel.io →

Eloquent - relationship pivot table attributes

Hey, I am trying to create simple shopping cart / order module and I've decided to connect orders an...

0 Likes
2 Replies
Solved

Class 'Eloquent' not found

I am a beginner to laravel. I have just downloaded the latest version of laravel and deployed on my...

0 Likes
18 Replies

oauth/token - hashing the password

I'm trying to change the behavior of the oauth/token call from the passport package in laravel. In m...

0 Likes
0 Replies

Changing default columns and table in Laravel Auth 5.2

Ok I am having this problem for a week now. I am following the naming convention of our company in c...

0 Likes
2 Replies

Need Help About Laravel API !!!

Hello, I have two web Application that's work in different domaine , The first one is a Laravel web...

0 Likes
0 Replies

Several Eager Loading with constraints

I have this nice query: $posts = Post::with('user','comments','comments.user', 'tags') ->take(10)...

0 Likes
4 Replies
posted 10 years ago

issues with filesystem->exists

I am having some issues when checking if file exists. This line returns list of all files in the &qu...

0 Likes
1 Replies

Laravel Session Id always changes every refresh in Laravel 5.4

So the title basically says it all, I am using Laravel 5.4, PHP 7.1 and on my local machine sessions...

0 Likes
2 Replies
posted 8 years ago

Retrieving latest entry from recursive relationship

I am not sure if the title is phrased correctly, but I will try to explain it here. For context, her...

0 Likes
0 Replies

Can't acces route on live server

Hello, I have uploaded my laravel project to my web server, into the public_html folder and i got in...

0 Likes
1 Replies

dynamic Form::select not being included in the post data

I have am trying to add a select box that is built from a database query to an existing form. The se...

0 Likes
0 Replies

Please Answer My Question

sorry for wrong title. but i am hanging with this question from long time. I want to create social n...

0 Likes
0 Replies

Displaying current class in laravel

What I'm trying to do is have the current class style to be shown on the menu that the page is on. F...

0 Likes
1 Replies

Laravel Authentication Customization

Hi, Learn how to use artisan to scaffold the authentication then customize it to meet your needs. ht...

0 Likes
0 Replies

Laravel admin template - Chandra

http://chandraadmin.com/ Chandra admin template :- This backend admin template is the ultimate one...

0 Likes
0 Replies

Route model with relationship

hi all I'm making a blog and i have a question : for the view post page, i use this route : Route::g...

0 Likes
4 Replies
Solved

defining a relationship on model when the relationship has foriegn keys on two tables

I have a table with a boolean column based on the boolean value. The boolean value true or false to...

0 Likes
0 Replies
posted 8 years ago

i have problem with migration when i use php artisan migrate show below error :

hi i have problem with migration when i use php artisan migrate show below error : windows command l...

0 Likes
1 Replies

Laravel 5 giving 500 internal server error on godaddy

Laravel 5 giving server error when all files transferred from localhost to server.This is working fi...

0 Likes
8 Replies

Laravel 5.4: $this->route('table') doesn't work in Request validation rules

In Laravel 5.4 doesn't work $this->route('table') that I use when I want to editing data in table...

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.