Skip to content

Xaobin/CI4_Submit_AJAX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

ENVIO DE DADOS DE UM FORMULÁRIO VIA AJAX COM CODEIGNITER 4

Submit data with Ajax using CodeIgniter 4

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

Instalação

  • 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