Simpletine / CodeIgniter4-theme-sb-admin2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimpleTine Theme Collection

StartBootstrap SB Admin 2

Official Site | Official GitHub

Setup Manually

  1. Follow instruction at CodeIgniter 4 Installation
  2. Install CodeIgniter 4 package composer create-project codeigniter4/appstarter newProject
  3. Open project folder, then open Public Folder git clone https://github.com/startbootstrap/startbootstrap-sb-admin-2
  4. Copy login.html and index.html to App/Views
  5. Change the view at App/Controllers/Home.php.
  6. Run php spark serve for run the app

Basic Spark Tips

  • New config php spark make:config myConfig
  • New controller php spark make:controller myController
  • New model php spark make:model myModel
  • New validation php spark make:validation myValidation
  • Clear log files php spark logs:clear
  • Clear debugbar JSON files php spark debugbar:clear

About

License:MIT License


Languages

Language:PHP 74.5%Language:Hack 22.2%Language:CSS 1.7%Language:JavaScript 1.3%Language:HTML 0.2%