Infinite Starter Kits in Laravel Thanks to the Community - Filament, Svelte, Wave and much more
Hello, here I wanted to quickly show you a new option so that when creating a project in Laravel we can indicate, so to speak, which template we want to use based on some community projects. In short, anyone can take their Laravel installation and modify it by adding some packages that I consider not to be top or interesting for doing certain development and we simply clone it when creating a new project using the using option:
$ laravel new example-app --using=<REPO>
In short, instead of having a project that interests you appear out of nowhere, like what it comes with by default, and cloning it so you can continue working from there, when creating the project, you can add the "using" option here followed by the project name. It's that simple, so you have these features.
The repository is:
https://github.com/tnylea/laravel-new