codeigniter4-kit icon indicating copy to clipboard operation
codeigniter4-kit copied to clipboard

upgrade daisyui to v3.9.1

Open NikarashiHatsu opened this issue 2 years ago • 4 comments

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.

NikarashiHatsu avatar Oct 05 '23 12:10 NikarashiHatsu

Please assign me this issue

mafzaldev avatar Oct 07 '23 17:10 mafzaldev

Sure thing

NikarashiHatsu avatar Oct 07 '23 18:10 NikarashiHatsu

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?

mafzaldev avatar Oct 07 '23 19:10 mafzaldev

  1. Clone this project
  2. Run composer install
  3. Run npm install and npm run dev
  4. Copy the env file and paste it as .env
  5. Uncomment and change the CI_ENVIRONMENT to development
  6. Uncomment and change the app.baseUrl to http://localhost:8080
  7. 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.

NikarashiHatsu avatar Oct 07 '23 19:10 NikarashiHatsu