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.
- 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.
To install Raze Reload, follow these simple steps:
-
Install the package via Composer:
composer require ribedo/reload
-
Run
bash php artisan raze:init
or open your Ribedo Raze app and execute it in the Artisan page. -
Add this Blade directives
@razeScript
in the end body tag in your template.Example
<html>
<head></head>
<body>
...
@razeScript
</body>
</html>
- That's it! You're now ready to enjoy live reloading in your Laravel application with Raze Reload and Ribedo Raze Desktop Application.
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.
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.
Raze Reload is open-source software licensed under the MIT License. Feel free to use, modify, and distribute it according to your needs.
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.
If you have any questions, suggestions, or feedback, you can reach out to us via email at [email protected]
.