Skip to content

Commit

Permalink
V4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcastro committed May 20, 2024
1 parent 020cb6b commit c899eb9
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# PHP2JS / QUICKREQUEST
# PHP2JS

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

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.
Share PHP Laravel values effortlessly with external JavaScript files using just one command, thanks to the seamless integration of PHP2JS.

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](https://github.com/rmunate/PHP2JS/assets/91748598/9b1efced-bd6b-494a-8f70-8e77e0fd0a84)
![LOGO-PHP2JS](https://github.com/rmunate/PHP2JS/assets/91748598/53afbd9c-0ffc-414c-aa14-b53663f5621e)

## Documentation
[![πŸ“–πŸ“–πŸ“– **FULL DOCUMENTATION** πŸ“–πŸ“–πŸ“–](https://img.shields.io/badge/FULL%20DOCUMENTATION-Visit%20Here-blue?style=for-the-badge)](https://rmunate.github.io/PHP2JS/)
Expand All @@ -20,18 +20,6 @@ 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:

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

## License
This project is under the [MIT License](https://choosealicense.com/licenses/mit/).

Expand Down

0 comments on commit c899eb9

Please sign in to comment.