How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
Laravel logo and other artwork.
The main features of laravel/art are: Open Source Laravel.
Projects with overlapping indexed features include: laravel/cashier — Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services. laravel/docs — This is the official repository for submitting and managing changes to the Laravel framework's documentation. It… laravel/envoy — Elegant SSH tasks for PHP. laravel/framework — This project is a full-stack web framework that provides a comprehensive environment for building server-side… laravel/homestead — Homestead is a virtual machine provisioner that creates a standardized PHP development environment. It provides a… laravel/laravel — Laravel is a comprehensive full-stack web framework designed for building scalable server-side applications. It…
Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.
This is the official repository for submitting and managing changes to the Laravel framework's documentation. It operates as an open source documentation platform where community contributions are organized through a versioned documentation structure, with each major or minor release maintaining its own set of documentation files. Documentation content is stored as plain Markdown files in a version-controlled repository, with changes tracked through Git commits and routed to specific branches that correspond to distinct release versions. Contributions are submitted via pull requests, enabling
This project is a full-stack web framework that provides a comprehensive environment for building server-side applications. It utilizes a model-view-controller architecture to separate application logic into distinct layers for data management, user interface presentation, and request handling. The platform manages the entire request-response lifecycle, including security, session handling, and background task processing, while using an object-relational mapping layer to translate database records into programmable objects. The framework distinguishes itself through a central service containe