rinvex / laravel-auth

A powerful authentication, authorization and verification package built on top of Laravel. It provides developers with Role Based Access Control, Two-Factor Authentication, Social Authentication, and much more, compatible Laravel’s standard API and fully featured out of the box.
https://rinvex.com
MIT License
132 stars 12 forks source link

Installing Problem #151

Closed vahidkaargar closed 3 years ago

vahidkaargar commented 6 years ago

Installing problem on latest version of laravel

Problem 1

Installation failed, reverting ./composer.json to its original content.

noxify commented 6 years ago

If you're using laravel 5.6, please use dev-develop.

vahidkaargar commented 6 years ago

thanks, its helped.

vahidkaargar commented 6 years ago

in installation steps i have this error after step 4: (php artisan migrate --path="vendor/rinvex/fort/database/migrations")

ERROR:

In ProviderRepository.php line 208:

  Class 'Rinvex\Fort\Providers\FortServiceProvider' not found
noxify commented 6 years ago

Hi,

The readme is a bit outdated.

Please use php artisan rinvex:publish:auth.

The command will publish the config file.

noxify commented 6 years ago

FYI

The package rinvex/fort has been renamed to rinvex/auth and there are many breaking changes (e.g. there are no migrations in the current develop branch).

If you need these migration files, please use the v0.0.6, but this version requires laravel 5.5.

Omranic commented 3 years ago

Closing since this is outdated, and should be fixed in latest version. Feel free to open a new issue if you've further questions.