aseqbase/single
最新稳定版本:v7.0.0
Composer 安装命令:
composer create-project aseqbase/single
包简介
To create a single page website or subdomain, with all accessibility and equipment, for an aseqbase website...
README 文档
README
aseqbase/single
To create a Single Page website or subdomain, with all accessibility and equipment, for an aseqbase website... A web application that dynamically rewrites the current page with new data, rather than loading entire new pages from a server.
Dependencies
Managements
Installing
- Install all dependencies mentioned before
- Follow one of these options:
- Open a terminal in the destination directory (for example,
D:\MyWebsite\single\) of the website, then install the project by:> composer create-project aseqbase/single - Prompts below to create a manageable project (update, uninstall, etc.):
> composer require aseqbase/single > cd vendor/aseqbase/single vendor/aseqbase/single> 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\single\)Destination Directory [D:\MyWebsite\]: D:\MyWebsite\single\
- Follow the steps to finish the installation of sources, database, etc.
- [optional] On the local server, create an optional file named
global.phpin thesingledirectory to change your-parent-directory-name (from the.aseq) using:> composer single:create global --aseq "single" --base "your-parent-directory-name" -f
or> cd vendor/aseqbase/single vendor/aseqbase/single> composer dev:create global --aseq "single" --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://single.[my-domain-name].com, orhttp://[my-domain-name].com/single) - 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 single:updateor> cd vendor/aseqbase/single vendor/aseqbase/single> 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 single:unistallor> cd vendor/aseqbase/single vendor/aseqbase/single> 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 single:create [predefined-template-name]or> cd vendor/aseqbase/single vendor/aseqbase/single> composer dev:create [predefined-template-name]
- Follow the steps to finish creating the file.
- Enjoy...
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-only
- 更新时间: 2025-04-03