Tag Archives: json

Laravel Restful API

Its not difficult to create restful API with Laravel. First create controller for handling data This will create the controller with some dummy functions index() show() store() update() destory() Update the api/FxInfoController.php Now update the routes/api.php to define where to goe.g. http://127.0.0.1:8000/api/fx will go … Continue reading

Posted in Development | Tagged , , | Leave a comment

Laravel Datatable with json data

Prepare the view with table and javascript Laravel Controller

Posted in Development | Tagged , , , | Leave a comment