mtvbrianking / multi-auth

Laravel Multi-Authentication Package
https://github.com/mtvbrianking/multi-auth-diy
MIT License
179 stars 25 forks source link

Issue with laravel 9 #45

Closed m4tt86 closed 2 years ago

m4tt86 commented 2 years ago

When I launch the composer require bmatovu/multi-auth command I receive the following error:

`Problem 1

You can also try re-running composer require with an explicit version constraint, e.g. "composer require bmatovu/multi-auth:*" to figure out if any version is installable, or "composer require bmatovu/multi-auth:^2.1" if you know which you need.`

mtvbrianking commented 2 years ago

Hi @m4tt86,

I hadn't added Laravel 9 support yet.

I'll do so probably over the weekend

m4tt86 commented 2 years ago

ok, thanks

mtvbrianking commented 2 years ago

Added support for Laravel v9 with Bootstrap v5