PHP code example of ichinya / moonshine-login
1. Go to this page and download the library: Download ichinya/moonshine-login 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/ */
ichinya / moonshine-login example snippets
return [
];
$moonshineLogin = new Ichinya\MoonshineLogin();
echo $moonshineLogin->echoPhrase('Hello, Ichinya!');
bash
php artisan vendor:publish --tag="moonshine-login-migrations"
php artisan migrate
bash
php artisan vendor:publish --tag="moonshine-login-config"
bash
php artisan vendor:publish --tag="moonshine-login-views"