Best laravel framework open-source packages.

Clinic management system laravel

a Laravel Clinic Management System, enabling patients to schedule appointments and admins to manage doctors and bookings. Integrated a mobile-friendly API for enhanced accessibility.
Updated 4 months ago

How to use

  • Clone the repository with git clone
  • Copy .env.example file to .env and edit database credentials there
  • Run composer install
  • Run php artisan key:generate
  • Run php artisan migrate --seed (it has some seeded data for your testing)
  • That's it: launch the main URL. Login with credentials admin@admin.com - 12345678