Merhaba arakadaşlar, Laravele yeni başlıyorum bir proje oluşturabiliyor ve layout alanlarını değiştirebiliyorum fakat bugün iş yerinden bir proje verdiler gitten indirdim.
Php 8.4.1
Composer 2.8.4
composer install ve composer update kesinlikle çalışmıyor ekte ss yükleteceğim. Php artisan da aynı şekilde çalışmıyor.
/////
asimatici@Asm-MacBook-Air crmest % composer update
Loading composer repositories with package information
Updating dependencies
Nothing to modify in lock file
Writing lock file
Installing dependencies from lock file (including require-dev)
Nothing to install, update or remove
Generating optimized autoload files
Illuminate\Foundation\ComposerScripts::postAutoloadDump
Deprecation Notice: Opis\Closure\unserialize(): Implicitly marking parameter $options as nullable is deprecated, the explicit nullable type must be used instead in /Users/asimatici/Desktop/testlav/crmest/vendor/opis/closure/functions.php:32
@php artisan package:discover --ansi
Deprecated: Opis\Closure\unserialize(): Implicitly marking parameter $options as nullable is deprecated, the explicit nullable type must be used instead in /Users/asimatici/Desktop/testlav/crmest/vendor/opis/closure/functions.php on line 32
Fatal error: Uncaught RuntimeException: A facade root has not been set. in /Users/asimatici/Desktop/testlav/crmest/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php:358
Stack trace:
#0 /Users/asimatici/Desktop/testlav/crmest/app/Exceptions/Handler.php(71): Illuminate\Support\Facades\Facade::callStatic('error', Array)
#1 [internal function]: App\Exceptions\Handler->{closure:App\Exceptions\Handler::register():70}(Object(TypeError))
#2 /Users/asimatici/Desktop/testlav/crmest/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/ReportableHandler.php(45): call_user_func(Object(Closure), Object(TypeError))
#3 /Users/asimatici/Desktop/testlav/crmest/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(364): Illuminate\Foundation\Exceptions\ReportableHandler->invoke(Object(TypeError))
#4 /Users/asimatici/Desktop/testlav/crmest/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(343): Illuminate\Foundation\Exceptions\Handler->reportThrowable(Object(TypeError))
#5 /Users/asimatici/Desktop/testlav/crmest/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(621): Illuminate\Foundation\Exceptions\Handler->report(Object(TypeError))
#6 /Users/asimatici/Desktop/testlav/crmest/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(200): Illuminate\Foundation\Console\Kernel->reportException(Object(TypeError))
#7 /Users/asimatici/Desktop/testlav/crmest/artisan(35): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 {main}
thrown in /Users/asimatici/Desktop/testlav/crmest/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php on line 358
Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 255
asimatici@Asm-MacBook-Air crmest % php artisan serve
Deprecated: Opis\Closure\unserialize(): Implicitly marking parameter $options as nullable is deprecated, the explicit nullable type must be used instead in /Users/asimatici/Desktop/testlav/crmest/vendor/opis/closure/functions.php on line 32
Fatal error: Uncaught RuntimeException: A facade root has not been set. in /Users/asimatici/Desktop/testlav/crmest/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php:358
Stack trace:
#0 /Users/asimatici/Desktop/testlav/crmest/app/Exceptions/Handler.php(71): Illuminate\Support\Facades\Facade::callStatic('error', Array)
#1 [internal function]: App\Exceptions\Handler->{closure:App\Exceptions\Handler::register():70}(Object(TypeError))
#2 /Users/asimatici/Desktop/testlav/crmest/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/ReportableHandler.php(45): call_user_func(Object(Closure), Object(TypeError))
#3 /Users/asimatici/Desktop/testlav/crmest/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(364): Illuminate\Foundation\Exceptions\ReportableHandler->invoke(Object(TypeError))
#4 /Users/asimatici/Desktop/testlav/crmest/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(343): Illuminate\Foundation\Exceptions\Handler->reportThrowable(Object(TypeError))
#5 /Users/asimatici/Desktop/testlav/crmest/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(621): Illuminate\Foundation\Exceptions\Handler->report(Object(TypeError))
#6 /Users/asimatici/Desktop/testlav/crmest/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(200): Illuminate\Foundation\Console\Kernel->reportException(Object(TypeError))
#7 /Users/asimatici/Desktop/testlav/crmest/artisan(35): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 {main}
thrown in /Users/asimatici/Desktop/testlav/crmest/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php on line 358
asimatici@Asm-MacBook-Air crmest %