Добрый день!
Под ubuntu устанавливаю проект на laravel.
Установил NGINX, PHP 8.2, MYSQL
Устанавливаю composer, вылетает ошибка
In ProviderRepository.php line 206:
Class "Laravel\Nova\NovaCoreServiceProvider" not found
Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1Пробовал добавить строчку Laravel\Nova\NovaCoreServiceProvider в проект/config/app.php в providers, не помогло
На команду composer update вылетает следующая ошибка
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires laravel/nova *, found laravel/nova[4.22.2] in the lock file but not in remote repositories, make sure you avoid updating this package to keep the one from the lock file.
Problem 2
- Root composer.json requires ardenthq/nova-image-gallery-field ^2.1 -> satisfiable by ardenthq/nova-image-gallery-field[2.1.0].
- ardenthq/nova-image-gallery-field 2.1.0 requires laravel/nova ^4.0 -> found laravel/nova[4.22.2] in the lock file but not in remote repositories, make sure you avoid updating this package to keep the one from the lock file.
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
Подскажите как можно исправить проблемы с composer, artisan не запускается
Пользователь добавил сообщение 03 Августа 2023, 12:17:21:
Сам проект в браузере выдает следующее:
https://ibb.co/DWwwYgw