Relative Content

Tag Archive for phplaravelcomposer-php

I run composer update and display me the next error

Deprecated: Return type of IlluminateContainerContainer::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:UsersHPHerdtictactoevendorilluminatecontainerContainer.php on line 1182 I changed “require”: { “php”: “^7.3||^8.0”, ….. }, I run this too composer install –ignore-platform-reqs and composer update –no-scripts – php laravel composer-php

cknow/money-laravel package works on local but not when deployed

As the title says, this package works on local but not when deployed to my laravel forge server. The correct versions are stated in the composer.json and composer lock file, I can see its on the server when running php artisan show after deployment, but when its used on the frontend it just prints @money($this->value) instead of running the function.