Replies: 10 comments 2 replies
-
Laravel内核分析 |
Beta Was this translation helpful? Give feedback.
-
Laravel-神奇的服务容器 |
Beta Was this translation helpful? Give feedback.
-
beyondcode/exposeAn open-source ngrok alternative - written in PHP. 在网络上通过安全隧道共享本地站点 |
Beta Was this translation helpful? Give feedback.
-
laravel/sailIntroductionSail provides a Docker powered local development experience for Laravel that is compatible with macOS, Windows (WSL2), and Linux. Other than Docker, no software or libraries are required to be installed on your local computer before using Sail. Sail's simple CLI means you can start building your Laravel application without any previous Docker experience. InspirationLaravel Sail is inspired by and derived from Vessel by Chris Fidao. If you're looking for a thorough introduction to Docker, check out Chris' course: Shipping Docker. Laravel Sail 是一个轻量级的命令行界面,用于与 Laravel 的默认 Docker 开发环境进行交互。Sail 为使用 PHP,MySQL 和 Redis 构建 Laravel 应用程序提供了一个很好的起点,而无需事先具有 Docker 经验。 |
Beta Was this translation helpful? Give feedback.
-
Laravel Scout 全文搜索Laravel Scout 为 Eloquent 模型 的全文搜索提供了一个简单的基于驱动程序的解决方案,通过使用模型观察者,Scout 将自动同步 Eloquent 记录的搜索索引。 目前,Scout 附带 Algolia、MeiliSearch 和 MySQL / PostgreSQL (database) 驱动程序。 meilisearch/meilisearchWebsite | Roadmap | Blog | Documentation | FAQ | Discord⚡ A lightning-fast search engine that fits effortlessly into your apps, websites, and workflow 🔍 Meilisearch helps you shape a delightful search experience in a snap, offering features that work out-of-the-box to speed up your workflow. 🔥 Try it! 🔥
|
Beta Was this translation helpful? Give feedback.
-
mailhog/MailHog
Inspired by MailCatcher, easier to install.
Built with Go - MailHog runs without installation on multiple platforms. OverviewMailHog is an email testing tool for developers:
|
Beta Was this translation helpful? Give feedback.
-
laravel/duskIntroductionLaravel Dusk provides an expressive, easy-to-use browser automation and testing API. By default, Dusk does not require you to install JDK or Selenium on your machine. Instead, Dusk uses a standalone Chromedriver. However, you are free to utilize any other Selenium driver you wish. Official DocumentationDocumentation for Dusk can be found on the Laravel website.
|
Beta Was this translation helpful? Give feedback.
-
PHP dotenvLoads environment variables from Why .env?You should never store sensitive credentials in your code. Storing Basically, a
PHP dotenv is a PHP version of the original Ruby Laravel 使用了 DotEnv PHP 库
|
Beta Was this translation helpful? Give feedback.
-
Laravel TinkerLaravel Tinker 是为 Laravel 提供的强大的 REPL(交互式解释器),由 PsySH 提供支持。 |
Beta Was this translation helpful? Give feedback.
-
Laravel Framework 框架源码 |
Beta Was this translation helpful? Give feedback.
-
The PHP Framework for Web Artisans
Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things.
Beta Was this translation helpful? Give feedback.
All reactions