文件名称:laravel-project:Laravel项目模板
文件大小:64KB
文件格式:ZIP
更新时间:2024-05-29 10:34:32
PHP
Zizaco的Laravel项目模板
这是Laravel应用程序的框架,我用它来保存我通常进行的初始设置。 随意使用并根据您的需要进行自定义。
要从此存储库创建项目:
git clone --depth=1 --branch=master git@github.com:Zizaco/laravel-project.git
【文件预览】:
laravel-project-master
----phpspec.yml(87B)
----bootstrap()
--------cache()
--------autoload.php(1KB)
--------app.php(2KB)
----.env.example(307B)
----.gitattributes(61B)
----public()
--------robots.txt(24B)
--------favicon.ico(0B)
--------index.php(2KB)
--------.htaccess(412B)
----database()
--------migrations()
--------.gitignore(9B)
--------factories()
--------seeds()
----bower.json(127B)
----Dockerfile(1KB)
----artisan(2KB)
----gulpfile.js(1021B)
----config()
--------services.php(985B)
--------view.php(1020B)
--------database.php(4KB)
--------queue.php(3KB)
--------filesystems.php(2KB)
--------broadcasting.php(1KB)
--------compile.php(983B)
--------session.php(5KB)
--------app.php(8KB)
--------auth.php(2KB)
--------cache.php(2KB)
--------mail.php(4KB)
----composer.lock(104KB)
----phpunit.xml(899B)
----.bowerrc(101B)
----resources()
--------views()
--------assets()
--------lang()
----docker-compose.yml(305B)
----tests()
--------TestCase.php(532B)
--------ExampleTest.php(403B)
----.gitignore(57B)
----storage()
--------logs()
--------database()
--------app()
--------framework()
----app()
--------Listeners()
--------User.php(1KB)
--------Jobs()
--------Http()
--------Providers()
--------Events()
--------Exceptions()
--------Policies()
--------Console()
----readme.md(3KB)
----server.php(567B)
----package.json(200B)
----composer.json(1KB)