1.0.0
LaravelFS v1.0.0 Release Notes 🚀
We're excited to announce the first release of LaravelFS—a community-driven Laravel installer that extends the official Laravel Installer to support both modern and legacy needs.
What's New
-
Laravel 12 Support:
Create new Laravel projects with all the latest features from Laravel 12. ⚡ -
Legacy Starter Kits:
Bring back abandoned starter kits like Breeze and Jetstream that were removed from the official installer. Enjoy the full experience you once loved! 💾 -
Custom Starter Kits:
Easily install custom Laravel starter kits from Packagist using the--custom-starteroption.
For example:laravelfs new my-project --custom-starter=vendor/package-name
-
Familiar CLI Experience:
Replacelaravel new ...withlaravelfs new ...—FS stands for Full Starter Kits. You get the same convenience with added flexibility. 👍 -
Community-Driven:
LaravelFS is maintained by the community for the community. We welcome contributions, feedback, and suggestions for future enhancements. 🤝
Getting Started
Install LaravelFS globally with:
composer global require hichemtab-tech/laravelfsThen create your new project using:
laravelfs new my-projectLooking Ahead
-
Ongoing Updates:
We will keep LaravelFS up-to-date with the official Laravel Installer and continuously add features based on community feedback. 🔄 -
Collaboration Opportunities:
Outstanding contributions may lead to collaborator status. Help shape the future of LaravelFS! 🌟
Enjoy LaravelFS and happy coding! 🎉