Download the PHP package feature-ninja/react-starter-kit without Composer
On this page you can find all versions of the php package feature-ninja/react-starter-kit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download feature-ninja/react-starter-kit
More information about feature-ninja/react-starter-kit
Files in feature-ninja/react-starter-kit
Package react-starter-kit
Short Description Opinionated React starter kit based on the Official Laravel React starter kit
License MIT
Informations about the package react-starter-kit
Feature Ninja + React Starter Kit
This starter kit is based on the official Laravel React Starter Kit that has been restructured in an opinionated way. It consists of marketing section and control panel, each with their own asset bundle. It also ships with a fully configured PHPStan setup thanks to Larastan!
Asset bundling
In order to simplify handling multiple asset bundles you can use the php artisan bundle <npm script>
command. You can
use the --clean-install
flag to ensure the NPM dependencies are reinstalled, and limit which bundles to build by using
the --only=<bundle a,bundle b,bundle c>
option.
Structure
Besides the multiple sections the code is also grouped by feature and placed next to each other. So instead of putting
all the controllers in a Controllers
directory and all the form requests in a Requests
directory they are now
grouped together. Additionally, all the tests have been placed inlined with their feature.
All versions of react-starter-kit with dependencies
feature-ninja/cva Version ^0.3.0
inertiajs/inertia-laravel Version ^2.0
laravel/framework Version ^12.0
laravel/tinker Version ^2.10.1
tightenco/ziggy Version ^2.4