automation-laravel
automation-laravel copied to clipboard
Automatic provisioning system written in Laravel 11 / PHP 8.3 using Filament 3
Description: Fix issues where user permissions are inconsistently applied, causing some users to lack access to appropriate features. Tasks: Audit and correct role and permission logic in Filament. Ensure all...
Description: Optimize the control panel for better performance, particularly under high traffic conditions. Tasks: Optimize database queries using Eloquent. Improve caching strategies using Laravel's built-in cache system. Acceptance Criteria: Control...
Description: Develop an automated backup system that allows users to schedule backups of their data and server configurations. Tasks: Use Laravel's task scheduling to create daily, weekly, and monthly backup...
Description: Address the issue where real-time monitoring data is not updating promptly. Tasks: Review and correct WebSocket or polling mechanism used by Livewire. Ensure server performance metrics update in real-time....
Description: Integrate the control panel with additional payment gateways such as PayPal, Stripe, and Square to provide more billing options. Tasks: Use Laravel Cashier or a similar package for payment...
Description: Add multi-language support for the control panel to cater to a global audience. This involves translating all UI elements, error messages, and user-facing documentation using Laravel's localization features. Tasks:...
Description: Implement two-factor authentication (2FA) for user accounts to improve security. Tasks: Integrate Laravel Fortify to add two-factor authentication. Set up user interface for enabling and managing two-factor authentication. Acceptance...
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 11.5.20 to 12.1.6. Release notes Sourced from phpunit/phpunit's releases. PHPUnit 12.1.6 Changed #6210: Set default Clover coverage project name #6217: Improve the error message when createStubForIntersectionOfInterfaces() is...
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 3.4.17 to 4.1.8. Release notes Sourced from tailwindcss's releases. v4.1.8 Added Improve error messages when @apply fails (#18059) Fixed Upgrade: Do not migrate declarations that look like...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.5.0 to 6.18.0. Release notes Sourced from docker/build-push-action's releases. v6.18.0 Bump @docker/actions-toolkit from 0.61.0 to 0.62.1 in docker/build-push-action#1381 [!NOTE] Build summary is now supported with Docker Build...