Reusable code for page layout, building and executing SQL statements, creating data-driven HTML tables, authentication, and so on.
Important
Note
- Clone or copy the files into a "Hydrogen" folder in the application root.
- For usage examples that include a setup walkthrough, copy or link the files in "/template" to the application root as well, and then point a browser to the root (or to index.php).
- Install PHPMailer in the same application root (not in the Hydrogen folder):
composer require phpmailer/phpmailerRun the template application or see theHydrogen/docsfolder for further configuration instructions (SMTP host, etc).
- Use JWT cookie for persistent login
- Add external stylesheet link to page template
- Documentation
- Support for role-based access control
- Logo from https://www.flaticon.com/free-icons/hydrogen
- Responsive template by w3schools
