PHP Native with tailwindcss and daisyUI project template. Simple to use, don't waste your time just to setup Tailwindcss and daisyUI on your every project.
Clone template and open project
git clone github.com/zexceed12300/php-daisy-template
cd php-daisy-template
Install dependencies
npm install
- Run tailwindcss build
npm run tailwindcss
- Start php server (127.0.0.1:3000)
npm run start
- Run development (both tailwindcss build and php server)
npm run dev