larso/core

Core of Larso Package

v2.8 2022-12-18 03:35 UTC

This package is auto-updated.

Last update: 2024-04-18 06:17:58 UTC


README

Larso core

install

composer require larso/core

Use

// index.php

use Larso\Foundation\Site;

require 'vendor/autoload.php';

Site::bootApp(__DIR__);

Supported

almost Laravel