Hi, I have a simple scenario here that is bugging me. There are two models: class DbNation extends E...
Hi Guys I am saving a connection to a remote database in a static class variable. I can mock the con...
I recently added a migration to my project to change the length of a varchar column. It looks like t...
I like to know the difference between String vs Text in schema. (Also longText , mediumText) I'm sav...
I need some configuration to be changeable by a logged in user, and at first I thought at a file ins...
Is there a way to set a transient property for an Eloquent model that won't save to the database? Fo...
Let's say, I have the following strong entities (and their attributes): Post (title, content) Tag...
DB::table('users') ->join('contacts', function($join) { $join->o...
Hello there, i'm new in laravel, also in MVC development and i want to ask for suggestion about the...
I know how to use Laravel's basic authentication and how to change the column name. Is there a way t...
I have a fairly complex query that combines (via union) the results of a couple of different queries...
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