-
Recent Posts
-
Recent Posts
Recent Comments
Archives
Categories
Meta
Monthly Archives: October 2019
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