daiglej / less-template
Less 框架的项目模板
dev-main
2020-12-06 07:09 UTC
Requires
- daiglej/less-framework: dev-master
Requires (Dev)
- phpunit/phpunit: ^9.5
- rezzza/time-traveler: ^1.0
- slevomat/coding-standard: ^6.4.1
- squizlabs/php_codesniffer: ^3.5
This package is auto-updated.
Last update: 2020-12-06 07:09:52 UTC
README
这是一个 Less-Framework 的项目模板。
有关 Less-Framework 文档,请参阅: https://packagist.org.cn/packages/daiglej/less-framework
文件结构
./
lib/ # Autoloadable files (Classes defenitions)
src/ # Other Application php-files
config/ # Configurations
www/
index.php # Entrypoint for http requests.
bootstrap.php # Initialize the Dependency Injection Container
.editorconfig # Basic edetor configuration, identention, EOL encodeing... See http://editorconfig.org
.env # Local configuration file
.env.template # Initialization template for .env
.gitignore # Files to be excluded by git
composer.json # Configuration for composer (Edit with the composer comand)
composer.lock # Lock file for php packages versions (Edit with the composer comand)
craftman # Entrypoint for CLI commands (equivalent to laravel artisan)
docker-compose.yml # Configuration for docker environment orchestration
docker-compose-dev.yml # Extension for docker-compose.yml, to set an environment suitable for devlopment.
Dockerfile # Instriction the build the main php image
Makefile # Shortcuts to common environment operations.
phpcs.xml # Configuration for phpcs & phpcbf