msllp/core

For Million Solutions LLP Private Code

Maintainers

Details

github.com/msllp/Core

Source

Issues

Installs: 113

Dependents: 3

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Language:CSS

v1.0.2 2020-06-27 16:18 UTC

This package is auto-updated.

Last update: 2024-04-27 04:33:50 UTC


README

Build Status Total Downloads Latest Stable Version Latest Unstable Version License

A simple MS Core implementation for Laravel 5.8 +.

Installation

Install the package through Composer.

Run the Composer require command from the Terminal:

composer require msllp/core

Configuration

If you're using Laravel 5.8+, this is all there is to do.

open your config/app.php file.

Add a new line to the providers array:

\MS\Provider\MSCoreServiceProvider::class,

MS Folder Architect

MS      (MS Root Folder)
- B     (For Backend)
 | - L    (L for Layouts)
 | - M    (M for Modules)

- L     (For Frontend)
 | - L    (L for Layouts)
 | - M    (M for Modules)

- DB
 | - Master