Mise à jour de l'authentification et amélioration de la sécurité des pages #6
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Module d'authentification
Fonctionnalités principales
Instructions pour tester
Clonez le dépôt :
git clone https://github.com/GoldenDev74/commerce.git.Installez les dépendances :
composer install. &npm installConfigurez l'environnement :
.env.Ajoute la méthode suivante dans le fichier AppServiceProvider.php dans le répertoire app/Providers :
Exécutez les migrations :
php artisan migrate.Seed la base de données :
php artisan db:seed --class=UserSeeder. pour créer l'admin et le gestionnaire. email: admin@gmail.com
. mot de passe: admin2024
. email: gestionnaire@gmail.com
. mot de passe : gestion2024
Lancez le serveur :
php artisan serve.Appendix
pour tester les mails on a utiliser smtp de gmail. Pour ce faire, ajouter un nouveau compte google à vos compte avec les identifiant suivantes:
Contributing
Voici les collaborateurs intervenues !
ScreenShoot