https://github.com/intentuilabs/laravel
Inertia React with Typescript implementation.
https://github.com/intentuilabs/laravel
inertiajs justd laravel react-aria react-aria-components starter-kit typescript typescript-react
Last synced: 2 months ago
JSON representation
Inertia React with Typescript implementation.
- Host: GitHub
- URL: https://github.com/intentuilabs/laravel
- Owner: intentuilabs
- Created: 2022-11-01T08:17:57.000Z (over 2 years ago)
- Default Branch: laravel-12.x
- Last Pushed: 2025-04-15T04:48:07.000Z (2 months ago)
- Last Synced: 2025-04-15T22:35:22.849Z (2 months ago)
- Topics: inertiajs, justd, laravel, react-aria, react-aria-components, starter-kit, typescript, typescript-react
- Language: TypeScript
- Homepage: https://getjustd.com/installation
- Size: 4.44 MB
- Stars: 141
- Watchers: 4
- Forks: 28
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
### TL;DR
```bash
laravel new app --using=intentui/laravel
```Make sure to update your `APP_URL` in the `.env` file before using the route function. Then, run `bun run dev` to generate and watch routes properly during development.
### Laravel Inertia React with TypeScript
By default, packages like Laravel Breeze use regular JavaScript for React. However, this project is tailored for those who want an Inertia.js boilerplate with TypeScript.
#### Features
- Authentication
- User Profile
- User Password
- User Deletion### Quick Login
This project includes a quick login feature. Simply add `/dev/login/{user_id}` to the URL to log in as a specific user.
Example:
```text
http://localhost:8000/dev/login/1
```This feature is only available in development mode (`APP_ENV=local` in `.env`). Ensure that a user with the specified ID exists in your database.
### Default Branch Renaming
The **9.x** branch is now named **laravel-9.x**.
If you have a local clone, you can update it accordingly.