codeigniter4-kit
codeigniter4-kit copied to clipboard
upgrade daisyui to v3.9.1
So yeah, the latest DaisyUI is using the v3.9.1, because this repo is based on DaisyUI v1, there would be a lot of refactoring.
Any PR regarding the update are welcome. Let me know if you want to participate and I will assign you to the issue.
Please assign me this issue
Sure thing
Hi @NikarashiHatsu
I want to know, how to run this project!
I built the project using npm run dev. It just built the project. How to serve/run it?
- Clone this project
- Run
composer install - Run
npm installandnpm run dev - Copy the
envfile and paste it as.env - Uncomment and change the
CI_ENVIRONMENTtodevelopment - Uncomment and change the
app.baseUrltohttp://localhost:8080 - In your terminal, run
php spark serve
Make sure you're using PHP 8.0, as FILTER_SANITIZE_STRING is deprecated in 8.1 and won't run the app.