Download the PHP package asif/table-to-api without Composer
On this page you can find all versions of the php package asif/table-to-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download asif/table-to-api
More information about asif/table-to-api
Files in asif/table-to-api
Download asif/table-to-api
More information about asif/table-to-api
Files in asif/table-to-api
Vendor asif
Package table-to-api
Short Description a laravel package that creates rest api for a certain table. It generates scaffolding for rest api
License MIT
Package table-to-api
Short Description a laravel package that creates rest api for a certain table. It generates scaffolding for rest api
License MIT
Please rate this library. Is it a good library?
Informations about the package table-to-api
table-to-api generator
table2api is a laravel package that creates rest api for a certain table. It generates scaffolding for rest api.
- It generates controller,model,request and route for a certain table to work like rest api
Installing table-to-api
The recommended way to install table-to-api is through Composer.
Setting up the package in laravel project
- Run following artisan command shipped with this package
if table exists in database it generates following scaffolding:
-
Inserting api namespace in composer.json file like the following:
-
Run following command to autoload
- Run following command to see generated api routes
and it will show like this (users table in my case)
It is done. Now, you can hit the urls to get json data as rest api
All versions of table-to-api with dependencies
PHP Build Version
Package Version
No informations.
The package asif/table-to-api contains the following files
Loading the files please wait ....