About So I've read up on SSO, and it seems pretty straight forward, however one thing I'm unsure on...
I have this query! $query = $capsule::table('arrowchat')->join('users',function($join){ $join...
guarnieri007 liked this thread
Beginner's question... I've been using greggilbert/recaptcha for a contact form. My $rules for the f...
Dear Laravel users, I don't know how to describe what I want to have, in one sentence. I'm looking f...
Hey everybody, I'm just playing around with Lumen trying to build a small API. However I'm having is...
in my head tag, I declared this <meta name="csrf-token" content="{{ csrf_token...
Good morning. I have a vexing problem I've been trying to fix to no avail. I have an app built on L...
I needed to change the Encryptor (because of a large legacy database and we cannot switch the users...
Hello, What are some possible solutions for sharing parts of my Laravel configuration with the brows...
Hi, First, I was unable to take the manual install path where I ran into dependency problem when I t...
Hey guys, Since last couple of months I have been working on a project management solution called 92...
Hi! I have a system and i want to keep track on revisions. I found the extension Revisonable and its...
Heya guys, Just finished a new package for Laravel that allows you to generate clean and accurate Mi...
how i can attach user_id to profile table when the user register because the register in laravel 5 b...
Hi, is there any chance to modify the input before validation? I have a DATE field an I want to conv...
Most of the listbox I use, make use of the lists function i.e. ->lists('id', 'name') Is there a n...
I have tried both ironmq and beanstalkd. This code in the routes: Route::get('test-queue', function(...
I've recently just started with Laravel, and loving it - made this to update a user's data - is it t...
Is there any good starting point code bases around for a profile style site? I have a few projects t...
I already created a column username and fill it in the users table that was used with the laravel 5...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community