boilerplate-laravel
boilerplate-laravel copied to clipboard
Laravel 11, PHP 8.3, Filament 3.2 and Livewire 3.5 SaaS boilerplate application with Jetstream 5.2 and Sociallite
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.8 to 5.4.9. Changelog Sourced from vite's changelog. 5.4.9 (2024-10-14) fix: bump launch-editor-middleware to v2.9.1 (#18348) (508d9ab), closes #18348 fix(css): fix lightningcss dep url resolution with custom...
This is a bug. ### Prerequisites * [x] Are you running the latest version? * [X] Are you reporting to the correct repository? * [X] Did you check the documentation?...
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 [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 [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 [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/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 [docker/build-push-action](https://github.com/docker/build-push-action) from 6.5.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...
Bumps [stephenjude/filament-jetstream](https://github.com/stephenjude/filament-jetstream) from 0.0.12 to 0.0.13. Release notes Sourced from stephenjude/filament-jetstream's releases. 0.0.13 Fixed duplicate team creation during user registration Changelog Sourced from stephenjude/filament-jetstream's changelog. 0.0.13 - 2024-08-03 Fixed duplicate...
Description: Extend the modular architecture to allow for easy integration of custom modules and functionalities as per specific project requirements. Tasks: Review and refactor the current modular architecture. Implement support...