code16/sharp
Laravel Content Management Framework
Maintainers
Requires
- php: 8.3.*|8.4.*|8.5.*
- ext-dom: *
- ext-intl: *
- ext-json: *
- ext-mbstring: *
- blade-ui-kit/blade-icons: ^1.6
- code16/laravel-content-renderer: ^1.1
- enshrined/svg-sanitize: ^0.22.0
- inertiajs/inertia-laravel: ^2.0
- intervention/image: ^3.4
- laravel/framework: ^11.0|^12.0|^13.0
- laravel/prompts: 0.*
- league/commonmark: ^2.4
- masterminds/html5: ^2.8
- spatie/laravel-image-optimizer: ^1.8
- symfony/html-sanitizer: ^7.3
- tightenco/ziggy: ^2.0
Requires (Dev)
- brianium/paratest: ^7.0
- doctrine/dbal: ^3.5|^4.4
- friendsofphp/php-cs-fixer: ^3.8
- laravel/pint: ^1.27
- mockery/mockery: ^1.5.0
- nunomaduro/collision: ^8.0
- orchestra/pest-plugin-testbench: ^4.1
- orchestra/testbench: ^9.0|^10.0|^11.0
- pestphp/pest: ^3.0|^4.0
- pestphp/pest-plugin-laravel: ^3.0|^4.0
- phpunit/phpunit: ^11.0|^12.0
- spatie/laravel-passkeys: ^1.0
- spatie/laravel-ray: ^1.26
- spatie/laravel-typescript-transformer: ^2.3
- spatie/typescript-transformer: ^2.2
Suggests
- bacon/bacon-qr-code: Allows you to use QR codes in default TOTP command
- pragmarx/google2fa-laravel: Allows you to use 2FA default TOTP command
- spatie/laravel-passkeys: Allows you to use passkey authentication (^1.0 is required).
Provides
None
Conflicts
- spatie/laravel-passkeys: <1.0 || >=2.0
Replaces
None
MIT 8602b59e02743b49018b59ae0c84b189ae880734
- Philippe Lonchampt <philippe.woop@code16.fr>
- Antoine Guingand <antoine.woop@code16.fr>
This package is auto-updated.
Last update: 2026-06-11 11:37:36 UTC
README
π SharpSharp is a content management framework built for Laravel as a package, which provides great help to build a CMS section in a project with a clean UI and DX in mind. Sharp is driven by code: everything is manageable through a clean and documented PHP API, using Laravel conventions and coding style. It intends to avoid code adherence β the project should not have any knowledge of it β and is data-agnostic, meaning it does not have any expectations from the persistence layer.
Sharp for Laravel is actively maintained and developed and is used in all kinds of projects, from content-driven websites to e-commerce platforms and API backends.
Sharp intends to provide a clean solution to the following needs:
- create, update or delete any structured data of the project, handling validation and errors;
- display, search, sort or filter data;
- execute custom commands on one instance, a selection or all instances;
- handle authorizations and validation;
- all without writing a line of front code, and using a clean API in the PHP app.
Sharp needs Laravel 11+ and PHP 8.3+.
Documentation π
The full documentation is available here: sharp.code16.fr/docs.
Online example π₯οΈ
A Sharp instance for a demo project is online here: sharp.code16.fr/sharp/.
Data of this demo is reset each hour.
Additional resources ποΈ
See Code 16βs blog or the projectβs Discord server.
