aseqbase / administrator
A default Content Management System is special for an aseqbase website...
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
Requires
- composer/installers: ^1.12
This package is auto-updated.
Last update: 2025-08-29 14:14:33 UTC
README
A goldsmith management system, is special for an aseqbase website...
Dependencies
Installations
-
Install all dependencies
-
Open a terminal in the home directory (public_html) of the website, then install the project by:
composer create-project aseqbase/administrator my-subdomain-name
-
Create an opitonal file name
global.php
on the root directory with the bellow codes:
<?php
$ASEQ = '[my-subdomain-name]'; // (Optional) The current subdomain sequence or leave null if this file is in the root directory
$BASE = '[the-base-directory]'; // (Optional) The base directory you want to inherit all properties except what you changed
$SEQUENCES_PATCH = []; // (Optional) An array to apply your custom changes in \_::$Sequences
// newdirectory, newaseq; // Add new directory to the \_::$Sequences
// directory, newaseq; // Update directory in the \_::$Sequences
// directory, null; // Remove thw directory from the \_::$Sequences
?>
- Use it through its special link (http://[my-domain-name].com/administration or http://[my-subdomain-name].[my-domain-name].com/administration)
- Enjoy...