Hello! Quite new to Laravel. Have a request class with rules such as: public function rules() {...
Hello, I am trying to make Key/Value system on Eloquent because I need it to extends my users table....
Hello people. I'm glad to share with all of you my most recent course about Lumen and the RESTful AP...
I want to add some default records to a table for every user. So I edited the RegistersUsers.php to...
I'm just wondering why Laravel behave in this manner when it comes to hasMany() relationships in Elo...
In the scheduler, there is the withoutOverlapping() clause that can be used on a single job, to prev...
Hi All, I was using Yii framework to develop and I've been thinking to switch to Laravel 5 for my ne...
Hi, I would like to use Solr together with Homestead. Of course it is possible to install solr throu...
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...
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