rest:使用Laravel的RESTful API

时间:2021-03-29 02:00:51
【文件属性】:
文件名称:rest:使用Laravel的RESTful API
文件大小:176KB
文件格式:ZIP
更新时间:2021-03-29 02:00:51
PHP 这是使用LARAVEL 7的基本REST api。我使用了一个名为product的数据表。 在此API中,创建,检索,更新,删除所有操作已实现。 这是一个简单的api实践项目。
【文件预览】:
rest-master
----.gitignore(163B)
----app()
--------User.php(734B)
--------Providers()
--------Exceptions()
--------Http()
--------Console()
--------Product.php(175B)
----.env.example(778B)
----bootstrap()
--------app.php(2KB)
--------cache()
----package.json(1013B)
----package-lock.json(454KB)
----resources()
--------lang()
--------sass()
--------js()
--------views()
----server.php(563B)
----storage()
--------app()
--------framework()
--------logs()
----.styleci.yml(174B)
----.rnd(1024B)
----public()
--------.htaccess(603B)
--------robots.txt(24B)
--------index.php(2KB)
--------favicon.ico(0B)
----composer.json(2KB)
----composer.lock(221KB)
----README.md(208B)
----phpunit.xml(1KB)
----tests()
--------TestCase.php(163B)
--------Unit()
--------Feature()
--------CreatesApplication.php(380B)
----config()
--------database.php(5KB)
--------services.php(950B)
--------session.php(7KB)
--------cache.php(3KB)
--------auth.php(4KB)
--------cors.php(823B)
--------app.php(9KB)
--------hashing.php(2KB)
--------mail.php(3KB)
--------logging.php(3KB)
--------broadcasting.php(2KB)
--------filesystems.php(3KB)
--------view.php(1KB)
--------queue.php(3KB)
----artisan(2KB)
----database()
--------.gitignore(26B)
--------2019_08_19_000000_create_failed_jobs_table.php(774B)
--------factories()
--------2014_10_12_000000_create_users_table.php(798B)
--------migrations()
--------seeds()
----routes()
--------console.php(593B)
--------channels.php(551B)
--------web.php(492B)
--------api.php(657B)
----webpack.mix.js(538B)
----.gitattributes(111B)
----.editorconfig(220B)

网友评论