Posts by Ana Carol • 33 points
6 posts
-
0
votes1
answer173
viewsQ: Responsive menu #bt_menu:checked ~ . menu does not work
Talk to you guys, I’ve been looking into this, but I haven’t found any answers other than what I’ve done. I’m making a responsive menu without javascript (I don’t want to use js because I know…
-
-1
votes1
answer175
viewsQ: Laravel 6 custom validation
Hi, guys! I’m new in Laravel and wanted to ask a question about the validations. This is my controller. When I call the Validator, i am passing the arrays to Rules, messages and Attributes.…
-
-1
votes1
answer102
viewsQ: Error sending email PHP-Laravel
Hello, everybody! I am studying PHP-Laravel (I am new in the language tb). I need to send an email, but it is presenting me the error Symfony Component Debug Exception Fatalthrowableerror: Class…
-
1
votes1
answer119
viewsQ: PHP - Lumen: update returns true but does not update the data in the database
I’m a beginner in PHP - Lumen and I’m doing my first api. All my methods in the controller are working, except the update. Even if it returns true, the data is not changed in the database. public…
-
1
votes1
answer75
viewsQ: PHP connection - Lumen
I am learning PHP with Lumen and came across a problem in the api connection string. I have mysql installed and can use it normally via Workbench. When I click to see the connection information, an…
-
0
votes0
answers131
viewsQ: Routine execution in the background via Hangfire (ASP.NET Webforms)
I am in need of doing a background run on my system. For this I found the Hangfire tool. I made the settings according to the documentation and am getting the error: Value cannot be null. Parameter…