Support the ongoing development of Laravel.io →

How to setup Eloquent Models for self-joins.

I have a Contact(contacts) Model. I have a pivot Model ContactContact(contact_contact). I am trying...

0 Likes
6 Replies

extend blade view using variable.

Hello everyone, Is it possible to use a variable to extend a blade view ? My idea was to create bloc...

0 Likes
1 Replies

if more than 2 column selected in list

I have this eloquent model query public function getemployee(){ $id = $_POST['id'];...

0 Likes
4 Replies

Laravel 5 Password Reset Problems

I'm having two problems resetting my password in Laravel 5: I usually get an error saying the user...

0 Likes
2 Replies

I'm in the process of planning SSO

About So I've read up on SSO, and it seems pretty straight forward, however one thing I'm unsure on...

0 Likes
0 Replies
posted 10 years ago

Query Builder (joins,orOn,where,orWhere)

I have this query! $query = $capsule::table('arrowchat')->join('users',function($join){ $join...

guarnieri007 liked this thread

1 Likes
0 Replies

Recaptcha V2 Dashes

Beginner's question... I've been using greggilbert/recaptcha for a contact form. My $rules for the f...

0 Likes
0 Replies

Trying to find a solution (dynamic setting), I don't know how to describe it in one sentence

Dear Laravel users, I don't know how to describe what I want to have, in one sentence. I'm looking f...

0 Likes
4 Replies

Lumen CORS 405 Response

Hey everybody, I'm just playing around with Lumen trying to build a small API. However I'm having is...

0 Likes
2 Replies
Solved

JSON post response is undefined/empty laravel 5

in my head tag, I declared this <meta name="csrf-token" content="{{ csrf_token...

0 Likes
3 Replies

Artisan Will Not Run on MediaTemple GridServer

Good morning. I have a vexing problem I've been trying to fix to no avail. I have an app built on L...

0 Likes
6 Replies

Changed Encrypter but now Cookies / Sessions not Persisting

I needed to change the Encryptor (because of a large legacy database and we cannot switch the users...

0 Likes
1 Replies
Solved

Sharing PHP (configuration) array with JavaScript

Hello, What are some possible solutions for sharing parts of my Laravel configuration with the brows...

0 Likes
7 Replies
Solved

Enlightenment Linux, Homestead, Index Page and Migration Issues

Hi, First, I was unable to take the manual install path where I ran into dependency problem when I t...

0 Likes
1 Replies
Solved

92five app (self hosted project management solution)

Hey guys, Since last couple of months I have been working on a project management solution called 92...

0 Likes
1 Replies
posted 10 years ago

Revisionable doesnt work with specific model?

Hi! I have a system and i want to keep track on revisions. I found the extension Revisonable and its...

0 Likes
1 Replies

Laravel Migrations Generator

Heya guys, Just finished a new package for Laravel that allows you to generate clean and accurate Mi...

0 Likes
4 Replies

attach user_id to profile table

how i can attach user_id to profile table when the user register because the register in laravel 5 b...

0 Likes
1 Replies

Modify Input before validation

Hi, is there any chance to modify the input before validation? I have a DATE field an I want to conv...

0 Likes
6 Replies

Clean way of combining an array for a listbox

Most of the listbox I use, make use of the lists function i.e. ->lists('id', 'name') Is there a n...

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