Skip to content

shahnCM/php_static_site_generator

Repository files navigation

Php static site generator

A simple static site generator written on Php which uses Laravel's blade-template-engine.

  • Run composer install once downloaded
  • Than you can run php generate.php
  • The Generated static site can be found in the OUTPUT folder
  • For storing data .json file is used which are in the content directory
  • Each .json file holds data for individual .html file
  • Add/Modify them according to desire

Blade templates are in resources/views directory

To know about blade follow laravel 5.1 documentation.

About

php_static_site_generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published