Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# frontend
# Dotkernel Frontend

Dotkernel web starter package suitable for frontend applications.
Dotkernel Frontend is an application (skeleton) based on Mezzio microframework using Laminas components.
It's designed as a web starter package suitable for frontend applications.
The current functionality is included as a proof of concept and to showcase Frontend's file architecture:

- Contact us page
- Generic page with copy
- User accounts

Use these building blocks as an example for your own custom code.

> Check out our [demo](https://v5.dotkernel.net/).

## Documentation

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

## Badges

![OSS Lifecycle](https://img.shields.io/osslifecycle/dotkernel/frontend)
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/frontend/5.0.0)
Expand Down
Loading