Skip to content

Releases: dgtlss/ezwizard

v1.2.3

11 Mar 13:15
Compare
Choose a tag to compare
  • Added the --dev flag to the composer require command in readme.md
  • removed the "clear" command that was causing errors

v1.2.1

09 Mar 17:11
Compare
Choose a tag to compare

Minor changes made to command spin up and timeout functionality.

v1.2.0

09 Mar 14:48
Compare
Choose a tag to compare

Fixed Packagist version conflict issues

v1.0.0

09 Mar 14:45
Compare
Choose a tag to compare

EzWizard v1.0.0 Release Notes

We are thrilled to announce the release of EzWizard v1.0.0, a powerful automation tool for Laravel that streamlines the setup process of Laravel applications. This release marks the beginning of a new way to automate the installation of various Laravel packages, allowing developers to focus more on building and less on configuring.

🌟 New Features

Comprehensive Laravel Package Support: EzWizard v1.0.0 introduces support for a wide range of Laravel packages across different categories including authentication, image manipulation, social login, PDF generation, and more. This release includes integration with popular packages such as Laravel Breeze, Laravel Jetstream, Laravel UI, Laravel Socialite, Laravel Sanctum, Laravel Fortify, Laravel Livewire, Laravel Cashier, Laravel Folio, Intervention Image, and DomPDF.

Monitoring & Debugging Tools: To assist in the development process, EzWizard incorporates tools like Laravel Telescope, Laravel Horizon, Laravel Debugbar, and Clockwork, providing powerful insights and monitoring capabilities right out of the box.

Miscellaneous Utilities: EzWizard also includes support for Cooker, an easy-to-use frontend compiler by genericmilk, and Tailwind CSS, facilitating rapid custom design development with a utility-first CSS framework.

🛠 Improvements

Automated composer require Commands: Automates the tedious process of running composer require for each package, significantly speeding up development setup.

Artisan Command Automation: Introduces the php artisan ezwizard:init command to streamline the installation process of the supported packages, including running necessary Artisan commands automatically.

Database Connection Check and Migration: Enhances the installation flow by checking the database connection at the end and running migrations to ensure everything is set up correctly.

📚 Documentation

Comprehensive documentation has been provided to guide through the installation process, list of supported packages, and how to contribute to the EzWizard project.

Installation

EzWizard can be installed via Composer with composer require dgtlss/ezwizard, followed by initializing with php artisan ezwizard:init. The process is designed to be intuitive and user-friendly.

🤝 Contributing

The release of EzWizard v1.0.0 is just the beginning. We welcome contributions from the community to add more features, improve existing ones, and fix bugs. If you're interested in contributing, please fork the repository, make your changes, and submit a pull request.

📄 License

EzWizard is open-sourced software licensed under the MIT license, adhering to the principles of free and open-source software.

We want to extend our gratitude to all contributors and users of EzWizard. Your support and feedback have been invaluable. Happy coding!