Open pacino01 opened 10 months ago
try php artisan key:generate
try php artisan key:generate
root@Database:/var/www/eckmar# php artisan key:generate PHP Parse error: Unclosed '{' on line 12 in /var/www/eckmar/app/Console/Kernel.php on line 45
I made some changes for the coins in the .env
Someone know how to fix it?
run this commands : php artisan key:generate
php artisan config:cache php artisan cache:clear php artisan view:clear
that should fix the issue after you must have set permissions to folders
All artisan command return me this error:
I dont see a failure in the Kernel.php , someone see a failure?
I made some changes for the coins in the .env Someone know how to fix it?
run this commands : php artisan key:generate
php artisan config:cache php artisan cache:clear php artisan view:clear
that should fix the issue after you must have set permissions to folders
If I run artisan commands my server returns me a error
try php artisan key:generate
Some other ideas?
@knulii I replaced the typo fix of Kernel.php of Knulli
root@Database:/var/www/eckmar# php artisan key:generate PHP Fatal error: During inheritance of ArrayAccess: Uncaught ErrorException: Re turn type of Illuminate\Support\Collection::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\Return TypeWillChange] attribute should be used to temporarily suppress the notice in / var/www/eckmar/vendor/laravel/framework/src/Illuminate/Support/Collection.php:19 11 Stack trace:
PHP Fatal error: Uncaught ErrorException: Method ReflectionParameter::getClass( ) is deprecated in /var/www/eckmar/vendor/laravel/framework/src/Illuminate/Conta iner/Container.php:838 Stack trace:
thrown in /var/www/eckmar/vendor/laravel/framework/src/Illuminate/Container/Co ntainer.php on line 838
What php version do you have installed? Make sure you are using php 7.2 and larvel 5.7.
I made some changes for the coins in the .env and .env.example
Someone know how to fix it?