文件名称:nexus:VATSIM UK的一个新项目
文件大小:192KB
文件格式:ZIP
更新时间:2024-04-04 10:41:57
PHP
关系 该项目使用 , , 和 。 安装 克隆此存储库 将此存储库克隆到本地计算机,然后输入创建的目录。 git clone git@github.com:VATSIM-UK/nexus.git vatsim-uk-nexus cd vatsim-uk-nexus 设置Laravel 通常,该项目将遵循与Laravel有关的。 以下是快速入门的简短指南。 通过复制示例( .env.example ),安装Composer依赖项并创建环境文件。 composer install cp .env.example .env 生成一个应用程序密钥。 php artisan key:generate 编译前端资产 安装所有必需的依赖项。 yarn 编译资产。 yarn dev 服务应用 Laravel提供了一种方便的方法来在PHP开发服务器上为应用程序提供服务。 要开始,只需运行以
【文件预览】:
nexus-main
----.gitignore(489B)
----app()
--------Providers()
--------Exceptions()
--------Http()
--------Console()
----.env.example(778B)
----bootstrap()
--------app.php(2KB)
--------cache()
----package.json(495B)
----resources()
--------lang()
--------js()
--------views()
--------css()
----server.php(542B)
----storage()
--------app()
--------framework()
--------logs()
----public()
--------mix-manifest.json(71B)
--------.htaccess(603B)
--------robots.txt(24B)
--------index.php(2KB)
--------favicon.ico(0B)
--------web.config(1KB)
----composer.json(2KB)
----.github()
--------workflows()
----composer.lock(263KB)
----README.md(1KB)
----phpunit.xml(1KB)
----tests()
--------TestCase.php(163B)
--------Feature()
--------CreatesApplication.php(380B)
----config()
--------database.php(6KB)
--------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)
--------seeders()
----routes()
--------console.php(592B)
--------channels.php(558B)
--------web.php(502B)
--------api.php(566B)
----webpack.mix.js(564B)
----.gitattributes(111B)
----tailwind.config.js(252B)
----yarn.lock(289KB)