hoaaah/start-your-up
Composer 安装命令:
composer create-project hoaaah/start-your-up
包简介
Template for Corporate Landing Page Site
关键字:
README 文档
README
Start Your Start-Up Website
This is an one-page-design Content Management System (CMS) for your start-up site. This CMS use Startbootstrap-Agency as public template.
Agency
Agency is a responsive, one page portfolio theme for Bootstrap created by Start Bootstrap. This theme features several content sections, a responsive portfolio grid with hover effects, full page portfolio item modals, a responsive timeline, and a working PHP contact form.
Start Bootstrap was created by and is maintained by David Miller, Owner of Blackrock Digital.
Start Bootstrap is based on the Bootstrap framework created by Mark Otto and Jacob Thorton.
Installation
The preferred way to install this CMS is through composer.
Either run
composer global require "fxp/composer-asset-plugin:^1.2.0"
composer create-project --prefer-dist hoaaah/start-your-up [app_name]
Then create your database and setup your database config in \common\config\main-local.php
<?php return [ 'components' => [ 'db' => [ 'class' => 'yii\db\Connection', 'dsn' => 'mysql:host=localhost;dbname=your_db_name', 'username' => 'root', 'password' => '', 'charset' => 'utf8', ], ], ];
Then run migration to create table in selected database.
php yii migrate
This application using google-maps-api, if you don't have one, please visit google-maps-api. After you get your api-key, set your api-key in \common\config\params.php. The preferred way to save your params are in params-local.php
<?php return [ 'adminEmail' => 'admin@example.com', 'supportEmail' => 'support@example.com', 'user.passwordResetTokenExpire' => 3600, 'uploadPath' => \Yii::getAlias('@common').'\web\\', 'uploadUrl' => 'change-your-upload-url-here', // it recomended to create a subdomain to access static content or dynamic user generated content. 'googleApiKey' => 'your-google-api-here', 'initialMapLatitude' => 'your-initial-map-latitude-here', 'initialMapLongitude' => 'your-initial-map-longitude-here', 'initialMapZoom' => 'your-initial-map-zoom-here', ];
And finally you can access your application in http://your_app_path/frontend/web/ for frontend side, and http://your_app_path/backend/web/ for backend site.
Usage
For first time use, you need to create your credential. Visit http://your_app_path/frontend/web/site/signup .
To make your maps more readable, change initialMapZoom param.
and just in case you want to use vendor image, to call any content of vendor image you can use this
$image = hoaaah\agency\AgencyAsset::register($this); <img src=<?= $agency->baseUrl.'/img/portfolio/startup-framework.png' ?> class="img-responsive" alt="">
it will call startup-framework.png from /vendor/hoaaah/yii2-startbootstrap-agency/assets/img/portofolio/startup-framework.png
Creator
This Start-Your-Up CMS was created by and is maintained by Heru Arief Wijaya.
hoaaah/start-your-up 适用场景与选型建议
hoaaah/start-your-up 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 1 次下载、GitHub Stars 达 0, 最近一次更新时间为 2017 年 04 月 18 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「yii2」 「corporate」 「landing」 「hoaaah」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 hoaaah/start-your-up 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 hoaaah/start-your-up 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 hoaaah/start-your-up 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
WorldPay Hosted Corporate Gateway driver for the Omnipay payment processing library
A custom URL rule class for Yii 2 which allows to create translated URL rules
Goomento - The Free Magento Page Builder Extension, allows you to create unique Magento websites, landing pages using advanced animations, custom CSS, responsive designs, and more, without a line of code.
A modern glassmorphism theme for FilamentPHP.
Add annual reports, tenders and vacancies to your laravel admin project - https://github.com/bpocallaghan/laravel-admin-starter
Importador de Estrutura Corporativa em formato XML para aplicações Laravel
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2017-04-18