NikarashiHatsu / codeigniter4-kit

A starter kit for CodeIgniter4
MIT License
21 stars 3 forks source link

upgrade daisyui to v3.9.1 #2

Open NikarashiHatsu opened 1 year ago

NikarashiHatsu commented 1 year ago

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.

mafzaldev commented 1 year ago

Please assign me this issue

NikarashiHatsu commented 1 year ago

Sure thing

mafzaldev commented 1 year ago

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?

NikarashiHatsu commented 1 year ago
  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.