Open jvallef opened 1 year ago
Got working after downgraded to Sanctum v2.15.1, but other errors raised.
Just for your information, when running php artisan migrate:fresh --seed got Target class [Database\Seeders\RootSeeder] does not exist
Seems none of the seeders exist.
Then running the site, after registration reached http://saas.test/register with 419 Page Expired
Trying your package.
With Laravel 9 fresh install got following error, if try with Laravel 8 other errors are displayed.
composer require helori/laravel-saas
Info from https://repo.packagist.org: #StandWithUkraine Using version dev-main for helori/laravel-saas ./composer.json has been updated Running composer update helori/laravel-saas Loading composer repositories with package information Info from https://repo.packagist.org: #StandWithUkraine Updating dependencies Your requirements could not be resolved to an installable set of packages.
Problem 1
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions. You can also try re-running composer require with an explicit version constraint, e.g. "composer require helori/laravel-saas:*" to figure out if any version is installable, or "composer require helori/laravel-saas:^2.1" if you know which you need.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
Thanks J.