Skip to content

muhtarudinsiregar/codeigniter-starterkit

Repository files navigation

Codeigniter Starterkit

Installation

  1. clone this repo git clone https://github.com/muhtarudinsiregar/codeigniter-starterkit.git
  2. then run command composer install.
  3. for available list command, run php ci

Cheatsheet

Code Style

in Windows, run vendor\bin\phpcs --standard=PSR2 application/controllers for code style.

Dump

You can use dd($foo) for better var_dump.

Todo

  • Auth
  • VarDumper
  • squizlabs/PHP_CodeSniffer
  • Twig
  • Codeception
  • Laravel Elixir
  • Phinx for Migrate and Seeder
    • User Table
  • Symfony/console
    • Make Console command
    • Make Migration command
    • Make Rollback command
    • Make Seed command
    • Make Seed Run command
    • Make controllers command
    • Make models command

References

https://laravel.com/docs/5.2/elixir#javascript

http://codeception.com/quickstart

https://symfony.com/doc/current/components/var_dumper.html

https://symfony.com/doc/current/components/console.html

http://docs.phinx.org/en/latest/migrations.html

Releases

No releases published

Packages

No packages published

Languages