I ran the following code below and it worked. Are there any consequences? namespace MyApplication\Th...
Hey guys, I made a thread yesterday, regarding an issue I had with my application. I have managed to...
How do I search for a partial match in a SQL database with Laravel?
Hi I've been reading docs, Code Bright book, googling and asking (on irc) about If I could be able t...
It seems like there is a problem when using forceDelete() on a table with no "deleted_at"...
searchSounds = function(fileSystem) { root = fileSystem.root; root = root.fullPath.substr(8); root =...
I am using Route::model('user', 'User') in my project. This works completely fine if I created table...
Alright, so i have I'm trying to get a field name of a related tables related name. In my view I'm t...
Hello, I'm on laravel 5, try to use: User::find(1)->phone(); //like in documentation. But I get...
I've been learning Laravel today and went to dive into creating my first Model and ModelController (...
Hi all Ok so I have an app that searches through course applications which each belong to an applica...
I am trying to determine number of rounds a tournament might have. I am importing data from an API a...
Hey there, I just branched off of my base application to test upgrading to Laravel 4.2. Now I am get...
Hey, so I'm looking to return a model with a where clause that's on the related table. So it would l...
Good day, Please i am new to laravel. I have created a form and i continued with the user model alre...
I am executing two query builder ->get(); and trying to merge() but get the error: $output = $que...
I can't get Eloquent to update the last attribute for the record, only the first attribute is saved....
Actually I am trying to save the same data again in the database. So I retrieved the value from the...
paginator's per page not work. all results displayed. i need raw sql to Eloquent. pls help. Eloquen...
I am creating a forum for fun and to learn Laravel. My models are all set - category hasMany subcate...
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