News

Admin Module Generator is a package that helps you quickly scaffold your typical CRUD admin interfaces. It generates the code based on the existing (migrated) table in the database. It uses an admin ...
The admin module ships with an Admin which is used for authentication. You can override this model by setting the admin-module.admins.model config. Under the hood, we use the Spatie Roles and ...
In this blog tutorial, i am going to explain how to create magento custom admin module in backend admin panel. 3. Next step is to tell Magento to load our module , To do this we need to create a file ...
Administration module was designed to be universal and adaptable, and it is suitable to implement in various systems, not just 3DBody platform. Through the adoption of unit testing, static code ...