boilerplate-laravel

    Laravel 12, PHP 8.4, Filament 4.0 and Livewire 3.5 SaaS boilerplate application with Jetstream 5.2 and Sociallite

    Language: php

    Author: GitHub Repos (@github-repos)

    0 stars · 2 views

    Viewing path: package.json

    Files

    • .npmrc (npmrc)
    • docs (txt)
    • MESSAGING_DEVELOPER_NOTES.md (md)
    • SEARCH_FUNCTIONALITY.md (md)
    • CHAT_FEATURE.md (md)
    • SEARCH_ARCHITECTURE.md (md)
    • NOTIFICATIONS.md (md)
    • THEME_QUICK_REFERENCE.md (md)
    • ADMIN_PANEL_VISUAL_COMPARISON.md (md)
    • QUICK_REFERENCE.md (md)
    • THEME_VISUAL_OVERVIEW.md (md)
    • superpowers (txt)
    • plans (txt)
    • 2026-07-01-admin-themes.md (md)
    • specs (txt)
    • 2026-07-01-admin-themes-design.md (md)
    • THEME_SYSTEM.md (md)
    • IMPLEMENTATION_SUMMARY.md (md)
    • SEARCH_OPTIMIZATION.md (md)
    • SETUP_MESSAGING.md (md)
    • MESSAGING_ARCHITECTURE.md (md)
    • THEME_PROJECT_SUMMARY.md (md)
    • MODULE_DEVELOPMENT.md (md)
    • ADMIN_PANEL_ENHANCEMENTS.md (md)
    • MULTI_LANGUAGE.md (md)
    • MESSAGING.md (md)
    • vite.config.js (js)
    • .editorconfig (editorconfig)
    • setup.sh (sh)
    • routes (txt)
    • web.php (php)
    • socialstream.php (php)
    • api.php (php)
    • channels.php (php)
    • console.php (php)
    • .docker (docker)
    • supervisord.worker.conf (conf)
    • supervisord.scheduler.conf (conf)
    • supervisord.horizon.conf (conf)
    • supervisord.reverb.conf (conf)
    • supervisord.services.conf (conf)
    • utilities.sh (sh)
    • supervisord.reverb.conf.1 (1)
    • supervisord.conf (conf)
    • octane (txt)
    • supervisord.app.roadrunner.conf (conf)
    • RoadRunner (txt)
    • supervisord.roadrunner.conf (conf)
    • .rr.prod.yaml (yaml)
    • opcache.ini (ini)
    • supervisord.app.conf (conf)
    • .rr.prod.yaml (yaml)
    • FrankenPHP (txt)
    • supervisord.frankenphp.conf (conf)
    • supervisord.horizon.conf (conf)
    • utilities.sh (sh)
    • Swoole (txt)
    • supervisord.swoole.conf (conf)
    • php.ini (ini)
    • entrypoint.sh (sh)
    • php.ini (ini)
    • config (txt)
    • conf.d (d)
    • default.conf (conf)
    • nginx.conf (conf)
    • fpm-pool.conf (conf)
    • supervisord.conf (conf)
    • php.ini (ini)
    • config (txt)
    • conf.d (d)
    • default.conf (conf)
    • nginx.conf (conf)
    • fpm-pool.conf (conf)
    • supervisord.conf (conf)
    • php.ini (ini)
    • rector.php (php)
    • README.md (md)
    • pint.json (json)
    • lang (txt)
    • bootstrap (txt)
    • app.php (php)
    • providers.php (php)
    • cache (txt)
    • .gitignore (gitignore)
    • docker-compose.yml (yml)
    • app (txt)
    • Settings (txt)
    • SiteSettings.php (php)
    • Policies (txt)
    • TeamPolicy.php (php)
    • MessagePolicy.php (php)
    • RolePolicy.php (php)
    • ConnectedAccountPolicy.php (php)
    • Livewire (txt)
    • ThemeSwitcher.php (php)
    • LanguageSwitcher.php (php)
    • Models (txt)
    • Permission.php (php)
    • User.php (php)
    • Module.php (php)
    • ConnectedAccount.php (php)
    • Post.php (php)
    • Group.php (php)
    • Message.php (php)
    • Team.php (php)
    • Role.php (php)
    • TeamInvitation.php (php)
    • Membership.php (php)
    • Modules (txt)
    • ModuleManager.php (php)
    • ModuleServiceProvider.php (php)
    • Blog (txt)
    • routes (txt)
    • web.php (php)
    • Models (txt)
    • Post.php (php)
    • resources (txt)
    • views (txt)
    • index.blade.php (php)
    • database (txt)
    • migrations (txt)
    • 2026_07_01_000000_create_module_blog_posts_table.php (php)
    • BlogModule.php (php)
    • Http (txt)
    • Controllers (txt)
    • BlogController.php (php)
    • Filament (txt)
    • Admin (txt)
    • Resources (txt)
    • PostResource (txt)
    • Pages (txt)
    • EditPost.php (php)
    • ListPosts.php (php)
    • CreatePost.php (php)
    • PostResource.php (php)
    • module.json (json)
    • config (txt)
    • blog.php (php)
    • BaseModule.php (php)
    • Traits (txt)
    • HasModuleHooks.php (php)
    • Configurable.php (php)
    • Events (txt)
    • ModuleDisabled.php (php)
    • ModuleInstalled.php (php)
    • ModuleEnabled.php (php)
    • ModuleUninstalled.php (php)
    • Contracts (txt)
    • ModuleInterface.php (php)
    • Http (txt)
    • Middleware (txt)
    • SecurityHeaders.php (php)
    • SetLocale.php (php)
    • Controllers (txt)
    • Controller.php (php)
    • MessageController.php (php)
    • Api (txt)
    • SearchController.php (php)
    • Filament (txt)
    • Resources (txt)
    • UserResource (txt)
    • Pages (txt)
    • EditUser.php (php)
    • CreateUser.php (php)
    • ListUsers.php (php)
    • ModuleResource.php (php)
    • TeamResource (txt)
    • Pages (txt)
    • ListTeams.php (php)
    • CreateTeam.php (php)
    • EditTeam.php (php)
    • TeamResource.php (php)
    • UserResource.php (php)
    • ModuleResource (txt)
    • Pages (txt)
    • ListModules.php (php)
    • Plugins (txt)
    • ModuleFilamentPlugin.php (php)
    • Pages (txt)
    • ManageSiteSettings.php (php)
    • Providers (txt)
    • FortifyServiceProvider.php (php)
    • SocialstreamServiceProvider.php (php)
    • Filament (txt)
    • AppPanelProvider.php (php)
    • AdminPanelProvider.php (php)
    • ThemeServiceProvider.php (php)
    • AppServiceProvider.php (php)
    • TelescopeServiceProvider.php (php)
    • HorizonServiceProvider.php (php)
    • Helpers (txt)
    • theme_helpers.php (php)
    • Actions (txt)
    • Jetstream (txt)
    • DeleteUser.php (php)
    • Fortify (txt)
    • CreateNewUser.php (php)
    • UpdateUserProfileInformation.php (php)
    • UpdateUserPassword.php (php)
    • ResetUserPassword.php (php)
    • PasswordValidationRules.php (php)
    • Socialstream (txt)
    • UpdateConnectedAccount.php (php)
    • CreateConnectedAccount.php (php)
    • ResolveSocialiteUser.php (php)
    • SetUserPassword.php (php)
    • CreateUserFromProvider.php (php)
    • HandleInvalidState.php (php)
    • GenerateRedirectForProvider.php (php)
    • Services (txt)
    • ThemeManager.php (php)
    • SearchService.php (php)
    • TranslationService.php (php)
    • .gitattributes (gitattributes)
    • install.sh (sh)
    • CLAUDE.md (md)
    • resources (txt)
    • views (txt)
    • livewire (txt)
    • language-switcher.blade.php (php)
    • theme-switcher.blade.php (php)
    • auth (txt)
    • verify-email.blade.php (php)
    • forgot-password.blade.php (php)
    • login.blade.php (php)
    • confirm-password.blade.php (php)
    • register.blade.php (php)
    • two-factor-challenge.blade.php (php)
    • reset-password.blade.php (php)
    • profile (txt)
    • connected-accounts-form.blade.php (php)
    • show.blade.php (php)
    • set-password-form.blade.php (php)
    • welcome.blade.php (php)
    • components (txt)
    • checkbox.blade.php (php)
    • button.blade.php (php)
    • guest-layout.blade.php (php)
    • input.blade.php (php)
    • connected-account.blade.php (php)
    • authentication-card.blade.php (php)
    • socialstream.blade.php (php)
    • socialstream-icons (txt)
    • linkedin.blade.php (php)
    • facebook.blade.php (php)
    • slack.blade.php (php)
    • github.blade.php (php)
    • bitbucket.blade.php (php)
    • google.blade.php (php)
    • provider-icon.blade.php (php)
    • twitter.blade.php (php)
    • gitlab.blade.php (php)
    • validation-errors.blade.php (php)
    • label.blade.php (php)
    • secondary-button.blade.php (php)
    • authentication-card-logo.blade.php (php)
    • input-error.blade.php (php)
    • action-link.blade.php (php)
    • js (txt)
    • app.js (js)
    • css (txt)
    • app.css (css)
    • phpunit.xml (xml)
    • package.json (json)
    • database (txt)
    • seeders (txt)
    • UserSeeder.php (php)
    • RolesSeeder.php (php)
    • GroupSeeder.php (php)
    • TeamSeeder.php (php)
    • DatabaseSeeder.php (php)
    • PostSeeder.php (php)
    • factories (txt)
    • UserFactory.php (php)
    • MessageFactory.php (php)
    • ConnectedAccountFactory.php (php)
    • TeamFactory.php (php)
    • GroupFactory.php (php)
    • PostFactory.php (php)
    • settings (txt)
    • 2026_07_01_000000_add_active_theme_to_site_settings.php (php)
    • 2025_12_10_102854_create_site_settings.php (php)
    • .gitignore (gitignore)
    • migrations (txt)
    • 2026_02_16_000001_add_locale_to_users_table.php (php)
    • 2026_06_29_123954_make_password_nullable_on_users_table.php (php)
    • 2026_02_16_215049_add_theme_preference_to_users_table.php (php)
    • 0001_01_01_000002_create_jobs_table.php (php)
    • 2026_02_03_000000_create_modules_table.php (php)
    • 2026_06_29_124053_create_media_table.php (php)
    • 2026_06_29_123952_add_two_factor_columns_to_users_table.php (php)
    • 2022_12_14_083707_create_settings_table.php (php)
    • 2026_06_29_124047_create_telescope_entries_table.php (php)
    • 2026_02_14_000002_create_groups_table.php (php)
    • 2020_05_21_300000_create_team_invitations_table.php (php)
    • 2026_06_29_124052_create_pulse_tables.php (php)
    • 2026_06_29_123953_create_passkeys_table.php (php)
    • 2020_05_21_200000_create_team_user_table.php (php)
    • 2026_06_29_123955_create_connected_accounts_table.php (php)
    • 2020_05_21_100000_create_teams_table.php (php)
    • 2026_02_14_122604_create_messages_table.php (php)
    • 2026_06_29_124053_create_activity_log_table.php (php)
    • 2026_02_14_000003_add_search_indexes_to_users_table.php (php)
    • 2026_06_29_124225_create_permission_tables.php (php)
    • 0001_01_01_000000_create_users_table.php (php)
    • 2026_06_29_124225_create_personal_access_tokens_table.php (php)
    • 2026_02_14_000001_create_posts_table.php (php)
    • 0001_01_01_000001_create_cache_table.php (php)
    • update-repositories.sh (sh)
    • .github (github)
    • issue_template.md (md)
    • workflows (txt)
    • install.yml (yml)
    • tests.yml (yml)
    • main.yml (yml)
    • security.yml (yml)
    • dependabot.yml (yml)
    • ISSUE_TEMPLATE (txt)
    • sweep-template.yml (yml)
    • FUNDING.yml (yml)
    • Dockerfile (txt)
    • themes (txt)
    • clear-signal (txt)
    • css (txt)
    • app.css (css)
    • theme.json (json)
    • dark (txt)
    • views (txt)
    • layouts (txt)
    • app.blade.php (php)
    • js (txt)
    • app.js (js)
    • css (txt)
    • app.css (css)
    • theme.json (json)
    • default (txt)
    • views (txt)
    • layouts (txt)
    • app.blade.php (php)
    • js (txt)
    • app.js (js)
    • css (txt)
    • app.css (css)
    • theme.json (json)
    • k8s (txt)
    • base (txt)
    • nginx-configmap.yaml (yaml)
    • namespace.yaml (yaml)
    • deployment.yaml (yaml)
    • queue-worker.yaml (yaml)
    • redis.yaml (yaml)
    • kustomization.yaml (yaml)
    • resource-quota.yaml (yaml)
    • reverb.yaml (yaml)
    • configmap.yaml (yaml)
    • ingress.yaml (yaml)
    • secret.yaml (yaml)
    • pvc.yaml (yaml)
    • horizon.yaml (yaml)
    • service.yaml (yaml)
    • network-policy.yaml (yaml)
    • mysql-statefulset.yaml (yaml)
    • overlays (txt)
    • development (txt)
    • kustomization.yaml (yaml)
    • production (txt)
    • hpa.yaml (yaml)
    • kustomization.yaml (yaml)
    • deploy.sh (sh)
    • validate.sh (sh)
    • .circleci (circleci)
    • config.yml (yml)
    • package-lock.json (json)
    • storage (txt)
    • app (txt)
    • private (txt)
    • .gitignore (gitignore)
    • .gitignore (gitignore)
    • public (txt)
    • .gitignore (gitignore)
    • framework (txt)
    • sessions (txt)
    • .gitignore (gitignore)
    • views (txt)
    • .gitignore (gitignore)
    • testing (txt)
    • .gitignore (gitignore)
    • cache (txt)
    • .gitignore (gitignore)
    • data (txt)
    • .gitignore (gitignore)
    • .gitignore (gitignore)
    • logs (txt)
    • .gitignore (gitignore)
    • debugbar (txt)
    • .gitignore (gitignore)
    • .gitignore (gitignore)
    • tests (txt)
    • TestCase.php (php)
    • Feature (txt)
    • ATTRIBUTION.md (markdown)
    github-repos/boilerplate-laravel

    boilerplate-laravel

    Public
    • Updated Jul 29, 2026
    0

    About

    Laravel 12, PHP 8.4, Filament 4.0 and Livewire 3.5 SaaS boilerplate application with Jetstream 5.2 and Sociallite

    0stars
    2views
    Created Feb 11, 2026