I have two tables: images -id -name -imageable_id -imageable_type article -id -title .... -image_id...
Can someone explain me why I have to use the local_key in this relationship? My table User have a pr...
I have structure like this: orders id - integer name - string order_details id - intege...
Hi. i would like to know how do i sort the data from my union query package_data query $query = DB::...
I'm trying to port over to Laravel a feature that I built in PHP where a user can enter approximate...
I have a project that comprises of various laravel models. Everything has worked fine because I have...
Good evening, I made a sketch of what I did: http://i.imgur.com/b7WYg2N.png Now I have to do this:...
I have a model called Article with the table 'articles' and in the database there is a 'published' c...
Hi Guys, I'm having trouble finishing my cronjob for deleting a existing user if their account has e...
Hi, Does anybody know some good plugins/widgets or just good examples on how to work with tabular da...
I found that in User.php, the field password is fillable https://github.com/laravel/laravel/blob/mas...
I need to show a sum of all row element which has less than or equal row id. Right now I'm using thi...
Hello! Removing cache manager and Equolent 'remember()' is pain for us :( Is there any other way to...
Hi, I want to retrieve a list of results from a model, what I am trying is: App\Score::with( array('...
How can i show the classes only for student who is registered in a class? I have 2 tables and a pivo...
I've managed to change the password field in the code through overriding various classes/methods. Bu...
here is the code I have done I recovered the data from the model and I select BikeLock latitude and...
So I have the following models : Category, Subcategory, Product, Color. A category has many subcateg...
i am trying to create an model event to track amendments.. the table structure uses a sequence field...
I am reading laravel 5.2 docs to implement many to many polymorphic relation in my Laravel Applicati...
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