Skip to content

Tag: laravel

Argument time does not exist on multi argument console command

Ι made the following command in my laravel project: And once I run the following command in console: I get the following error: Do you know why I get the error and how I can fix it? Answer The problem is your signature. The current signature is: Meaning your parameters are: time: Time that goverment closes th…

How to fix “Undefined property: stdClass::$gamme” [closed]

Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 1 year ago. Improve this question I am new in the Laravel this is my first app. I have 2 tables: art gamme I …

Removing eval from PHP function [closed]

Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 2 years ago. Improve this question I want to know if there is a way to remove eval() from my code. In this fu…

Popover button – Css (Colors)

I’m having a problem here in solving a problem, I have a popover that takes the information from the database is possible if there is nothing posted in the “note” field, does it change the …