Releases: HichemTab-tech/LaravelFS
1.2.2
What's Changed
- Bring the
--usingoption from Laravel/Installer 5.14.0 by @HichemTab-tech in #13
Full Changelog: 1.2.1...1.2.2
1.2.1
What's Changed
- Add troubleshooting guide and improve error handling in LaravelFS by @HichemTab-tech in #12
Full Changelog: 1.2.0...1.2.1
1.2.0
What's Changed
- Update LaravelFS command in README by @HichemTab-tech in #10
- Add command for removing saved templates and update documentation by @HichemTab-tech in #11
Full Changelog: 1.1.0...1.2.0
1.1.0
LaravelFS v1.1.0 Release Notes 🚀
We're excited to introduce Templates in LaravelFS v1.1.0!
What's New
- Templates:
Save your custom starter configurations for easy reuse:- Create a template with
laravelfs template:new <template-name>to capture your desired options. - View all templates (or a specific one) with
laravelfs template:show [template-name]. - Quickly scaffold projects using a saved template via
laravelfs use <template-name> <project-name>.
- Create a template with
This feature streamlines your workflow by letting you save and reapply your preferred setup effortlessly.
Enjoy LaravelFS v1.1.0 and happy coding! 🎉
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! 🎉