PHP code example of kitty / appslice
1. Go to this page and download the library: Download kitty/appslice library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
kitty / appslice example snippets
'providers' => [
Kitty\AppSlice\AppSliceProvider::class,
]
1) 命令行运行:php artisan make:app
2) 按提示输入应用名称
3)进度条打满,应用就被创建完成
composer
在命令行执行:php artisan vendor:publish