Skip to content

Ribedo-Inc/reload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Raze Reload


Table of Contents

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:

    composer require ribedo/reload
  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

<html>
  <head></head>
  <body>
    ... 
    @razeScript
  </body>
</html>
  1. 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.

License

Raze Reload is open-source software licensed under the MIT License. Feel free to use, modify, and distribute it according to your needs.

About

Raze Reload is developed and maintained by Ribedo Inc.. 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].