ribafs / PHP2JS

πŸš€ Seamless Integration: PHP2JS & QuickRequest πŸš€ Share PHP Laravel values effortlessly with external JavaScript files using just one command, thanks to the seamless integration of PHP2JS. Execute backend requests swiftly and precisely with the power of QuickRequest. Developing Laravel monoliths has never been easier and more efficient! πŸ’»βœ¨

Home Page:https://rmunate.github.io/PHP2JS/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP2JS / QUICKREQUEST

πŸš€ Seamless Integration: PHP2JS & QuickRequest πŸš€

Share PHP Laravel values effortlessly with external JavaScript files using just one command, thanks to the seamless integration of PHP2JS. Execute backend requests swiftly and precisely with the power of QuickRequest.

Developing Laravel monoliths has never been easier and more efficient! πŸ’»βœ¨

The Library that Made Handling Monoliths in Laravel Simple - LARAVEL PHP Framework

LOGO-PHP2JS-QR

Documentation

πŸ“–πŸ“–πŸ“– FULL DOCUMENTATION πŸ“–πŸ“–πŸ“–

Installation PHP2JS

To install the dependency via Composer.

composer require rmunate/php2js

Installation QuickRequest

Installing QuickRequest in Laravel projects is a simple process. Include the following import statement in the HEAD section of your project:

<head>
    <!-- ... -->
    <meta name="csrf-token" content="{{ csrf_token() }}">
    <script src="https://cdn.jsdelivr.net/gh/rmunate/PHP2JS@4/src/JS/QuickRequest/QuickRequest.min.js"></script>
    <!-- ... -->
</head>

License

This project is under the MIT License.

🌟 Support My Projects! πŸš€

Become a Sponsor

Make any contributions you see fit; the code is entirely yours. Together, we can do amazing things and improve the world of development. Your support is invaluable. ✨

If you have ideas, suggestions, or just want to collaborate, we are open to everything! Join our community and be part of our journey to success! πŸŒπŸ‘©β€πŸ’»πŸ‘¨β€πŸ’»

About

πŸš€ Seamless Integration: PHP2JS & QuickRequest πŸš€ Share PHP Laravel values effortlessly with external JavaScript files using just one command, thanks to the seamless integration of PHP2JS. Execute backend requests swiftly and precisely with the power of QuickRequest. Developing Laravel monoliths has never been easier and more efficient! πŸ’»βœ¨

https://rmunate.github.io/PHP2JS/

License:MIT License


Languages

Language:JavaScript 82.0%Language:PHP 18.0%