api-boilerplate:Laravel Sanctum的GetCandy API的起点

时间:2024-04-14 16:04:34
【文件属性】:

文件名称:api-boilerplate:Laravel Sanctum的GetCandy API的起点

文件大小:105KB

文件格式:ZIP

更新时间:2024-04-14 16:04:34

PHP

API样板 这个样板是一个Laravel应用程序,该应用程序已经预先配置了GetCandy API和Sanctum。 用法 将env.example复制到.env 安装依赖项 composer install 运行安装程序 php artisan candy:install 启动API php artisan serve --host=localhost 特征 Sanctum开箱即用 添加了初始login和logout路由以对用户进行身份验证 建立CORS 准备与集线器一起使用


【文件预览】:
api-boilerplate-main
----.gitignore(191B)
----routes()
--------api.php(982B)
--------console.php(592B)
--------channels.php(558B)
--------web.php(492B)
----README.md(496B)
----bootstrap()
--------cache()
--------app.php(2KB)
----resources()
--------css()
--------views()
--------js()
--------lang()
----artisan(2KB)
----.styleci.yml(181B)
----public()
--------robots.txt(24B)
--------index.php(2KB)
--------web.config(1KB)
--------.htaccess(603B)
--------favicon.ico(0B)
----tests()
--------Feature()
--------CreatesApplication.php(380B)
--------Unit()
--------TestCase.php(163B)
----phpunit.xml(1KB)
----database()
--------.gitignore(26B)
--------migrations()
--------factories()
--------seeders()
----composer.lock(341KB)
----composer.json(2KB)
----app()
--------Http()
--------Exceptions()
--------Providers()
--------Console()
--------Models()
----.gitattributes(111B)
----package.json(473B)
----config()
--------cache.php(3KB)
--------getcandy.php(7KB)
--------cors.php(845B)
--------search.php(296B)
--------filesystems.php(2KB)
--------session.php(7KB)
--------database.php(5KB)
--------view.php(1KB)
--------permission.php(3KB)
--------logging.php(3KB)
--------hashing.php(2KB)
--------hashids.php(4KB)
--------broadcasting.php(2KB)
--------sanctum.php(2KB)
--------queue.php(3KB)
--------activitylog.php(2KB)
--------dompdf.php(10KB)
--------app.php(9KB)
--------services.php(950B)
--------assets.php(568B)
--------tags.php(306B)
--------mail.php(3KB)
--------auth.php(4KB)
----webpack.mix.js(559B)
----storage()
--------app()
--------framework()
--------logs()
----.editorconfig(220B)
----server.php(563B)
----.env.example(897B)

网友评论