vincere / heatstroke
A minimal Laravel starter-kit. Built with React.js, Inertia.js, Ant Design, Laravel Permission
Installs: 47
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
pkg:composer/vincere/heatstroke
Requires
- php: ^8.1.0
- illuminate/console: ^10.17
- illuminate/filesystem: ^10.17
- illuminate/support: ^10.17
- illuminate/validation: ^10.17
README
A minimal Laravel starter-kit, heavily inspired by Laravel Breeze with additional commonly used package to help you start faster when building ERP, CRM, or Internal Dashboard. Built with React.js, Inertia.js, Ant Design.
Here are packages included in heatstroke in alphabetical order:
- Ant Design
- Inertia.js
- Intervention Image
- Laravel ActivityLog
- Laravel Permission
- Laravel Sanctum
- React.js
- TailwindCSS
- Ziggy
Installation
This package needs to be the first one you install after setting up a brand-new Laravel project. Before installing Heatstroke, make sure you've committed all the previous changes. To install Heatstroke, use the following command:
$ composer require vincere/heatstroke
Next, you'll have to install the scaffolding, run the database migration and seeder. To achieve this, please execute the following command:
$ php artisan heatstroke:install $ php artisan migrate --seed
Once everything is set up, run the app, and you can then open your browser to see the application in action.
License
Heatstroke is licensed under MIT