the-ar-j/diya-public

Diya PHP Framework for websites and web applications that can be used in shared hosting. There is no cli required for production build. It's a new PHP framework built with HTML-Tailwind CSS-Js-PHP combination. It's unique ability is simplicity built on core PHP

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Language:CSS

Type:project

dev-development 2024-01-22 21:10 UTC

This package is auto-updated.

Last update: 2024-09-22 22:46:50 UTC


README

Diya PHP Framework for websites and web applications that can be used in shared hosting. There is no cli required for production build. It's a new PHP framework built with HTML-Tailwind CSS-Js-PHP combination. It's unique ability is simplicity built on core PHP.

There is no installation for normal use.

If you want to customise tailwind, follow the tailwind cli installation

$ npm install

then build the output.css using the following cmd from project directory: add --watch for realtime observation

$ npx tailwindcss -i ./assets/styles/input.css -o ./assets/styles/output.css