aseqbase / shop
To create a new Shop, with all accessibility and equipment, for an aseqbase website...
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
pkg:composer/aseqbase/shop
Requires
- composer/installers: ^1.12
README
aseqbase/shop
The objective is to establish a fully functional and readily accessible Shop, complete with all necessary equipment and resources, specifically designed for seamless integration within the existing framework of the aseqbase website. This involves careful planning and execution to ensure that the new Shop is not only user-friendly but also adheres to the highest standards of accessibility, allowing all visitors to navigate and utilize its features effectively. The provision of appropriate equipment is paramount to the Shop's operational efficiency, guaranteeing a smooth and productive workflow for both administrators and customers alike, ultimately enhancing the overall user experience on the 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\shop\) of the website, then install the project by:> composer create-project aseqbase/shop - Prompts below to create a manageable project (update, uninstall, etc.):
> composer require aseqbase/shop > cd vendor/aseqbase/shop vendor/aseqbase/shop> 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\shop\)Destination Directory [D:\MyWebsite\]: D:\MyWebsite\shop\
- Follow the steps to finish the installation of sources, database, etc.
- [optional] On the local server, create an optional file named
global.phpin theshopdirectory to change your-parent-directory-name (from the.aseq) using:> composer shop:create global --aseq "shop" --base "your-parent-directory-name" -f
or> cd vendor/aseqbase/shop vendor/aseqbase/shop> composer dev:create global --aseq "shop" --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://shop.[my-domain-name].com, orhttp://[my-domain-name].com/shop) - 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 shop:updateor> cd vendor/aseqbase/shop vendor/aseqbase/shop> 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 shop:unistallor> cd vendor/aseqbase/shop vendor/aseqbase/shop> 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 shop:create [predefined-template-name]or> cd vendor/aseqbase/shop vendor/aseqbase/shop> composer dev:create [predefined-template-name]
- Follow the steps to finish creating the file.
- Enjoy...