daiglej/less-template

Less 框架的项目模板

安装: 14

依赖者: 0

建议者: 0

安全性: 0

星标: 0

关注者: 1

分支: 0

开放性问题: 0

语言:Dockerfile

类型:项目

dev-main 2020-12-06 07:09 UTC

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