Laravel Sandbox






Description
June 10, 2025
Laravel Sandbox is an ongoing project to build a bespoke content management system within the Laravel Framework.
The project aims to be user-friendly with an emphasis on supporting rapid development by leveraging re-usable code and code-generation techniques to build out current and future features.
Laravel Sandbox uses its own custom codebase to construct its admin interface using a combination of blade components, blade directives and artisan console commands.
User roles and permissions are handled via a custom-built RBAC system.
The project also aims to minimise the use of large external dependencies in order to support long-term updates as Laravel continues to evolve as a framework.