There is no license information available for the latest version (0.12) of this package.

Opinionated Laravel Efficiency

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Language:Blade

pkg:composer/company4-dev/fuse

0.12 2026-01-29 18:10 UTC

This package is auto-updated.

Last update: 2026-02-01 12:17:11 UTC


README

  1. Insert into composer.json
"extra": {
    "laravel": {
        "providers": [
            "Fuse\\FuseServiceProvider"
        ]
    }
}

Documentation

For documentation on JellyBean platform, see Documentation.

To Do:

  • Migrate files to Fuse
    • Stubs - Copy as necessary
    • Rename namespace App\ to namespace Fuse\
    • Rename use App\ to use Fuse\
  • Do something with Vite
  • Remove Module/Platform references
  • Library Composer installs
  • Migrate to Livewire 4
    • app\Livewire
    • resources/livewire
  • VSCode snippets - File in project to import from C4/Fuse
  • Run coding standards on everything
    • Rector
    • Pint
  • Contrib
    • Update scripts
    • Use scripts
  • Composer Install Scripts
    • Install
      • Replace all config files with common overrides. E.g.
        • App Name
        • Database Config
        • Logging
        • Extend controller from Fuse Controller
      • Remove all route files
      • Remove default database migrations
    • Update
      • Install any libraries
      • Update any files
        • Git hooks
        • GitHub actions
  • Update documentation