Ok so I have a certifications table which can have many employees or materials. Also the employees a...
Is there a way to create migration files for existing tables quickly?
Hi, i have these macros https://gist.github.com/brwnll/10927191 Works great, but in mi form can't pu...
Should this work to see if a row does or doesn't exist? $exists = DB::table('roles')->where('nam...
Hi. I have a user with countries relationship. (hasMany) user_id 1 country_id 1 user_id 1 country_i...
I am just starting an app and wondering if I should try to handle user authentication with a package...
Hello everyone. I have a mistake when I run the routes.php with a notice error: Call to undefined me...
Hi, I have set up the domain on Digital Ocean, created account with Forget, Mandrill is working alon...
Hello all, I've been struggling with a strange behaviour when trying to load partial information fro...
Hello! Thanks for interest to this topic. I'm pretty new in Larave and i have a little question. May...
Hi, is it possible to extend models on the fly? What I want to do is to build a modular application...
Hi guys, I was wondering if anybody experienced this problem before. We're doing a cURL request to g...
The setup. I have Posts items that users can favourite. I show the count of how many people have fav...
I notice when creating workbench packages they often require illuminate\support is this bad practice...
Hi everyone! I try this code: $urls = Url::with(['user' => function($query){ /** @var $query \I...
Hi friends, I am having this problem for two days now. I am using the database driver of laravel and...
Good morning fellow devs please i am working on login authentication on my app but i want to do a va...
I have made an API server which my client JavaScript calls. The issue is that when I want to POST it...
It is possible that one class extends two other classes? E.g. i want to extend class User to Eloquen...
Hi I've created a new site using Laravel. It helps you hide the image src of your precious photos an...
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