devnest / framework
Laravel 框架。
dev-main / 9.x-dev
2024-06-08 19:23 UTC
Requires
- php: ^8.0.2
- ext-mbstring: *
- ext-openssl: *
- doctrine/inflector: ^2.0
- dragonmantank/cron-expression: ^3.1
- egulias/email-validator: ^3.1
- laravel/serializable-closure: ^1.0
- league/commonmark: ^2.2
- league/flysystem: ^3.0
- monolog/monolog: ^2.0
- nesbot/carbon: ^2.53.1
- psr/container: ^1.1.1|^2.0.1
- psr/log: ^1.0|^2.0|^3.0
- psr/simple-cache: ^1.0|^2.0|^3.0
- ramsey/uuid: ^4.2.2
- symfony/console: ^6.0
- symfony/error-handler: ^6.0
- symfony/finder: ^6.0
- symfony/http-foundation: ^6.0
- symfony/http-kernel: ^6.0
- symfony/mailer: ^6.0
- symfony/mime: ^6.0
- symfony/process: ^6.0
- symfony/routing: ^6.0
- symfony/var-dumper: ^6.0
- tijsverkoyen/css-to-inline-styles: ^2.2.2
- vlucas/phpdotenv: ^5.4.1
- voku/portable-ascii: ^2.0
Requires (Dev)
- aws/aws-sdk-php: ^3.198.1
- doctrine/dbal: ^2.13.3|^3.1.4
- fakerphp/faker: ^1.9.2
- guzzlehttp/guzzle: ^7.2
- league/flysystem-aws-s3-v3: ^3.0
- league/flysystem-ftp: ^3.0
- league/flysystem-sftp-v3: ^3.0
- mockery/mockery: ^1.4.4
- orchestra/testbench-core: ^7.0
- pda/pheanstalk: ^4.0
- phpstan/phpstan: ^1.0
- phpunit/phpunit: ^9.5.8
- predis/predis: ^1.1.9
- symfony/cache: ^6.0
Suggests
- ext-bcmath: Required to use the multiple_of validation rule.
- ext-ftp: Required to use the Flysystem FTP driver.
- ext-gd: Required to use Illuminate\Http\Testing\FileFactory::image().
- ext-memcached: Required to use the memcache cache driver.
- ext-pcntl: Required to use all features of the queue worker.
- ext-posix: Required to use all features of the queue worker.
- ext-redis: Required to use the Redis cache and queue drivers (^4.0|^5.0).
- ably/ably-php: Required to use the Ably broadcast driver (^1.0).
- aws/aws-sdk-php: Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.198.1).
- brianium/paratest: Required to run tests in parallel (^6.0).
- doctrine/dbal: Required to rename columns and drop SQLite columns (^2.13.3|^3.1.4).
- fakerphp/faker: Required to use the eloquent factory builder (^1.9.1).
- filp/whoops: Required for friendly error pages in development (^2.14.3).
- guzzlehttp/guzzle: Required to use the HTTP Client and the ping methods on schedules (^7.2).
- laravel/tinker: Required to use the tinker console command (^2.0).
- league/flysystem-aws-s3-v3: Required to use the Flysystem S3 driver (^3.0).
- league/flysystem-ftp: Required to use the Flysystem FTP driver (^3.0).
- league/flysystem-sftp-v3: Required to use the Flysystem SFTP driver (^3.0).
- mockery/mockery: Required to use mocking (^1.4.4).
- nyholm/psr7: Required to use PSR-7 bridging features (^1.2).
- pda/pheanstalk: Required to use the beanstalk queue driver (^4.0).
- phpunit/phpunit: Required to use assertions and run tests (^9.5.8).
- predis/predis: Required to use the predis connector (^1.1.9).
- psr/http-message: Required to allow Storage::put to accept a StreamInterface (^1.0).
- pusher/pusher-php-server: Required to use the Pusher broadcast driver (^6.0|^7.0).
- symfony/cache: Required to PSR-6 cache bridge (^6.0).
- symfony/filesystem: Required to enable support for relative symbolic links (^6.0).
- symfony/http-client: Required to enable support for the Symfony API mail transports (^6.0).
- symfony/mailgun-mailer: Required to enable support for the Mailgun mail transport (^6.0).
- symfony/postmark-mailer: Required to enable support for the Postmark mail transport (^6.0).
- symfony/psr-http-message-bridge: Required to use PSR-7 bridging features (^2.0).
Provides
- psr/container-implementation: 1.1|2.0
- psr/simple-cache-implementation: 1.0|2.0|3.0
Conflicts
- tightenco/collect: <5.5.33
Replaces
- illuminate/auth: dev-main
- illuminate/broadcasting: dev-main
- illuminate/bus: dev-main
- illuminate/cache: dev-main
- illuminate/collections: dev-main
- illuminate/conditionable: dev-main
- illuminate/config: dev-main
- illuminate/console: dev-main
- illuminate/container: dev-main
- illuminate/contracts: dev-main
- illuminate/cookie: dev-main
- illuminate/database: dev-main
- illuminate/encryption: dev-main
- illuminate/events: dev-main
- illuminate/filesystem: dev-main
- illuminate/hashing: dev-main
- illuminate/http: dev-main
- illuminate/log: dev-main
- illuminate/macroable: dev-main
- illuminate/mail: dev-main
- illuminate/notifications: dev-main
- illuminate/pagination: dev-main
- illuminate/pipeline: dev-main
- illuminate/queue: dev-main
- illuminate/redis: dev-main
- illuminate/routing: dev-main
- illuminate/session: dev-main
- illuminate/support: dev-main
- illuminate/testing: dev-main
- illuminate/translation: dev-main
- illuminate/validation: dev-main
- illuminate/view: dev-main
This package is auto-updated.
Last update: 2024-09-08 19:51:37 UTC
README
关于 Laravel
注意: 此存储库包含 Laravel 框架的核心代码。如果您想使用 Laravel 构建应用程序,请访问主 Laravel 仓库。
Laravel 是一个具有表达性和优雅语法的 Web 应用程序框架。我们相信开发必须是一种愉快、富有创造性的体验,才能真正令人满意。Laravel 通过简化大多数 Web 项目中常用的常见任务,试图消除开发中的痛苦,例如
Laravel 可访问、功能强大,提供构建大型、健壮应用程序所需的所有工具。简单、优雅和创新的无与伦比组合为您提供了构建任何应用程序所需的所有工具。
学习 Laravel
Laravel 拥有最全面、最详尽的文档和视频教程库。Laravel 文档深入且完整,使学习框架变得轻而易举。
如果您不想阅读,Laracasts 提供了超过 1100 个视频教程,涵盖了包括 Laravel、现代 PHP、单元测试、JavaScript 在内的各种主题。通过深入研究我们的全面视频库,提高您和您整个团队的能力。
贡献
感谢您考虑为 Laravel 框架做出贡献!贡献指南可以在 Laravel 文档 中找到。
行为准则
为了确保 Laravel 社区对所有成员都持开放态度,请阅读并遵守 行为准则。
安全漏洞
请查看我们关于如何报告安全漏洞的 安全策略。
许可证
Laravel 框架是开源软件,根据 MIT 许可证 许可。