vectrex / vxweb
vxWeb skeleton web application
Installs: 90
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 9
Type:project
Requires
- php: >=8.0.0
- ext-dom: *
- ext-gd: *
- ext-json: *
- ext-pdo: *
- ext-zip: *
- firebase/php-jwt: ^v6.3.1
- ivopetkov/html5-dom-document-php: ^v2.5.0
- vectrex/vxphp: ^v2.7.7
Requires (Dev)
- roave/security-advisories: dev-master
- dev-master
- v4.0.0-alpha
- v3.0.4
- v3.0.3
- v3.0.2
- v3.0.1
- 3.0.0
- v2.5.2
- v2.5.1
- v2.5.0
- v2.4.0
- v2.3.1
- v2.3.0
- v2.2.4
- v2.2.3
- v2.2.2
- v2.2.1
- v2.2.0
- v2.1.0
- v2.0.0
- v1.4.3
- v1.4.2
- v1.4.1
- v1.4
- v1.3
- v1.2
- dev-tailwindcss
- dev-dependabot/npm_and_yarn/resources/webpack-5.76.1
- dev-dependabot/npm_and_yarn/resources/dns-packet-5.4.0
- dev-dependabot/npm_and_yarn/resources/sideway/formula-3.0.1
- dev-vite
- dev-dependabot/npm_and_yarn/resources/json5-2.2.3
- dev-dependabot/npm_and_yarn/resources/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/resources/loader-utils-1.4.2
- dev-dependabot/npm_and_yarn/resources/node-sass-and-gulp-sass-and-sass-loader-7.0.3
- dev-dependabot/npm_and_yarn/resources/tar-and-gulp-sass-and-node-sass-6.1.11
- dev-dependabot/npm_and_yarn/resources/terser-5.15.1
- dev-vue3
- dev-dev
- dev-vuejs
- dev-vue-fileman
- dev-webpack
- dev-spectrecss
This package is auto-updated.
Last update: 2025-02-15 23:37:00 UTC
README
vxWeb forms the base of a web application atop vxPHP. Some basic CMS functionality is added and vxJS forms the base for client-side scripting.
- Initialize a new vxWeb project with
composer create-project --stability dev --prefer-dist Vectrex/vxWeb <your_project_name>
- Once checked out your webserver should point the the
web
folder as webroot. - Invoke
http(s)://your-domain.tld/installer.php
and follow the instructions to complete the installation.