
Important
This starter kit is created by Wouter van Marrum using Laravel's react starterkit, Blueprint, filament, and Boost. While PRs are welcome, this is made to fit my personal needs to be able to create MVP's fast without AI.
Tip
To get up and running quickly, use the new Laravel installer with the using option: laravel new my-project --using=wottavm/satori
This project includes a custom installation script that streamlines the setup process. If you are not using the Laravel installer, you can still use this script to install Satori. Use the composer create command to do so: composer create-project wottavm/satori myapp.
- If you don't have a
.envyet, copy the.env.exampleto.env. - Run
composer install. - Run
npm install. - Run
php artisan satori:install. This will prompt to create a new filament panel, initialize blueprint, and install prism or the openai package. - Provides instructions to start local development server
If you use Laravel Sail for your dev server locally I've included a custom supervisord.conf that automatically runs horizon on in the background.
The Satori starter kit is open-sourced software licensed under the MIT license.
This starterkit is inspired by Josh Cirre's fission a Laravel Folio, and Livewire Volt starterkit.