is there any difference between ubuntu desktop vs homestead? because when i query using where clause...
Hey guys, I've started up with Laravel last week and want to deploy my projects with Git. I haven't...
Hi , I'm fairly sure this is a noob / 101 issue although I'm having problems running "php artis...
I have table users and user_language and I create relations for user_language. user_language will ke...
To deploy Laravel to production, what files do I keep? I'm assuming I can get rid of some of the fol...
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...
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