You are viewing documentation for an outdated version. It is no longer supported!
How to install
composer require aedart/athenaeum-core
Warning
This package is not intended to be used inside a regular Laravel application. The Athenaeum Core Application is a custom implementation of Laravel's \Illuminate\Contracts\Foundation\Application
. It is intended to run on it's own.
Will Highjack the Application
If you still choose to require and use this inside your regular Laravel application, then you risk that it will highjack the app
binding (Laravel's application instance). This will result in very undesirable behaviour.