LaravelPackages.net
Acme Inc.
Toggle sidebar
supernova3339/magickit

Magicify your Laravel apps

72
6
v1.2.1
About supernova3339/magickit

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

Magicify your Laravel apps

Latest Version on Packagist Total Downloads

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 [email protected] 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.

Comments