Contains the frontend assets for HydePHP.
- App.css:
A compiled and minified file containing the TailwindCSS styles for a base Hyde installation. This file is identical to what one would get by running
npm run build
in a new HydePHP project (which incidentally is exactly how this file is generated).
HydeFront is included with HydePHP by default, you do not need to install it separately.
- GitHub https://github.com/hydephp/hydefront
- NPM https://www.npmjs.com/package/hydefront
- jsDelivr https://www.jsdelivr.com/package/npm/hydefront
HydeFront is not intended to be used for standalone projects and comes with no warranties for such usages.
Changes in HydeFront are tied to those in the Hyde Framework and differing versions may be incompatible.
Hyde Version | Version | Supported | Notes |
---|---|---|---|
2.x | 4.x | ✅ | Latest |
1.x LTS | 3.x | ✅ | LTS Support |
0.x Beta | 2.x | ❌ | Unsupported |
0.x Alpha | 1.x | ❌ | Unsupported |