LaravelPackages.net
Acme Inc.
Toggle sidebar
ichinya/moonshine-login

Form login for MoonShine

467
0
1.0.0
About ichinya/moonshine-login

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

Form login for MoonShine

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

This package provides a form login for the MoonShine admin panel.

Installation

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"

Usage

$moonshineLogin = new Ichinya\MoonshineLogin();
echo $moonshineLogin->echoPhrase('Hello, Ichinya!');

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

Comments