NikarashiHatsu / codeigniter4-kit

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

feature request: edit user profile from the dashboard #4

Open NikarashiHatsu opened 1 year ago

NikarashiHatsu commented 1 year ago

This feature is pretty much abandoned back then since I'm a lot more focused on other stuff. It is a simple update where the User could:

Any PR regarding the update are welcome. Let me know if you want to participate and I will assign you to the issue.

riyanrathore26 commented 1 year ago

@NikarashiHatsu please assign me this issue and explain this issue with more ditails also i am tried to run it in my local machine and facing some issue after setup and installation and also share step by step setup of local machine PS D:\git demo\codeigniter4-kit> npm run development

development mix

Browserslist: caniuse-lite is outdated. Please run: npx browserslist@latest --update-db Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating

● Mix █████████████████████████ emitting (95%) emit

🌼 daisyUI components 1.24.3 https://github.com/saadeghi/daisyui ✔︎ Including: base, components, themes[22], utilities

Laravel Mix v6.0.41

● Mix █████████████████████████ done (99%) plugins WebpackBar:done

🌼 daisyUI components 1.24.3 https://github.com/saadeghi/daisyui ✔︎ Including: base, components, themes[22], utilities

Laravel Mix v6.0.41

✔ Mix Compiled successfully in 1.67s

🌼 daisyUI components 1.24.3 https://github.com/saadeghi/daisyui ✔︎ Including: base, components, themes[22], utilities

Laravel Mix v6.0.41

✔ Compiled Successfully in 1621ms ┌───────────────────────────────────────────────────────────────────────────────────────────────┬──────────┐│ File │ Size │├───────────────────────────────────────────────────────────────────────────────────────────────┼──────────┤│ /public/js/app-non-defer.js │ 284 KiB ││ /public/js/app.js │ 1.11 MiB ││ public/css/app.css │ 61.5 KiB │└───────────────────────────────────────────────────────────────────────────────────────────────┴──────────┘webpack compiled successfully

NikarashiHatsu commented 1 year ago

You're doing great so far, it shows that the repo's assets has successfully been built. Anyway, here's the complete step-by-step:

  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.

riyanrathore26 commented 1 year ago

in which directory to i want to run these command and getting this error in PS C:\xampp\htdocs\git> composer install this directory

composer : The term 'composer' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1

NikarashiHatsu commented 1 year ago

You have to install Composer from https://getcomposer.org/