Skip to content
forked from rmunate/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! πŸ’»βœ¨

License

Notifications You must be signed in to change notification settings

smartraysam/PHP2JS

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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! πŸ’»βœ¨

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.0%
  • PHP 18.0%