This is an opinionated Laravel 10 install using React with Server-side Rendering (SSR).
git clone [email protected]:runthis/laravel-inertia-react-ssr.git my-app
bash ./bin/init.sh
sail artisan inertia:start-ssr
- Laravel Sail
- PHP 8.2
- MariaDB
- Redis
- Meilisearch
- Mailpit
- ESLint
- PHPCS
- Slevomat
- Vite
- Dev Container
- Server-side Rendering
- Default app and ssr files
- Start with
sail artisan inertia:start-ssr
- Tabler Icons React
- Mantine
If you want to change the default ports you can add env variables to your local .env file and restart the container
APP_PORT=####
FORWARD_DB_PORT=####
FORWARD_REDIS_PORT=####
FORWARD_MEILISEARCH_PORT=####
FORWARD_MAILPIT_PORT=####
FORWARD_MAILPIT_DASHBOARD_PORT=####