Download the PHP package mapo-89/core-panel without Composer
On this page you can find all versions of the php package mapo-89/core-panel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mapo-89/core-panel
More information about mapo-89/core-panel
Files in mapo-89/core-panel
Package core-panel
Short Description A Laravel admin starter kit built with Inertia, Vue, Tailwind CSS, Fortify, Passport, Horizon, and Wayfinder.
License MIT
Informations about the package core-panel
Laravel CorePanel
mapo-89/core-panel is a Laravel 13 admin package and scaffold built around Inertia v3, Vue 3, PrimeVue, Fortify, Passport, Socialite, Horizon, and Wayfinder.
Read-only split repository: this package repository is automatically synchronized from
mapo-89/core-panel-monorepo. Do not open pull requests or make direct changes here. All development happens in the monorepo.
The package is split into:
mapo-89/core-panel- optional
mapo-89/core-panel-tenancy
The core package stays tenancy-neutral. Tenant-aware behavior lives in the tenancy addon.
Stack
- PHP 8.5
- Laravel 13
- Inertia v3
- Vue 3
- Tailwind CSS v4
- PrimeVue
- Fortify
- Passport
- Socialite
- Horizon
- PostgreSQL or MySQL
- Redis
- Wayfinder
Install
Existing Laravel app:
Fresh Laravel app:
CorePanel also registers the short alias:
Update
Refresh published CorePanel assets after upgrading the package:
If you also have optional addons installed:
For normal in-place updates, the command also runs outstanding migrations automatically after refreshing the published assets.
If you use --base-path to target a different application directory, migrations are skipped and must be run manually in that target application.
If your application owns the frontend version metadata itself, set "managed_by_application": true in config/app-version.json. In that case, core-panel:update will leave that file untouched, including --force updates.
Typical update runbook for an existing installation:
If the tenancy addon is installed, prefer:
If generated assets such as resources/js/actions, resources/js/routes, resources/js/wayfinder, public/build, or public/hot were previously committed, remove them from the Git index once after adopting the new .gitignore:
The installer now asks for:
APP_URL- database driver:
pgsqlormysql - database host / port / name / user / password
- test database name
- default locale
- fallback locale
- whether an initial admin user should be created
- whether migrations and seeders should run
- whether frontend dependencies should be installed and built
- whether the tenancy addon should be installed
If tenancy is enabled, it also asks for:
- central domain
The default central domain is derived from the host part of APP_URL.
Defaults:
- API auth:
passport - light mode by default
- PrimeVue theme always included
- Horizon always enabled
- social login disabled until configured
Local Package Development
For local development with a path repository:
If you are developing from the monorepo and want the addon too, register both path repositories:
If tenancy is enabled during install and the addon exists as a sibling package, the installer can add the local addon dependency automatically.
Non-interactive example:
If you keep the default PostgreSQL installer values, the PostgreSQL user core_panel with password core_panel must already exist before running the install command.
Example:
Publish Commands
License
CorePanel is released under the MIT license.
All versions of core-panel with dependencies
php Version ^8.5
inertiajs/inertia-laravel Version ^3.0
laravel/fortify Version ^1.0
laravel/framework Version ^13.0
laravel/horizon Version ^5.0
laravel/passport Version ^13.7
laravel/socialite Version ^5.0
laravel/wayfinder Version ^0.1
socialiteproviders/microsoft Version ^4.9
spatie/laravel-activitylog Version ^5.0
spatie/laravel-medialibrary Version ^11.22
spatie/laravel-package-tools Version ^1.92
spatie/laravel-permission Version ^7.3
spatie/laravel-query-builder Version ^7.2
spatie/laravel-translatable Version ^6.14