online-ticketing-system:使用laravel 8,圣所,TDD的简单在线售票系统

时间:2024-04-09 07:12:46
【文件属性】:

文件名称:online-ticketing-system:使用laravel 8,圣所,TDD的简单在线售票系统

文件大小:98KB

文件格式:ZIP

更新时间:2024-04-09 07:12:46

PHP

API规范 登记 要求 : 方法:开机自检 端点: /api/register 标头: 内容类型:application / json 接受:application / json 身体 : { " name " : " string " , " email " : " string " , " password " : " string " } 回复 : { " code " : " integer " , " message " : " string " , " data " : { " id " : " integer,unique " , " name " : " string " , " email " : " string " , " password " : " s


【文件预览】:
online-ticketing-system-master
----composer.json(2KB)
----phpunit.xml(1KB)
----bootstrap()
--------cache()
--------app.php(2KB)
----config()
--------logging.php(3KB)
--------cors.php(846B)
--------cache.php(3KB)
--------filesystems.php(2KB)
--------auth.php(4KB)
--------session.php(7KB)
--------mail.php(3KB)
--------broadcasting.php(2KB)
--------queue.php(3KB)
--------view.php(1KB)
--------app.php(9KB)
--------hashing.php(2KB)
--------sanctum.php(2KB)
--------database.php(5KB)
--------services.php(950B)
----composer.lock(265KB)
----package.json(473B)
----artisan(2KB)
----webpack.mix.js(559B)
----database()
--------seeders()
--------factories()
--------migrations()
--------.gitignore(26B)
----routes()
--------console.php(592B)
--------api.php(991B)
--------web.php(492B)
--------channels.php(558B)
----server.php(563B)
----tests()
--------Unit()
--------CreatesApplication.php(380B)
--------Feature()
--------TestCase.php(163B)
----resources()
--------css()
--------lang()
--------js()
--------views()
----app()
--------Models()
--------Observers()
--------Http()
--------Providers()
--------Exceptions()
--------Console()
----storage()
--------logs()
--------app()
--------framework()
----.env.example(811B)
----.gitignore(191B)
----public()
--------index.php(2KB)
--------.htaccess(603B)
--------robots.txt(24B)
--------web.config(1KB)
--------favicon.ico(0B)
----.styleci.yml(181B)
----README.md(3KB)
----.editorconfig(220B)
----.gitattributes(111B)

网友评论