supernova3339/magickit

Magicify your Laravel apps

v1.2.1 2024-04-13 15:36 UTC

This package is auto-updated.

Last update: 2024-05-13 15:46:48 UTC


README

Latest Version on Packagist Total Downloads GitHub Actions

Installation

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.

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email supernova@superdev.one instead of using the issue tracker.

Credits

License

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

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.