codesleeve / platform
此软件包已被弃用且不再维护。没有建议的替代软件包。
Codesleeve 平台入门套件
v4.0
2014-02-24 16:54 UTC
Requires
- codesleeve/asset-pipeline: dev-master
- codesleeve/stapler: dev-master
- laravel/framework: 4.0.*
- loic-sharma/profiler: 1.1.*
- machuga/authority-l4: dev-master
- way/generators: dev-master
This package is not auto-updated.
Last update: 2022-02-01 12:45:04 UTC
README
快速入门
在控制台运行此命令以下载
$ composer create-project --stability="dev" codesleeve/platform your-project-name
启动一个新的 Laravel 服务器
php artisan serve
将浏览器导航到 http://localhost:8000/login
并使用 admin
和 password
作为用户名和密码。
如果我想将平台安装到现有的项目中怎么办?
如果您已经有一个现有的 Laravel 4.1 项目,则可以遵循每个组件页面上的说明。
- platform-core - 基本功能,用户,角色。
- platform-publish - 页面和菜单
我如何管理环境?
如果在 platform:setup
期间复制了 bootstrap/start.php
文件,则只需在 ~/.bashrc
中设置即可。
LARAVEL_ENV="local"
我们不使用主机名或机器名,因为这既不安全,又难以在团队和不同的机器之间管理。