- clone this repo
git clone https://github.com/muhtarudinsiregar/codeigniter-starterkit.git
- then run command
composer install
. - for available list command, run
php ci
in Windows, run vendor\bin\phpcs --standard=PSR2 application/controllers
for code style.
You can use dd($foo)
for better var_dump.
- 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
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