In my opinion, remove the auth ui from this package #41
vahidalvandi
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my opinion, remove the auth ui from this package and proceed according to the laravel/ui procedure like the standard laravel auth.
The reason for this idea is that larave ui packages are being upgraded, both in terms of fixing security bugs and in terms of compatibility with bootstrap and its new versions.
For example, after installing laravel ui and running the command
php artisan ui bootstrap --auth
Both the files related to contoller are according to this package and the dependency versions in package.json
"bootstrap": "^5.2.3",
But in your installation method, the installed version is bootstrap 4.
This is just an example and has nothing to do with upgrading the bootstrap version to 5
Beta Was this translation helpful? Give feedback.
All reactions