├── .editorconfig ├── .github └── title.png ├── .gitignore ├── .prettierrc ├── LICENSE.md ├── README.md ├── composer.json ├── index.php └── rector.php /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hananils/kirby-methods-folder/HEAD/.editorconfig -------------------------------------------------------------------------------- /.github/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hananils/kirby-methods-folder/HEAD/.github/title.png -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hananils/kirby-methods-folder/HEAD/.gitignore -------------------------------------------------------------------------------- /.prettierrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hananils/kirby-methods-folder/HEAD/.prettierrc -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hananils/kirby-methods-folder/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hananils/kirby-methods-folder/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hananils/kirby-methods-folder/HEAD/composer.json -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hananils/kirby-methods-folder/HEAD/index.php -------------------------------------------------------------------------------- /rector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hananils/kirby-methods-folder/HEAD/rector.php --------------------------------------------------------------------------------