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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

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:

The core package stays tenancy-neutral. Tenant-aware behavior lives in the tenancy addon.

Stack

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:

If tenancy is enabled, it also asks for:

The default central domain is derived from the host part of APP_URL.

Defaults:

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 Build Version
Package Version
Requires darkaonline/l5-swagger Version ^11.0
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
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package mapo-89/core-panel contains the following files

Loading the files please wait ...