aseqbase / administrator
A default Content Management System is special for an aseqbase website...
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
pkg:composer/aseqbase/administrator
Requires
- aseqbase/aseqbase: ^5
- composer/installers: ^1.12
This package is auto-updated.
Last update: 2025-12-30 13:57:36 UTC
README
aseqbase/administrator
A default Content Management System is special for an aseqbase website...A standard, out-of-the-box Content Management System holds particular significance when it comes to building and maintaining an aseqbase website. The inherent characteristics of a default CMS provide a foundational structure that is especially well-suited for the specific requirements and potential of such a website. Utilizing a pre-configured CMS offers several advantages for aseqbase websites, streamlining the development process and ensuring a cohesive user experience. Therefore, opting for a default Content Management System is a strategic choice that can greatly enhance the functionality and overall effectiveness of an aseqbase website.
Dependencies
Managements
Installing
- Install all dependencies mentioned before
- Follow one of these options:
- Open a terminal in the destination directory (for example,
D:\MyWebsite\administrator\) of the website, then install the project by:> composer create-project aseqbase/administrator - Prompts below to create a manageable project (update, uninstall, etc.):
> composer require aseqbase/administrator > cd vendor/aseqbase/administrator vendor/aseqbase/administrator> composer dev:install
- Open a terminal in the destination directory (for example,
- Put the destination directory of your project on the appeared step (for example,
D:\MyWebsite\administrator\)Destination Directory [D:\MyWebsite\]: D:\MyWebsite\administrator\
- Follow the steps to finish the installation of sources, database, etc.
- [optional] On the local server, create an optional file named
global.phpin theadministratordirectory to change your-parent-directory-name (from the.aseq) using:> composer administrator:create global --aseq "administrator" --base "your-parent-directory-name" -f
or> cd vendor/aseqbase/administrator vendor/aseqbase/administrator> composer dev:create global --aseq "administrator" --base "your-parent-directory-name" -f
Note: Do not forget to replace "your-parent-directory-name" with your item (default.aseq). - Enjoy...
Using
- Do one of the following options:
- Visit its special URL (for example,
http://administrator.[my-domain-name].com, orhttp://[my-domain-name].com/administrator) - On the local server:
- Use the following command on the root directory
> composer start - Visit the URL
localhost:8000(for default) on the local browser
- Use the following command on the root directory
- Visit its special URL (for example,
- Enjoy...
Updating
- Keep your project updated using
> composer administrator:updateor> cd vendor/aseqbase/administrator vendor/aseqbase/administrator> composer dev:update
- Follow the steps to finish the update of sources, database, etc.
- Enjoy...
Uninstalling
- Uninstall the project and the constructed database using:
> composer administrator:unistallor> cd vendor/aseqbase/administrator vendor/aseqbase/administrator> composer dev:unistall
- Follow the steps to finish the uninstallation of sources, database, etc.
- Enjoy...
Creating
- Create a new file by a predefined template name (for example, global, config, back, router, front, user, info, etc.) using:
> composer administrator:create [predefined-template-name]or> cd vendor/aseqbase/administrator vendor/aseqbase/administrator> composer dev:create [predefined-template-name]
- Follow the steps to finish creating the file.
- Enjoy...