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 reusable code and code-generation techniques to build-out current and future system 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.
The system also features a set of highly customisable widgets for displaying, searching, sorting and exporting data. These have been built from the ground up for Laravel are were inspired by the widgets offered by the Yii2 framework.
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.