My team has been investigating graph databases for our new project, and have landed on using OrientD...
A simple model with a function class crmUser extends Eloquent { protected $table = 'Person';...
I have a CSV file with a couple of hundred user. Every user has a unique code. When uploading the cs...
I am trying to use ajax in my application. I want the user to be able to see if their email and user...
I have in some blade PHP files put following row with definition of parameter: <?php $WebBasicLo...
Hi. I am new to Laravel. I am using Laravel 5.1 for my current project. I have 4 table. users, categ...
I have a user, user_relationship, and term table. I have a belongsToMany function in my User relatio...
Hi! I have a problem with my Laravel application. I use AngularJS and when it is trying to make a ht...
I have added cascade on delete to foreign keys on my migrations. They are working on mySql in local...
Hello, I've recently encountered an issue with access to my backend MariaDB database. I am running m...
After loading the view with the columns, there are three opciones: add data, edit or remove current...
Hi, I have the following models and relations: Ads has many-to-many with Cities Ads has many-to-many...
Hello my dear laravel buddies, i have my e-shop, i have laravel cookie to make for product quantity...
Guys, I would like my routes to handle basic validation of the request. What I want to do is the fol...
any parallel function to Job::failing() that is invoked when the job succeeds? I want to use it to l...
I have a large number of models, mainly ones that only have columns like name, description. What wou...
I am trying a small signup and login setup.In that application i coded like once user signed up he w...
Hello, i am stuck on an eloquent query. I am rewriting an old app based in symfony 1.4 for Laravel 5...
Hey guys hope your all well! For you that are freelancers, we have an oppourtunity. Have you heard o...
Hi All, I have below mentioned relationship in my L5 App. 1.Quiz -----one to many-----...
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