PHP code example of xnzdev / laravel-mcurd
1. Go to this page and download the library: Download xnzdev/laravel-mcurd 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/ */
xnzdev / laravel-mcurd example snippets
# 1.发布
> 该操作会发布assets静态文件,到public目录下
php artisan vendor:publish --tag xnz-api
# 2.启动laravel,例如
php artisan serve #8000端口
# 3.访问地址,进行使用CURD中的功能
http://127.0.0.1:8000/xnzdev/model