xeebeast / generic-ajax
There is no license information available for the latest version (dev-master) of this package.
Generic AJAX
dev-master
2017-03-01 10:30 UTC
Requires
- php: >=5.6.4
This package is not auto-updated.
Last update: 2026-03-19 02:59:53 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 :)