xeebeast / generic-ajax
Generic AJAX
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
Language:HTML
Requires
- php: >=5.6.4
This package is not auto-updated.
Last update: 2025-06-25 23:35:11 UTC
README
Writing AJAX for every server call? Do you still write AJAX function again and again for every server call? Here is a Generic AJAX with Callback functions for both cases of Success and Failure.
The .blade.php extention shows that it is a blade template file. Dont be afiad if you do not know about the blade template, it is just a rendering engine for Laravel so feel free to remove .blade.
ENJOY :)