Laravel-template

时间:2024-04-29 22:36:43
【文件属性】:

文件名称:Laravel-template

文件大小:719KB

文件格式:ZIP

更新时间:2024-04-29 22:36:43

PHP

设定程序 在composer.json中编辑项目设置 将.env.example或.env.prod.example移至.env并编辑参数以匹配您的项目 检查docker-compose.yml中的设置 通过执行docker-compose exec php bash进入php容器 运行composer install 运行npm install 享受 :)


【文件预览】:
Laravel-template-master
----.gitignore(342B)
----app()
--------Providers()
--------Exceptions()
--------Http()
--------Console()
--------Models()
----.env.example(914B)
----bootstrap()
--------app.php(2KB)
--------cache()
----package.json(473B)
----docker-compose.proxy.yml(1KB)
----package-lock.json(493KB)
----resources()
--------lang()
--------js()
--------views()
--------css()
----server.php(563B)
----storage()
--------app()
--------framework()
--------logs()
----.styleci.yml(181B)
----public()
--------.htaccess(603B)
--------robots.txt(24B)
--------index.php(2KB)
--------favicon.ico(0B)
--------web.config(1KB)
----.env.prod.example(918B)
----composer.json(2KB)
----composer.phar(2.1MB)
----docker-compose.yml(1KB)
----composer.lock(261KB)
----README.md(316B)
----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(846B)
--------app.php(9KB)
--------hashing.php(2KB)
--------mail.php(3KB)
--------logging.php(3KB)
--------broadcasting.php(2KB)
--------filesystems.php(2KB)
--------view.php(1KB)
--------queue.php(3KB)
----artisan(2KB)
----database()
--------.gitignore(26B)
--------seeders()
--------factories()
--------migrations()
----routes()
--------console.php(592B)
--------channels.php(558B)
--------web.php(492B)
--------api.php(566B)
----webpack.mix.js(559B)
----.gitattributes(111B)
----.editorconfig(220B)
----docker()
--------nginx()
--------mysql()
--------php()

网友评论