Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/TobiHatti/LPHP-Engine
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiHatti committed Jun 8, 2020
2 parents baebedf + d349eb7 commit 9ab0d6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.lphp linguist-language=HTML+PHP
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img align="right" width="80" height="80" src="https://github.com/TobiHatti/LPHP-Engine/blob/master/Images/LPHP_Logo.png">
<img align="right" width="80" height="80" data-rmimg src="https://endev.at/content/projects/LPHP/LPHP_Logo_128.png">

# LPHP-Engine v0.1.1
![GitHub](https://img.shields.io/github/license/TobiHatti/LPHP-Engine)
Expand All @@ -8,11 +8,11 @@
[![GitHub issues](https://img.shields.io/github/issues-raw/TobiHatti/LPHP-Engine)](https://github.com/TobiHatti/LPHP-Engine/issues)
[![GitHub language count](https://img.shields.io/github/languages/count/TobiHatti/LPHP-Engine)](https://github.com/TobiHatti/LPHP-Engine)

![image](https://endev.at/content/projects/LPHP/LPHP_Banner_1080.png)

The LPHP-Engine (Layout-Based PHP-Engine) provides a minimalistic Layout-Engine for PHP. Based on the Layout-features of the ASP.NET Razor framework.
This allows you to create PHP-Based Websites with layouts, similar to Razor, without the need of a webserver that supports ASP.Net Websites.

![image](https://endev.at/content/projects/LPHP/LPHP_Banner_1080.png)

## Features

- Layout features similar to ASP.Net Razor in PHP
Expand Down Expand Up @@ -108,7 +108,7 @@ Program-Call (Example):
If everything was set up correctly, the preprocessor will constantly watch for changes in the
directory and compile any lphp-files where a change gets detected.

![image](https://github.com/TobiHatti/LPHP-Engine/blob/master/Images/PreprocessorSample.png)
![image](https://endev.at/content/projects/LPHP/projectImages/PreprocessorSample.png)

## Usage
### Creating a Layout-Page
Expand Down

0 comments on commit 9ab0d6a

Please sign in to comment.