Download the PHP package laravel-enso/core without Composer

On this page you can find all versions of the php package laravel-enso/core. 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

Core

Stable Downloads Issues Merge Requests

Description

Core is the backend shell of a Laravel Enso application.

It aggregates the packages required for a standard Enso installation, registers the framework-level service providers and middleware stack, exposes the base authentication and SPA endpoints, builds the frontend boot state, manages user preferences, publishes shared assets, registers core mail previews, and provides a handful of operational commands used across Enso projects.

It is the package that turns the rest of the Enso ecosystem into a coherent application runtime.

Installation

This package is intended to be installed as the main backend dependency of an Enso application:

After installation, run the standard setup steps:

If you want to publish the package resources, the relevant tags are:

The package automatically:

Features

Usage

The package exposes the guest meta endpoint:

Authenticated clients bootstrap the SPA state through:

Preferences can be updated per route or globally through:

Useful built-in commands:

The frontend counterpart for the API shell and shared UI runtime lives in the Enso UI package:

::: warning Note core.home.index does not return a Blade page. It returns the merged state payload produced by the Enso state builder, grouped by frontend store. :::

API

Routes

Guest / auth endpoints:

Authenticated core endpoints:

Authenticated system login table endpoints:

Middleware

Aliases:

core middleware group:

State System

State is built through:

It scans configured vendors from:

Built-in state providers include:

Preferences

Model:

Capabilities:

Commands

Events and Notifications

Events:

Notifications:

Password helpers on the user model:

Login History

Model:

The package records successful logins and exposes them through the system.logins Enso table. The table includes user, IP, user agent, and login datetime columns. Login history is read-only and supports filtering by user and by created_at interval.

Upgrade support:

Depends On

Required Enso packages:

Framework and external dependencies:

Contributions

are welcome. Pull requests are great, but issues are good too.

Thank you to all the people who already contributed to Enso!


All versions of core with dependencies

PHP Build Version
Package Version
Requires jenssegers/agent Version ^2.6
laravel-enso/action-logger Version ^3.1
laravel-enso/charts Version ^4.0
laravel-enso/countries Version ^2.0
laravel-enso/data-export Version ^3.8
laravel-enso/helpers Version ^4.0
laravel-enso/impersonate Version ^3.2
laravel-enso/localisation Version ^5.0
laravel-enso/logs Version ^4.0
laravel-enso/mails Version ^1.0
laravel-enso/menus Version ^5.0
laravel-enso/migrator Version ^2.0
laravel-enso/notifications Version ^4.1
laravel-enso/permissions Version ^5.0
laravel-enso/rememberable Version ^4.0
laravel-enso/roles Version ^5.0
laravel-enso/sentry Version ^2.0
laravel-enso/tables Version ^5.0
laravel-enso/upgrade Version ^2.14
laravel-enso/user-groups Version ^2.0
laravel-enso/users Version ^2.0
laravel/framework Version ^13.0
laravel/sanctum Version ^4.0
php Version ^8.3
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 laravel-enso/core contains the following files

Loading the files please wait ...