library html_constructor
package under development
phthlaap/html_constructor
package under development
- Tuesday, June 26, 2018
- by phthlaap
- Repository
- 1 Watchers
- 0 Stars
- 0 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 5 Versions
- 0 % Grown
Setup
php vendor/bin/htmlconstruct setup [PROJECT DIRECTORY PATH]
RUN
php -S localhost:[port] index.php
Add JS
addJS("jquery", "assets/jquery-1.12.4.min.js");
Add CSS
addCss("custom-css", "assets/main.css");