Skip to content

rtens/domin-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

domin sample

This project serves as an example on how to use domin to generate a administrative user interface. A demo is deployed on http://domin.rtens.org. The project mimics a simple blog and there is also a demo action showcasing all available input elements.

Installation

Download the project with git and build it with composer

git clone https://github.com/rtens/domin-sample.git
cd domin-sample
composer install

Start a development server to run the web application on localhost:8080

php -S localhost:8080 index.php

To run the CLI application, enter

php cli.php

About

Sample application showcasing the domin project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published