supernova3339/magickit is a Laravel package for magicify your laravel apps.
It currently has 6 GitHub stars and 72 downloads on Packagist (latest version v1.2.1).
Install it with composer require supernova3339/magickit.
Discover more Laravel packages by supernova3339
or browse all Laravel packages to compare alternatives.
Last updated
This preset is intended to be installed into a fresh Laravel application.
After creating a new Laravel application you can install MagicKit with the following commands:
composer require supernova3339/magickit
php artisan ui magickit
npm install
npm run dev
Finally, you'll want to connect a database inside of your application .env file for authentication.
composer test
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.
This package was generated using the Laravel Package Boilerplate.