feature request: edit user profile from the dashboard
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 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
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:
- 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.
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
You have to install Composer from https://getcomposer.org/