rahaaa 2 گزارش دادن ارسال شده در دی 1 موقع استفاده از دستور php artisan به هر شکلی حتی برای ران کردن ئروژه با این خطا مواجه میشم PHP Fatal error: Uncaught Error: Class "Illuminate\Foundation\Application" not found in C:\laragon\www\plib\bootstrap\app.php:14 خیلی سرچ کردم راهکارهایی که گفته شده بود انجام دادم باز خطا وجود داره ممنون میشم بگین چرا این خطا ئیش میاد و چطور میتونم برطرفش کنم نقل قول Share this post Link to post Share on other sites
rahaaa 2 گزارش دادن ارسال شده در دی 1 قبل استفاده از این دستور تنها دستور داده شده و خطای مطرح شده این بود: composer create-project laravel/laravel plib Creating a "laravel/laravel" project at "./plib" Info from https://repo.packagist.org: #StandWithUkraine Installing laravel/laravel (v9.5.0) Failed to download laravel/laravel from dist: The zip extension and unzip/7z commands are both missing, skipping. The php.ini used by your command-line PHP is: C:\Program Files\php\php.ini Now trying to download from source - Syncing laravel/laravel (v9.5.0) into cache - Installing laravel/laravel (v9.5.0): Cloning 091aa7d882 from cache Created project in C:\xampp\htdocs\myproject\plib > @php -r "file_exists('.env') || copy('.env.example', '.env');" Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages. Problem 1 - laravel/framework[v9.36.4, ..., 9.x-dev] require league/flysystem ^3.8.0 -> satisfiable by league/flysystem[3.8.0, ..., 3.x-dev]. - laravel/framework[v9.19.0, ..., v9.36.3] require league/flysystem ^3.0.16 -> satisfiable by league/flysystem[3.0.16, ..., 3.x-dev]. - league/flysystem[3.0.16, ..., 3.x-dev] require league/mime-type-detection ^1.0.0 -> satisfiable by league/mime-type-detection[1.0.0, ..., 1.11.0]. - league/mime-type-detection[1.0.0, ..., 1.3.0] require php ^7.2 -> your php version (8.2.0) does not satisfy that requirement. - league/mime-type-detection[1.4.0, ..., 1.11.0] require ext-fileinfo * -> it is missing from your system. Install or enable PHP's fileinfo extension. - Root composer.json requires laravel/framework ^9.19 -> satisfiable by laravel/framework[v9.19.0, ..., 9.x-dev]. To enable extensions, verify that they are enabled in your .ini files: - C:\Program Files\php\php.ini You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode. Alternatively, you can run Composer with `--ignore-platform-req=ext-fileinfo` to temporarily ignore these required extensions. نقل قول Share this post Link to post Share on other sites