Skip to content

Releases: HichemTab-tech/LaravelFS

1.2.2

07 Mar 17:29
47f1f68

Choose a tag to compare

What's Changed

Full Changelog: 1.2.1...1.2.2

1.2.1

05 Mar 19:06
ff98f0d

Choose a tag to compare

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

05 Mar 17:57
a624ba6

Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.2.0

1.1.0

05 Mar 13:22
d2a7858

Choose a tag to compare

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>.

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

05 Mar 08:03
838e007

Choose a tag to compare

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-starter option.
    For example:

    laravelfs new my-project --custom-starter=vendor/package-name
  • Familiar CLI Experience:
    Replace laravel new ... with laravelfs 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/laravelfs

Then create your new project using:

laravelfs new my-project

Looking 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! 🎉