LOGIN E REGITRO DE USUÁRIOS
Códigos
php composer create-project codeigniter4/apptarter cilogin
php spark create:db ci4login
.env environment
Arquivo importante para a configuração
Important file to configuration
ENVIRONMENT = DEVELOPMENT
Uso do spark
php spark migration
migration de usuários em add/database/migration
Substituir a pasta app original pela app disponível
Realizar a migration
Mudar o ENV para .env e realizar as mudanças padrão do framework
Relizar as mudanças necessárias em app/config/app.php e database.php
Installation
Replace the original app with the available folder
Make the Migration
Make the default changes in the .env
Do the necessary changes in app/config/app.php and database.php