Merhaba arkadaşlar,
Bir yazılım satın aldım. Bu yazılım laravel ile yazılmış. pleskt'te laravel eklentisi ile direkt 0 laravel kurulumu mevcut ama ben bu eklenti aracılığıyla hazır yazılımımı nasıl kurulum sağlarım?
Laravel kurulumu hk.
6
●180
- 04-06-2024, 13:48:11Yanıtınız için teşekkür ederim,EyupFidan adlı üyeden alıntı: mesajı görüntüle
Failed to clone the Git repository. Make sure you have added the public key to your Git server and allowed read access to the repository. Bu hatayı alıyorum çözümü biliyor musunuz - 04-06-2024, 14:20:55Git kurulumu yaptım ancak şimdide
Installing Composer dependencies aşamasında
Deprecation Notice: Using ${var} in strings is deprecated, use {$var} instead in phar:///opt/psa/var/modules/composer/composer.phar/src/Composer/Autoload/AutoloadGenerator.php:879Deprecation Notice: Using ${var} in strings is deprecated, use {$var} instead in phar:///opt/psa/var/modules/composer/composer.phar/src/Composer/Autoload/AutoloadGenerator.php:884Installing dependencies from lock fileVerifying lock file contents can be installed on current platform.Nothing to install, update or removeGenerating optimized autoload files> Illuminate\Foundation\ComposerScripts::postAutoloadDump> @php artisan package:discover --ansiScript @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1In Connection.php line 829:SQLSTATE[HY000] [1698] Access denied for user 'forge'@'localhost' (Connection: mysql, SQL: select table_name as `name`, (data_length + index_length) as `size`, table_comment as `comment`, engine as `engine`, table_collation as `collation` from information_schema.tables where table_schema = 'forge' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED') order by table_name)In Connector.php line 65:SQLSTATE[HY000] [1698] Access denied for user 'forge'@'localhost'hatası alıyorum
.env 'yi yüklememiş gitten elimle yükledim onu problem çözüldü sağolun