To create a single page website or subdomain, with all accessibility and equipment, for an aseqbase website...
- Install all dependencies
- Open a terminal in the home directory (public_html) of the website, then install the project by:
> composer create-project aseqbase/single
or
> composer require aseqbase/single
- Open a terminal in your subdomain directory (public_html/[my-subdomain-name]/), then install the framework by:
> composer create-project aseqbase/single
or
> composer require aseqbase/single
- Change the value of
$GLOBALS["ASEQ"]
located on/index.php
, to the current subdomains sequence (like [my-subdomain-name]) or if this file is in the root address, leave null for that - Use it through its special link (http://[my-domain-name].com or http://[my-subdomain-name].[my-domain-name].com)
- Enjoy...