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

feature request: edit user profile from the dashboard

Open NikarashiHatsu opened this issue 2 years ago • 4 comments

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:

  • Update it's name
  • Update it's email
  • Update it's password
  • Update it's profile picture (this is an extra, +kudos to you if you can make it happening)

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

@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

riyanrathore26 avatar Oct 08 '23 06:10 riyanrathore26

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.

NikarashiHatsu avatar Oct 11 '23 14:10 NikarashiHatsu

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

  • composer install
  •   + CategoryInfo          : ObjectNotFound: (composer:String) [], CommandNotFoundException       
      + FullyQualifiedErrorId : CommandNotFoundException
     And also share
    

Where CI_ENVIRONMENT located

riyanrathore26 avatar Oct 12 '23 12:10 riyanrathore26

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

NikarashiHatsu avatar Oct 12 '23 16:10 NikarashiHatsu