The AdminCore platform
AdminCore is a powerful modular platform based on the Laravel Framework. The modular nature of AdminCore allows developers to add new features to the existing core features by means of custom modules.
Languages used throughout the platform are:
- PHP
- JavaScript
- SQL (MySQL/MariaDB)
- HTML
- CSS/Less
AdminCore is based on the Model-View-Controller (MVC) pattern and uses frontend frameworks such as:
In this guide you will find all the necessary information in order to create your own modules. Since AdminCore is based on the Laravel Framework make sure you’re also familiar with the basic concepts of Laravel:
Core modules and components
The AdminCore consists of a set of core modules, components, widgets, helpers and views, which can be used within your custom modules and are described in more detail within the Module Development section.
AdminCore extends several Laravel components such as:….