cms-laravel
cms-laravel copied to clipboard
CMS application written in Laravel 11 / PHP 8.3 using Filament 3
Bumps [laravel/framework](https://github.com/laravel/framework) from 11.26.0 to 11.27.2. Release notes Sourced from laravel/framework's releases. v11.27.2 [11.x] Fixes regression with queue:work Command by @crynobone in laravel/framework#53076 [11.x] Fixes parameter declaration for ServiceProvider::optimizes() by...
Bumps [vite-plugin-static-copy](https://github.com/sapphi-red/vite-plugin-static-copy) from 1.0.6 to 2.0.0. Release notes Sourced from vite-plugin-static-copy's releases. [email protected] Major Changes #127 21304df Thanks @tassioFront! - feat: throw an error when does not find file Changelog...
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.34.0 to 1.35.0. Release notes Sourced from laravel/sail's releases. v1.35.0 Upgrade to Postgres 17 by @ziadoz in laravel/sail#735 Use /data path for minio by @francoism90 in laravel/sail#736...
Bumps [laravel/jetstream](https://github.com/laravel/jetstream) from 5.2.0 to 5.2.1. Release notes Sourced from laravel/jetstream's releases. v5.2.1 Update logo to support dark/light theme by @milewski in laravel/jetstream#1538 [5.x] Utilise Illuminate\Support\php_binary() by @crynobone in laravel/jetstream#1541...
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 11.3.6 to 11.4.1. Release notes Sourced from phpunit/phpunit's releases. PHPUnit 11.4.1 Changed Updated regular expressions used by StringMatchesFormatDescription constraint to be consistent with PHP's run-tests.php Fixed #5977:...
Bumps [laravel/octane](https://github.com/laravel/octane) from 2.5.8 to 2.5.9. Release notes Sourced from laravel/octane's releases. v2.5.9 Git ignore the **/caddy directories by @maartenpaauw in laravel/octane#960 Changelog Sourced from laravel/octane's changelog. v2.5.9 - 2024-10-06...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.7.0 to 6.9.0. Release notes Sourced from docker/build-push-action's releases. v6.9.0 Bump @docker/actions-toolkit from 0.38.0 to 0.39.0 in docker/build-push-action#1234 Bump path-to-regexp from 6.2.2 to 6.3.0 in docker/build-push-action#1232 Full...
Description: Implement a RESTful API for accessing CMS content and functionality. Tasks to Accomplish: Design and implement RESTful API endpoints for content access Create authentication and authorization system for API...
Description: Implement a detailed revision history system with content comparison. Tasks to Accomplish: Extend the Content model to store revision history Implement a system for creating and managing content revisions...
Description: Implement a drag-and-drop form builder for creating custom forms. Tasks to Accomplish: Develop a library of form elements (text fields, checkboxes, dropdowns, etc.) Implement drag-and-drop functionality for form creation...