This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #### | |
| # create the base app like this: laravel new boost --git --livewire --pest --livewire-class-components --npm --boost | |
| # First prompt to create the roles | |
| I work with a Laravel 12 project, with the official Laravel Livewire Starter kit and have installed the spatie/laravel-permission package. | |
| Note that it is Laravel 12. | |
| Note that the Laravel Livewire Starter Kit uses FluxUI | |
| I'm using php v 8.3 - latest version |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # | |
| # remove-snap.sh | |
| # | |
| # This script: | |
| # 1. Removes all Snap packages and snapd | |
| # 2. Disables and purges snapd | |
| # 3. Blocks snapd from being reinstalled via APT pinning | |
| # 4. Installs GNOME Software (no Snap) + Flatpak plugin | |
| # 5. Installs Flatpak and enables Flathub |