ichinya/moonshine-login is a Laravel package for form login for moonshine.
It currently has 0 GitHub stars and 467 downloads on Packagist (latest version 1.0.0).
Install it with composer require ichinya/moonshine-login.
Discover more Laravel packages by ichinya
or browse all Laravel packages to compare alternatives.
Last updated
This package provides a form login for the MoonShine admin panel.
You can install the package via composer:
composer require ichinya/moonshine-login
You can publish and run the migrations with:
php artisan vendor:publish --tag="moonshine-login-migrations"
php artisan migrate
You can publish the config file with:
php artisan vendor:publish --tag="moonshine-login-config"
This is the contents of the published config file:
return [
];
Optionally, you can publish the views using
php artisan vendor:publish --tag="moonshine-login-views"
$moonshineLogin = new Ichinya\MoonshineLogin();
echo $moonshineLogin->echoPhrase('Hello, Ichinya!');
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.