文件名称:web-phast:脚手架可在PHP中快速创建cPanel友好的Web应用程序
文件大小:115KB
文件格式:ZIP
更新时间:2024-04-26 19:00:45
PHP
相位 脚手架可在PHP中快速创建cPanel友好的Web应用程序。 安装 要使用此支架创建项目,请在“命令提示符”,“ PowerShell”或“终端”窗口中运行以下命令: composer create-project syncloudsoftech/phast:@dev < your> 准备 在克隆或下载源代码之后,首先要做的就是使用Yarn(或NPM)安装项目依赖项。 使用下面的命令来做到这一点: yarn install # or npm install CSS和JS 资产的源代码(即CSS和JS)位于assets文件夹中。 要在做出更改后从源重新构建,您需要运行以下命令: yarn run build # or npm run build 服务器 要启动开发服务器,请运行以下命令: php -S localhost:8000 -t publi
【文件预览】:
web-phast-master
----postcss.config.js(67B)
----yarn.lock(241KB)
----webpack.config.js(751B)
----classes()
--------Middleware()
--------Controller()
--------ServiceProvider()
----constants.example.php(225B)
----public_html()
--------index_local.php(476B)
--------build()
--------index.php(580B)
--------.htaccess(479B)
----config()
--------middleware.php(114B)
--------container.php(521B)
--------routes.php(132B)
----assets()
--------js()
--------sass()
----composer.lock(37KB)
----README.md(1KB)
----templates()
--------layouts()
--------home()
----.gitignore(100B)
----storage()
--------logs()
--------cache()
----helpers.php(618B)
----package.json(469B)
----composer.json(2KB)