PHP code example of slowlyo / owl-admin

1. Go to this page and download the library: Download slowlyo/owl-admin 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/ */

    

slowlyo / owl-admin example snippets


composer create-project laravel/laravel example-app
shell
# 先发布框架资源
php artisan admin:publish
# 执行安装 (可以在执行安装命令前在 config/admin.php 中修改部分配置)
php artisan admin:install