daimakuai / daimakuai-app-base
Daimakuai Basic Project Template.
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:HTML
Type:project
Requires
- php: >=7.0.0
- fideloper/proxy: ~3.3
- intervention/image: ^2.4
- jblv/daimakuai: ~2.0
- laravel/framework: 5.5.*
- laravel/tinker: ~1.0
- maatwebsite/excel: ~2.1.0
- spatie/eloquent-sortable: ^3.4
- spatie/laravel-backup: ^5.0
Requires (Dev)
- barryvdh/laravel-debugbar: ^3.0
- fzaninotto/faker: ~1.4
- mockery/mockery: 0.9.*
- phpunit/phpunit: ~6.0
This package is not auto-updated.
Last update: 2024-10-27 05:20:19 UTC
README
Daimakuai Basic Project Template
目录结构
app/ contains assets definition
config/ contains application configurations
controllers/ contains Web controller classes
tests/ contains various tests for the basic application
vendor/ contains dependent 3rd-party packages
resources/ contains view files for the Web application
public/ contains the entry script and Web resources
环境要求
您的Web服务器支持的这个项目模板的最低要求 PHP 7.0.0.
安装方法
首先安裝 Composer
如果沒有安裝 Composer, 您可以按照以下的说明安装它 在 getcomposer.org.
然后您可以使用下面的命令来安装这个项目模板:
composer create-project --prefer-dist --stability=dev daimakuai/daimakuai-app-base -vvv
php artisan vendor:publish --provider="Jblv\Admin\AdminServiceProvider"
创建数据库,修改 .env 文件里的数据库配置
php artisan admin:install
php artisan serve
l浏览器打开 http://127.0.0.1:8000/admin ,使用用户名 `admin` 和密码 `admin`登陆.
DIRECTORY STRUCTURE
app/ contains assets definition
config/ contains application configurations
controllers/ contains Web controller classes
tests/ contains various tests for the basic application
vendor/ contains dependent 3rd-party packages
resources/ contains view files for the Web application
public/ contains the entry script and Web resources
REQUIREMENTS
The minimum requirement by this project template that your Web server supports PHP 7.0.0.
INSTALLATION
Install via Composer
If you do not have Composer, you may install it by following the instructions at getcomposer.org.
You can then install this project template using the following command:
composer create-project --prefer-dist --stability=dev daimakuai/daimakuai-app-base -vvv
php artisan vendor:publish --provider="Jblv\Admin\AdminServiceProvider"
创建数据库,修改 .env 文件里的数据库配置
php artisan admin:install
php artisan serve
visit http://127.0.0.1:8000