Larasonic is a modern, open-source SaaS starter kit with Laravel, React, Shadcn, TailwindCSS, and Inertia.
# Clone the repogit clone git@github.com:shipfastlabs/larasonic-react.gitcd Larasonic-react # Install dependenciesdocker run --rm \ -u "$(id -u):$(id -g)" \ -v "$(pwd):/var/www/html" \ -w /var/www/html \ laravelsail/php83-composer:latest \ composer install --ignore-platform-reqs # Setup environmentcp .env.example .env./vendor/bin/sail up -d./vendor/bin/sail composer run setup
# Clone the repogit clone git@github.com:shipfastlabs/larasonic-react.gitcd Larasonic-react # Install dependenciescomposer installbun installbun run build # Setup environmentcp .env.example .envcomposer run setup
For detailed installation instructions and documentation, visit docs.larasonic.com.
Proudly hosted and sponsored by Sevalla.com.
Report vulnerabilities to pushpak1300@gmail.com