daiglej/less-template

Project Template for the Less framework

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Dockerfile

Type:project

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

This package is auto-updated.

Last update: 2020-12-06 07:09:52 UTC


README

This a project template for Less-Framework.

For the Less-Framework documentation se : https://packagist.org/packages/daiglej/less-framework

File Structure

./
  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