Download the PHP package devrabiul/livewire-doctor without Composer

On this page you can find all versions of the php package devrabiul/livewire-doctor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package livewire-doctor

🩺 LivewireDoctor – Fix Livewire Issues Instantly & Boost Productivity

A powerful Laravel package that automatically diagnoses, fixes, and improves your Livewire development experience. Save time, eliminate headaches, and keep your components healthy β€” all with a single command.

Latest Stable Version Total Downloads GitHub license GitHub Repo stars


πŸ“š Table of Contents


πŸ’‘ Overview

LivewireDoctor is your personal development assistant for Laravel Livewire apps. It scans your project, detects common issues like missing assets, misconfigured directives, outdated components β€” and fixes them automatically.

Whether you're debugging, onboarding a team, or simply maintaining Livewire-based applications β€” this package keeps your workflow smooth and efficient.


✨ Features at a Glance


πŸ“¦ Installation

Install via Composer:

Optionally publish the config (if required later):

βš™οΈ Initialize Custom Assets in AppServiceProvider

You need to initialize custom Livewire assets initCustomAsset() method in your AppServiceProvider.

βœ… Example:

πŸš€ Usage

πŸ”Ž Run Health Checks

Scan your entire Livewire setup with a single command:

What it checks:


πŸ›  Artisan Commands

Command Description
php artisan livewire:doctor Run a full health check on your Livewire setup

✨ Why Developers Love LivewireDoctor

βœ… β€œIt just works! Saved me hours of debugging Livewire component issues.” βœ… β€œEvery Livewire project should start with livewire:doctor.” βœ… β€œIncredible time-saver. One command, and my app is healthy again!”


🌍 Useful Links


🀝 Contributing

We welcome contributions to LivewireDoctor! If you would like to contribute, please fork the repository and submit a pull request. For any issues or feature requests, please open an issue on GitHub.


πŸ“„ License

Licensed under the MIT License.


πŸ“¬ Contact

For support, bugs, or feature suggestions:


LivewireDoctor is the smart way to keep your Laravel Livewire apps running at their best. Install it now β€” and let your code breathe easy!


All versions of livewire-doctor with dependencies

PHP Build Version
Package Version
No informations.
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package devrabiul/livewire-doctor contains the following files

Loading the files please wait ....