Skip to content

To create a single page website or subdomain, with all accessibility and equipment, for an aseqbase website...

License

Notifications You must be signed in to change notification settings

aseqbase/single

Repository files navigation

Single page aseqbase website

To create a single page website or subdomain, with all accessibility and equipment, for an aseqbase website...

Dependencies

Installations

  1. Install all dependencies

To make the Main Domain of aseqbase website

  1. 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

To make the Sub Domain of aseqbase website

  1. 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
  1. 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
  2. Use it through its special link (http://[my-domain-name].com or http://[my-subdomain-name].[my-domain-name].com)
  3. Enjoy...