Download the PHP package dupot/static-generation-skeleton without Composer
On this page you can find all versions of the php package dupot/static-generation-skeleton. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package static-generation-skeleton
Dupot static-generation-framework Skeleton
Skeleton to create a static-generation-framework website
Usage
Installation
Generation
Display the result
Then open your browser on http://localhost/ url
How to use
Create your pages as class in Pages folder
- Each page will use a layout and load component list
- Each page will be generated as html page in docs folder, so don't miss to add in this folder all css/js dependances
Create components used by your pages in Components folder
- Each component will use views
Example of use
You homepage
src/Pages/HomePage.php
Your components included in your page
src/Components/NavComponent.php
view used by your component
src/Components/Nav/nav.php
Generate script
Last but not least: don't miss to fill in generation script your page class list
All versions of static-generation-skeleton with dependencies
PHP Build Version
Package Version
Requires
dupot/static-generation-framework Version
2.*.*
The package dupot/static-generation-skeleton contains the following files
Loading the files please wait ....