meccado/article-admin
Composer 安装命令:
composer require meccado/article-admin
包简介
Laravel Admin Content Managenent for Articles
README 文档
README
Install
Via Composer
$ composer require "meccado/article-admin:~1.0.0"
To register the Service Provider edit config/app.php file and add to providers array:
/* * Service Provider */ Meccado\ArticleAdmin\ArticleAdminServiceProvider::class,
Publish files with:
#In Laravel =>5.3.x or =>5.4.x or hiegher first run: $ php artisan make:auth #then $ php artisan vendor:publish --force
Migrate & Seed database files with:
$ composer dump-autoload $ php artisan migrate --seed
Admin Login Page & Credentials
Admin Login: http://localhost:8000/admin
Super Admin
User: super@domain.com
Password: password
Admin
User: admin@domain.com
Password: password
General User
User: user@gmail.com
Password: password
Contributing
Please see CONTRIBUTING and CONDUCT for details.
Security
If you discover any security related issues, please email tsw603gp@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 47
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-06-05