supernova3339 / magickit
Magicify your Laravel apps
Installs: 67
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 1
Forks: 0
Open Issues: 0
Language:Blade
Requires
- php: ^8.1
- illuminate/support: ^10.0|^11.0
- laravel/ui: ^4.2
- livewire/livewire: ^3.0
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.0
README
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.