orckid-lab/laravel
Composer 安装命令:
composer create-project orckid-lab/laravel
包简介
Orckid Lab scaffold of Laravel Framework.
关键字:
README 文档
README
Installation
Run the following command to create a new project:
composer create-project orckid-lab/laravel project-name --prefer-dist
Install node dependencies and compile assets
npm install && npm run dev
Modules installed
- Roles and permission (https://github.com/spatie/laravel-permission)
- Tags (https://github.com/spatie/laravel-tags)
- Telescope
- Horizon
Handling tags
Delete local tags.
git tag -d $(git tag -l)
Fetch remote tags.
git fetch
Delete remote tags.
git push origin --delete $(git tag -l) # Pushing once should be faster than multiple times
Delete local tags.
git tag -d $(git tag -l)
Sync with repo
Clone the repository
git clone git@bitbucket.org:orckidlab/laravel.git
Add the repository path to remote list
git remote add upstream git@bitbucket.org:orckidlab/laravel.git
Fetch changes from the repository
git fetch upstream --no-tags
Go back to the branch to merge with
git checkout master
Merge with upstream
git merge upstream/master
Add tag
git tag tagname
git push origin --tags
统计信息
- 总下载量: 20
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-07-15