Download the PHP package ribedo/reload without Composer

On this page you can find all versions of the php package ribedo/reload. 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 reload

Raze Reload


### Table of Contents - [Overview](#overview) - [Features](#features) - [Installation](#installation) - [How it works](#how-it-works) - [Contributing](#contributing) - [License](#license) - [About](#about) - [Contact](#contact) ## Overview Raze Reload is a Laravel package designed to seamlessly integrate with the **_Ribedo Raze Desktop Application_**, enhancing your Laravel development workflow by enabling live reloading whenever you make changes to your application's codebase. Say goodbye to manual browser refreshes and streamline your development process with Raze Reload. ## Features - Automatic live reloading of your Laravel application when code changes are detected. - Simple integration with Ribedo Raze desktop app. - Enhances development efficiency by eliminating the need for manual browser refreshes. ## Installation To install Raze Reload, follow these simple steps: 1. Install the package via Composer: 2. Run `bash php artisan raze:init` or open your Ribedo Raze app and execute it in the Artisan page. 3. Add this Blade directives `@razeScript` in the end body tag in your template. **_Example_** 4. That's it! You're now ready to enjoy live reloading in your Laravel application with Raze Reload and Ribedo Raze Desktop Application. ## How it works Using Raze Reload with Ribedo Raze Desktop application is straightforward. Once installed and configured, it automatically monitors your Laravel application's codebase for changes and triggers a live reload in the browser whenever a change is detected. ## Contributing Contributions to Raze Reload are welcome! If you have suggestions for improvements or encounter any issues, please feel free to open an issue or submit a pull request on the [GitHub repository](https://github.com/Ribedo-Inc/reload). ## License Raze Reload is open-source software licensed under the [MIT License](LICENSE.md). Feel free to use, modify, and distribute it according to your needs. ## About Raze Reload is developed and maintained by [Ribedo Inc.](https://ribedo.org). It was created to enhance the development experience for Laravel developers using Ribedo Raze desktop application by providing seamless live reloading functionality. ## Contact If you have any questions, suggestions, or feedback, you can reach out to us via email at `[email protected]`.

All versions of reload 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 ribedo/reload contains the following files

Loading the files please wait ....