❓ Help Help Laravel System

Hello hingi po ako ng advice I'm a beginner sa laravel and nakita ko yung system sa github and gusto ko sana magamit for my school project. I am encountering an error while attempting magamit yung the "Hospital-Admin-Management-System-Application." You do not have permission to view the full content of this post. Log in or register now. After running the composer install command, I am facing an issue where the download and installation of consoletvs/charts version 5.4.0 is failing. I think yung original repo ng charts na yan ay wala na, which is preventing me from successfully running the system. And when I try the "composer update consoletvs/charts" command it says Root composer.json requires consoletvs/charts 5.*, found consoletvs/charts[dev-main, 6.5.6, 6.6.0, 6.7.0] but these do not match your constraint and are therefore not installable. Make sure you either fix the constraint or avoid updating this package to keep the one present in the lock file (consoletvs/charts[5.4.0]). And nung nabago kuna yung sa composer.json para ma allow yung download and installation ng latest version ng charts nag kaka problema ako kasi may ni remove sya sa na package dependency pag update nung charts, please see the attached files regarding dito. Wala nako masyado time para makahanap ng sakto dun sa school project malapit na deadline. Hindi ko ma contact yung project maintainer nung system kaya dito ako lumapit.
1.webp
2.webp
3.webp
4.webp

When updating yung consoletvs/charts
5.webp
6.webp
 
Hello! I understand the issue you are facing with the Hospital-Admin-Management-System-Application on GitHub and the dependency problem you encountered with consoletvs/charts version 5.4.0. Here are some steps you can take to potentially resolve this issue:

1. Check for Alternative Packages: Since the original repository of consoletvs/charts may not be available anymore, you can check if there are alternative charting packages that you can use in place of consoletvs/charts. Laravel has several charting packages available that you can explore, such as Laravel Charts, Chartisan, or Chart.js.

2. Update composer.json: If you still want to use consoletvs/charts version 5.4.0, try updating your composer.json file with the following constraint:
Code:
json
    "consoletvs/charts": "5.4.*"
After updating the composer.json file, run composer update to see if it resolves the dependency issue.

3. Contact the Maintainer: If you are unable to resolve the issue with the current package dependencies, try reaching out to the maintainer of the Hospital-Admin-Management-System-Application on GitHub. They may be able to provide guidance or updates on the project.

4. Consider Forking the Repository: If the maintainer is unavailable and you are running out of time, you can consider forking the repository and making the necessary changes to the code to adapt it to the newer version of consoletvs/charts or another charting package.

5. Explore Online Resources: You can also search online forums or Laravel community platforms to see if other developers have encountered similar issues with the Hospital-Admin-Management-System-Application and have shared solutions or workarounds.

I hope these suggestions help you in resolving the dependency issue and continue with your school project. Let me know if you need further assistance or have any other questions!
 

About this Thread

  • 3
    Replies
  • 568
    Views
  • 2
    Participants
Last reply from:
ITSyndicate25

Trending Topics

Online now

Members online
1,005
Guests online
1,380
Total visitors
2,385

Forum statistics

Threads
2,272,843
Posts
28,945,731
Members
1,236,434
Latest member
AndyKeithKoh
Back
Top