Jonathan Peoples
Jonathan Peoples
@juse-less just got this myself... Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires saloonphp/laravel-plugin 3.0 -> satisfiable by saloonphp/laravel-plugin[v3.0.0]. -...
Here are some of my details: - Windows 11 - Powershell for terminal - Laravel 11.35.1 - PHP 8.3.15 - Composer 2.8.3 - Laravel Installer 5.10.0 I will work on...
Edit 2: Deleting this to avoid confusion. See my other comment.
@juse-less here is a simple repo with the issue: https://github.com/jzpeepz/saloon-laravel-plugin-test Here is how I set it up: `laravel new saloon-laravel-plugin-test` - No starter kit - sqlite - Run migrations now?...
@ces27 Here is how I got it working in my project. I updated my `composer.json` from: `"saloonphp/saloon": "3.0",` to `"saloonphp/saloon": "^3.0",` Then I ran `composer update`. After that I ran...