PHP code example of a-jue / moeins
1. Go to this page and download the library: Download a-jue/moeins 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/ */
a-jue / moeins example snippets
#等待安装依赖库后,会自动执行安装脚本
#出现如下提示表示安装完成
> Illuminate\Foundation\ComposerScripts::postInstall
> php artisan optimize
Generating optimized class loader
The compiled services file has been removed.
> php artisan key:generate
Application key [base64:Hx0I9UUQg7OyIz8lpDYG6Y/gW1uxS760ERdWvGG2jyQ=] set successfully.
php -r "file_exists('.env') || copy('.env.example', '.env');"
php artisan key:generate