GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as: Simple, fast routing engine. Po...
Laravel is a web ecosystem full of delightful tools that are supercharged for developer happiness and productivity. - Laravel
5.x 7Branches176Tags Code Folders and files Name Last commit message Last commit date Latest commit taylorotwell Update README.md Feb 25, 2025 7f36b2f·Feb 25, 2025 History 1,134 Commits .github Supports Laravel 12 and Inertia.js 2 (#1564) ...
Laravel 学习资料和开源项目集. Contribute to qianyugang/learn-laravel development by creating an account on GitHub.
Laravel UI utilities and presets. Contribute to laravel/ui development by creating an account on GitHub.
11.x 16Branches136Tags Code Folders and files Name Last commit message Last commit date Latest commit crynobone Update .styleci.yml Mar 25, 2025 cda084d·Mar 25, 2025 History 1,467 Commits .github [11.x] Supports PHP 8.4 (#1281) ...
或者,你可以从Github仓库下载。接下来,在安装Composer之后,在项目根目录下执行composer install命令。该命令将会下载以及安装框架的依赖组件。 写入权限 安装完 Laravel ,你还需要为web服务器设置app/storage目录的写入权限。请参考安装一节以获取更多关于配置方面的信息。
Here's an example of how to implement the trait: namespaceApp;useSpatie\Sluggable\HasSlug;useSpatie\Sluggable\SlugOptions;useIlluminate\Database\Eloquent\Model;classYourEloquentModelextendsModel {useHasSlug;/*** Get the options for generating the slug.*/publicfunctiongetSlugOptions() :SlugOptions{...
[12.x] Add link to Laravel Tinker GitHub repository (#10299) Apr 2, 2025 authentication.md Explain redirectUsersTo functionality (#10253) Mar 18, 2025 authorization.md Fix markdown formatting (#10257) Mar 18, 2025 billing.md Closing missing php tag (#10347) Apr 24, 2025 ...