billing-laravel
billing-laravel copied to clipboard
Web hosting billing system built on the latest technologies, including Laravel 11, PHP 8.3, Filament 3.2 and Livewire 3.5
Bumps [filament/filament](https://github.com/filamentphp/panels) from 3.2.115 to 3.2.117. Commits 84f839b Merge pull request #14340 from coleshirley/fix-parent-component-dehydrate-sta... See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this...
Bumps [joelbutcher/socialstream](https://github.com/joelbutcher/socialstream) from 6.1.7 to 6.1.9. Release notes Sourced from joelbutcher/socialstream's releases. v6.1.9 What's Changed [6.x] retrieve the model to allow deletion to fire model events by @ivannovak in joelbutcher/socialstream#381...
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 [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 [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 [intelrx/sitesettings](https://github.com/Raza9798/Site-Settings) from 1.0.0 to 2.0.0. Release notes Sourced from intelrx/sitesettings's releases. 2.0.0 Change log aliases will automatically configured as SiteConfig we can directly use them in blade as SiteConfig::get('value')...
Description: Allow users to set up payment plans for large invoices. Tasks: Modify the Invoice model to include payment plan options. Develop a UI for configuring payment schedules. Automate the...
Description: Track and log all actions taken in the system for auditing purposes. Tasks: Create AuditLog model and migration. Develop UI for viewing logs by date, user, and action type....
Description: Implement a system for applying discounts and promo codes to invoices. Tasks: Create Discount model and migration. Develop a UI for creating and managing discounts. Implement functionality to apply...
Description: Add role-based access control to restrict system functionality based on user roles. Tasks: Create Role and Permission models. Develop a UI for assigning roles and permissions. Implement role checks...