Download the PHP package gadya/cms without Composer
On this page you can find all versions of the php package gadya/cms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package cms
Short Description A client-editable CMS for Laravel and Filament: live on-page editing, draft and publish, articles written with AI, SEO, forms, first-party analytics and team invitations.
License MIT
Homepage https://github.com/gadyamedia/gadya-cms
Informations about the package cms
Gadya CMS
A client-editable CMS for Laravel and Filament, built around two ideas:
- The admin is for structure. Pages, photos, the menu, the site's colours and type, articles, redirects, enquiries, and who may work on it, all live in a Filament panel.
- The page is for content. The client opens the real page with the live editor switched on and edits the words and pictures in place, seeing exactly what a visitor will see.
Nothing either of those does reaches the public site until she presses Publish changes, and every publish is a revision she can restore.
It also counts its own visitors without Google or a cookie banner, keeps what people send through the site's forms, and - given an API key for any AI service - writes articles and search snippets in the business's own voice.
What you get
| Pages | One row each, with a type, a status, sections, a photo, a search snippet, and dates to appear and disappear. |
| Live editor | @editable marks an element; the client edits it on the page. Text inline, prose in a side panel, photos from the library. One editor at a time, with a lock. |
| Draft and publish | Every change is a draft until published. Preview links show a draft to someone with no account. Revisions restore any publish. |
| Photos | Uploads resized, stripped of metadata, converted to WebP with responsive variants for srcset, optimised, with folders, tags, a focal point, alt text written by looking at the photo, and "used on". Never deletable while on a page. |
| Articles | A writing screen with a findability score on every save. Categories, tags and their own archive pages, related articles, comments with a moderation queue, scheduled publishing. |
| Writing with AI | Provider, model and key chosen in the panel, stored encrypted. A voice for the business. Whole drafts, rewrites, and search snippets from the page's own words. Any provider Laravel's AI SDK speaks. |
| SEO | @cmsSeo renders every head tag with sensible fallbacks. A generated sitemap and robots file. A redirects table the client edits, with hit counts. |
| Forms | Configured fields, a honeypot, an email with reply-to, an automatic reply written in the panel, an inbox with CSV download, and a mailing list that exports to any service. |
| Analytics | First-party, no cookie, no address stored. Live panel over a websocket. CSV download, a weekly email. |
| Team | Invitations by single-use link. Roles with abilities: a contributor writes articles but cannot publish a page. Nobody can remove themselves; the last administrator stays. |
| Search & speed | Search Console queries and landing pages, Lighthouse scores from PageSpeed Insights, and a readiness score for AI assistants - llms.txt, AI-crawler rules, JSON-LD, Markdown on request. |
| Moving a site | One zip with everything, photos included; import in place or replace. |
| What's on | Events that sort themselves by date, stay listed until they end, and publish a calendar a phone can subscribe to. |
| Search | The site's own search box - and a count of what people searched for and did not find. |
| Running it | A trash with a thirty-day undo, duplicate anything, an activity log, a publish held until Friday at nine, coming-soon mode with a password link, and a broken-link list fixed with one click. |
| Look & feel | Brand colours, a curated font list, the site's own logo in the panel. |
Every one of those is a switch on the plugin, so a project takes only what it wants.
Requirements
PHP 8.3+, Laravel 13, Filament 5.
Install
Then, in a template:
That is the whole idea. Installation has the rest of the setup.
Laravel Boost
The package ships a Boost guideline and three skills. In an application with laravel/boost, run php artisan boost:update --discover after installing:
gadya-cms-developmentteaches your agent to build with the CMS.gadya-cms-contentteaches it to help someone edit and publish.gadya-cms-upgradeaudits a site withgadya-cms:audit, upgrades it to the latest release, and switches on every feature it has not taken up yet. Ask: "Upgrade gadya/cms to the latest version and turn on everything, using the gadya-cms-upgrade skill." See Upgrading.
Try it
A whole sample site on http://127.0.0.1:8000, admin at /admin ([email protected] / password). See the demo.
Documentation
- Installation - requirements, the plugin, gates, switches, scheduling, queues
- The site document - how content is shaped and stored, where pages live, page fields, publishing
- The live editor - the layout, directives, the allow-list, locks, preview links
- Articles and writing with AI - the writing screen, the public blog, setting up a provider, faking it in tests
- SEO - head tags, sitemap, robots, redirects
- Forms - configuration, the template, the inbox
- Email - sending through Gadya Media without setting up a mail service
- Analytics - what is counted and how, events, live updates, reports
- Photos and team
- Roles, abilities and Everywhere
- Search Console, page speed and AI readiness
- Moving a site, and responsive photos
- Events, search and the mailing list
- Running a site: trash, activity, scheduling, coming soon, broken links
- The demo site, and scaffolding a template
- Commands, configuration and deploying
- Upgrading
Taking only the parts you want
Testing
The package is tested on its own against a minimal host application, on PHP 8.3 and 8.4.
Credits
Built by Gadya Media. The analytics and the article writer are modelled on earlier first-party implementations of the same ideas.
License
MIT. See LICENSE.md.
All versions of cms with dependencies
filament/filament Version ^5.0
illuminate/contracts Version ^13.0
illuminate/database Version ^13.0
illuminate/http Version ^13.0
illuminate/support Version ^13.0
intervention/image Version ^3.0
laravel/ai Version ^0.11
league/html-to-markdown Version ^5.1
livewire/livewire Version ^4.3
spatie/laravel-image-optimizer Version ^1.8
spatie/laravel-package-tools Version ^1.90