Neuron-PHP

Cms

Table of Contents

Namespaces

Auth
Cli
Config
Container
Controllers
Database
Enums
Events
Exceptions
Listeners
Maintenance
Models
Repositories
Services

Functions

boot()  : Application
Bootstrap and initialize a Neuron CMS application.

Functions

boot()

Bootstrap and initialize a Neuron CMS application.

boot(string $configPath) : Application

This function initializes a complete CMS application with all necessary components including routing, content management, blog functionality, and site configuration. It delegates to the MVC boot function but provides CMS-specific context and naming.

Additionally initializes the ORM with the database connection from settings.

Parameters
$configPath : string

Path to the CMS configuration directory

Tags
throws
Exception

If configuration loading or application initialization fails

Return values
Application

Fully configured CMS application instance


        
On this page

Search results