/CI4_Grocery_Crud

Grocery Crud With CodeIgniter 4, example

Primary LanguagePHPOtherNOASSERTION

CI4_Grocery_Crud

USO EXEMPLIFICADO DO GROCERY CRUD

GROCERY CRUD + CODEIGNITER

BANCO USADO: examples_database.sql

Versão do CodeIgniter: 4

Instalação

  • Substituir a pasta app original pela app e public disponíveis
  • 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
  • Adicionar examples_database.sql ao banco de dados

    Installation

  • Replace the original app and public with the available folder
  • Make the default changes in the .env
  • Do the necessary changes in app/config/app.php and database.php
  • Add examples_database.sql to the database