Closed vahidkaargar closed 3 years ago
If you're using laravel 5.6, please use dev-develop
.
thanks, its helped.
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
Hi,
The readme is a bit outdated.
Please use php artisan rinvex:publish:auth
.
The command will publish the config file.
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.
Closing since this is outdated, and should be fixed in latest version. Feel free to open a new issue if you've further questions.
Installing problem on latest version of laravel
Problem 1
Installation failed, reverting ./composer.json to its original content.