How can I validate it? If I use: $res = DB::table('estacaohs') ->whereRaw($sql) -...
hi all, i have this query: $marche = DB::table('articolo') ->join('marca', 'articolo.id_marca',...
Hello, community. Can anybody help me with the count query? I have the pivot table with two fields →...
I'm trying to add an attribute to a model but can't access the model attributes when I call it. Deta...
I saw this format of datetime on a Json file recently. Having issues to convert this into a timestam...
I'm building a site that has fixtures that are grouped by date, this bit works fine. But I want to b...
Hi guys. I have model 'Element'. Each element have some params (Param model). So there is relationsh...
HI, I am new to Laravel and was hoping someone could help. I have 3 tables, SupplierPO, Orders and C...
Hey guys When all() is exhausted it says to use chuck() well during the chunk the process just dies...
I have some code as follows: if($modconfig['needs_models']) { $models = explode(",",$...
HI , Ive got a question , Im rebuilding a application I built for a client about 6 years ago . At th...
I have 2 tables like devices and users users table -id -full_name -email -phone devices table -id -u...
I am struggling. What I try to do is to create a message system where users can send messages to eac...
I have created multiple seed files and my main DatabaseSeeder file looks like this: <?php use Il...
hi! I have a Post and Tag model with a many to many pivot table, how do you write a query to find th...
Hi, everyone. I need to implement the following list. No | Subject | Provider | Replier 1 | Subject1...
I have two models: Event and EventLink. Event has a one-to-many relationship with EventLink, and Eve...
just wrote tutorial about using subdomain in route http://dunebook.com/use-subdomain-in-routes-in-...
Hi everyone. I would like to share the link to Free Laravel 5 Tutorial Series explained using a real...
Hello, i have two select boxes in the same form. Both are beeing populated through JSON which works...
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