adhocrat-io/arkhe-main
Bootstrap a Laravel admin backend with Livewire 4 + Flux UI: users, roles & permissions (Spatie), user profiles, SEO + sitemap, and cookie-consent. Interactive installer publishes config/migrations, seeds default roles, and patches sidebar/Tailwind scanning.
roles, permissions, model_has_permissions), requiring migration planning to avoid conflicts with existing auth systems (e.g., Laravel Breeze, Sanctum).adhocrat-io/arkhe-* namespace suggests this is part of a larger (potentially unfinished) ecosystem.laravel/sanctum or spatie/laravel-permission may arise.ARKHE_ADMIN_LAYOUT=arkhe::layouts.app in .env.composer require adhocrat-io/arkhe-main.php artisan vendor:publish --provider="Adhocrat\Arkhe\ArkheServiceProvider".hasRole/hasPermission helpers).config/arkhe.php if needed.<flux:sidebar.nav> (if using the starter kit).@source in resources/css/app.css.can:admin middleware).spatie/laravel-permission if already used). Use composer why-not to detect conflicts.users/roles tables. Plan for schema merges or custom migrations.laravel-seo (meta tags, sitemaps) and cookie-consent.spatie/laravel-sitemap can bloat routes if not cached. Use sitemap:generate --cache in production.can:admin) under high traffic to avoid bottlenecks.| Risk | Impact | Mitigation | |-------------------------|-------------------------------------|
How can I help you explore Laravel packages today?