文件名称:ox_task_api
文件大小:224KB
文件格式:ZIP
更新时间:2024-03-05 19:20:13
PHP
api Laravel项目 设置 # install dependencies composer update # key generate .env php artisan key:generate # configure database in .env php artisan migrate # secrete JWT key generate in .env php artisan jwt:secret # serve with hot reload at localhost:8000 php artisan serve PHP的工匠JWT:秘密 关于Laravel Laravel是一个具有表达力,优雅语法的Web应用程序框架。 我们认为,发展必须是一种令人愉悦的创造力,才能真正实现。 Laravel通过减轻许多Web项目中使用的常见任务来减轻开发工作的痛苦,例如: 。
【文件预览】:
ox_task_api-main
----composer.json(2KB)
----phpunit.xml(1KB)
----bootstrap()
--------cache()
--------app.php(2KB)
----config()
--------logging.php(3KB)
--------jwt.php(10KB)
--------cors.php(830B)
--------cache.php(3KB)
--------filesystems.php(3KB)
--------auth.php(4KB)
--------session.php(7KB)
--------mail.php(3KB)
--------broadcasting.php(2KB)
--------queue.php(3KB)
--------view.php(2KB)
--------app.php(9KB)
--------hashing.php(2KB)
--------database.php(5KB)
--------services.php(950B)
----composer.lock(256KB)
----package.json(1013B)
----artisan(2KB)
----webpack.mix.js(538B)
----database()
--------factories()
--------migrations()
--------.gitignore(26B)
--------seeds()
----routes()
--------console.php(593B)
--------api.php(1KB)
--------web.php(492B)
--------channels.php(551B)
----server.php(563B)
----tests()
--------Unit()
--------CreatesApplication.php(380B)
--------Feature()
--------TestCase.php(163B)
----resources()
--------lang()
--------js()
--------views()
--------sass()
----app()
--------BankAccount.php(317B)
--------Http()
--------User.php(1KB)
--------Providers()
--------Exceptions()
--------Console()
--------FinancialOrganization.php(177B)
----storage()
--------logs()
--------app()
--------framework()
----.env.example(778B)
----.gitignore(163B)
----public()
--------index.php(2KB)
--------.htaccess(603B)
--------image()
--------robots.txt(24B)
--------web.config(1KB)
--------favicon.ico(0B)
----.styleci.yml(174B)
----README.md(5KB)
----.editorconfig(220B)
----.gitattributes(111B)