Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request: edit user profile from the dashboard #4

Open
NikarashiHatsu opened this issue Oct 5, 2023 · 4 comments
Open

feature request: edit user profile from the dashboard #4

NikarashiHatsu opened this issue Oct 5, 2023 · 4 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest Participate yourself to Hacktoberfest

Comments

@NikarashiHatsu
Copy link
Owner

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 NikarashiHatsu added enhancement New feature or request hacktoberfest Participate yourself to Hacktoberfest labels Oct 5, 2023
@NikarashiHatsu NikarashiHatsu added the good first issue Good for newcomers label Oct 5, 2023
@riyanrathore26
Copy link

@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
Copy link
Owner Author

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
Copy link

riyanrathore26 commented Oct 12, 2023

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

@NikarashiHatsu
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest Participate yourself to Hacktoberfest
Projects
None yet
Development

No branches or pull requests

2 participants