Most voted "lavarel" questions
5 questions
Sort by count of
-
2
votes1
answer927
viewsSearch Orange/Eloquent dates interval?
How to search the date range? I searched and many places indicate how to search for date ranges as example below, but without result. $d1 = data2Mysql($dataI); // format Y-m-d $d2 =…
-
0
votes0
answers34
viewsInput to create "posts" on news site
I’m making a personal project of news site using Laravel and Mysql. When a user was going to register a news item, I wanted them to be able to insert paragraphs, bold and other formatting in the…
-
0
votes1
answer890
viewsTarget class [Productoscontroller] does not exist
I’m new to PHP and Laravel and I’m caught in an error when I try to load the page. The following error appears: Model: <?php namespace App\Models; use…
-
-1
votes1
answer582
viewsEnable form fields with JS with Radio Button
I’m starting with Javascript and have a little problem. I have an HTML form where I have a field radio where I have two options, Texto and Página. When I click on the option Texto he carries a field…
-
-1
votes2
answers38
viewsHow to transform this query to lavarel?
I have a query and I need to turn it into lavarel code. I have no idea how to do it. select DISTINCT ( SELECT distinct products.name FROM products join topics on topics.product_id = products.id ) AS…