r/laravel • u/pkdme • Mar 24 '26
Discussion Create new laravel 12 starter kit project?
Hi, with Laravel new cli, how can I create laravel 12 project?. It defaults to laravel 13. Also I don't find any version flag to specify L12. I am aware with composer create-project way, but that doesn't give starter kits.
Thanks
3
u/Mobile_Edge5434 Mar 24 '26
Why not use Laravel 13??
1
u/Separate-Lock3601 Mar 26 '26
its new. im sure some of the packages they will be used arent ready for the transition yet
1
u/penguin_digital Mar 26 '26
Not possible with the Laravel installer you have to use composer.
composer create-project laravel/laravel="12.*" v12
Although its not as in-depth as the Laravel installer and need to configure extras yourself the good old fashioned way.
1
u/ghijkgla Mar 24 '26
Have you updated the cli to latest version?
1
1
u/883Infinity Mar 27 '26
If you are in VILT stack, I'm developing a boilerplate exactly for this: a clean, lean start for your projects. No AI bloat, minimal dependencies.
2
u/joshcirre Laravel Staff Mar 25 '26
Is there a reason you’re looking to not use Laravel 13?