Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A basic PSR-7 Middleware skeleton to generate a simple website, based on Mezzio microframework and Laminas components.

License

NotificationsYou must be signed in to change notification settings

dotkernel/light

Repository files navigation

Dotkernel Light is a PSR-15 compliant application (skeleton) using Mezzio microframework and Laminas components.It's designed as a minimal project to generate a simple website, like a presentation site.

Check out ourdemo.

Documentation

Documentation is available at:https://docs.dotkernel.org/light-documentation/

Badges

OSS LifecyclePHP from Packagist (specify version)

GitHub issuesGitHub forksGitHub starsGitHub license

Continuous IntegrationcodecovQodanaPHPStan

Installing Dotkernellight

Tools

Dotkernel light interface has been tested with npm v10.0.4 and Node.js v20.11.0.

Composer

Installation instructions:

If you have never used composer before make sure you read theComposer Basic Usage section in Composer's documentation

Choosing an installation path for Dotkernellight

Example:

  • absolute path/var/www/dk
  • or relative pathdk (equivalent with./dk)

Installing Dotkernellight

After you choose the path for Dotkernel light (dk will be used for the remainder of this example), let's move onto installation.

Installing Dotkernellight using git clone

This method ensures that the default branch is installed, even if it is not released. Run the following command:

git clone https://github.com/dotkernel/light.git.

The dependencies have to be installed separately, by running this command:

composer install

The setup script prompts for some configuration settings, for example the lines below:

Pleaseselectwhich config file you wish to inject'Laminas\HttpHandlerRunner\ConfigProvider' into:  [0] Do not inject  [1] config/config.php  Make your selection (default is 1):

Simply select[0] Do not inject, because Dotkernel includes its own configProvider which already contains the prompted configurations.

If you choose[1] config/config.php Laminas'sConfigProvider will be injected.

The next question is:

Remember this option for other packages of the same type? (Y/n)

You should entery and pressEnter.

Development mode

Run this command to enable dev mode by turning debug flag totrue and turning configuration caching tooff. It will also make sure that any existing config cache is cleared.

composer development-enable
  • If not already done, remove the.dist extension fromconfig/autoload/development.local.php.dist.

NPM Commands

To install dependencies into thenode_modules directory run this command.

npm install
  • Ifnpm install fails, this could be caused by user permissions of npm. Recommendation is to install npm throughNode Version Manager.

The watch command compiles the components then watches the files and recompiles when one of them changes.

npm run watch

After all updates are done, this command compiles the assets locally, minifies them and makes them ready for production.

npm run prod

Running the application

We recommend running your applications in WSL:

  • make sure you haveWSL installed on your system
  • currently we provide a distro implementations forAlmaLinux9
  • install the application in a virtualhost as recommended by the chosen distro
  • set$baseUrl inconfig/autoload/local.php to the address of the virtualhost
  • run the application by opening the virtualhost address in your browser

You should see theDotkernel light welcome page.

NOTE:

  • If you are getting exceptions or errors regarding some missing services, try running the following command:
sudo php bin/clear-config-cache.php

Ifconfig-cache.php is present that config will be loaded regardless of theConfigAggregator::ENABLE_CACHE inconfig/autoload/mezzio.global.php

About

A basic PSR-7 Middleware skeleton to generate a simple website, based on Mezzio microframework and Laminas components.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp