justd / laravel
The skeleton application for the Laravel framework with Inertia.js and Justd.
Fund package maintenance!
irsyadadl
saweria.co/irsyadadl
paypal.me/irsyaddotco
Installs: 75
Dependents: 0
Suggesters: 0
Security: 0
Stars: 139
Watchers: 4
Forks: 28
Open Issues: 0
Language:TypeScript
Type:project
Requires
- php: ^8.2
- inertiajs/inertia-laravel: ^2.0
- laravel/framework: ^12.0
- laravel/sanctum: ^4.0
- laravel/tinker: ^2.10
- laravel/wayfinder: ^0.1.3
- tightenco/ziggy: ^2.0
Requires (Dev)
- fakerphp/faker: ^1.23
- laravel/pint: ^1.13
- laravel/sail: ^1.26
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.0
- pestphp/pest: ^3.7
- dev-laravel-12.x
- v1.5.0
- 1.4.21
- 1.4.20
- 1.4.19
- 1.4.18
- 1.4.17
- 1.4.16
- 1.4.15
- 1.4.14
- 1.4.13
- 1.4.12
- 1.4.11
- 1.4.10
- 1.4.8
- 1.4.7
- 1.4.6
- 1.4.4
- 1.4.3
- 1.4.2
- 1.3.7
- 1.3.6
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.0
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.34
- 1.0.33
- 1.0.32
- 1.0.31
- 1.0.30
- 1.0.29
- 1.0.28
- 1.0.27
- 1.0.26
- 1.0.25
- 1.0.24
- 1.0.23
- 1.0.22
- 1.0.21
- 1.0.20
- 1.0.19
- 1.0.18
- 1.0.17
- 1.0.16
- 1.0.15
- 1.0.14
- 1.0.13
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- dev-master
- dev-laravel-11.x
- dev-laravel-10.x
- dev-laravel-9.x
This package is auto-updated.
Last update: 2025-04-05 06:59:29 UTC
README
TL;DR
laravel new app --using=justd/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:
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.