Download the PHP package tobento/app-backend without Composer
On this page you can find all versions of the php package tobento/app-backend. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package app-backend
App Backend
The App Backend is a minimal admin panel using the following main app bundles:
- Apps to run the backend in its own application
- App User Web for authentication
- App Crud for users and roles CRUD operations
- App Media to support media
- App Search to search apps content
- App Card to display cards on dashboard
Table of Contents
- Getting Started
- Requirements
- Documentation
- App
- Backend Boot
- Adding Boots
- Adding Dashboard Cards
- Adding Searchables
- Customization
- Customize Via App
- Customize Via App Config
- Testing
- Credits
Getting Started
Add the latest version of the app backend project running this command.
Requirements
- PHP 8.0 or greater
Documentation
App
Check out the App Skeleton if you are using the skeleton.
You may also check out the App to learn more about the app in general.
Backend Boot
The backend boot is extended :
Once booted, you can access the backend by the following URL .
You may change the slug or even route to another domain in the file.
Adding Boots
There are two ways to add backend boots:
Via App Config
In the file you can add more boots.
Via Backend Boot
Register your boot:
Adding Dashboard Cards
Use the and app method to add dashboard cards only on demand:
Check out the App Card bundle to learn more.
Adding Searchables
To add searchables, check out the App Search - Adding Searchables section.
Customization
Customize Via App
In your directory you may create a boot customizing specific controllers for instance.
In the file add your boot.
Customize Via App Config
In the file you can replace existing boots with your customized boots.
Testing
You may boot the which will migrate the following users for testing:
Smartphone | Role | Active | |
---|---|---|---|
[email protected] | - | administrator | 1 |
[email protected] | - | administrator | 0 |
[email protected] | 12345678 | editor | 1 |
[email protected] | - | registered | 1 |
You may check out the following links to learn more about testing.
Credits
- Tobias Strub
- All Contributors
All versions of app-backend with dependencies
tobento/app Version ^1.0.7
tobento/apps Version ^1.0
tobento/app-cache Version ^1.0
tobento/app-card Version ^1.0
tobento/app-crud Version ^1.0
tobento/app-media Version ^1.0
tobento/app-search Version ^1.0
tobento/app-user-web Version ^1.0
tobento/js-editor Version ^1.0
tobento/css-modal Version ^1.0