Laravel Zero 5.8 Is Now Available

Visit the Laravel Zero website.

Artisan Self Update CommandSince the early versions of the framework, Laravel Zero provides the app:build Artisan command that allows to build a standalone PHAR file to ease the deployment or distribution of your project.

In this new version of Laravel Zero 5.

8, you can optionally install the self-update component using the Artisan command app:install self-update.

After the installation, the self-update Artisan command will be available in applications in PHAR mode.

Once your users execute the self-update command, Laravel Zero will try to find new versions of your application on Github using the information available in your composer.

json file.

At the time of this writing, Laravel Zero only uses Github to try to find new versions of your application.

To learn more about the Self Update Command in Laravel Zero, please review the Documentation.

Different environment variables per PHARIt is often helpful to have different configuration values based on the environment where the PHAR application is running.

With Laravel Zero 5.

8, you can now place a .

env file in the same directory of any PHAR file.

Menus are now optionalTo improve the compatibility with the Windows environment, we have decided to make interactive menus (not available on windows), an optional feature in Laravel Zero.

You may wanna re-active this feature, using the app:install menu Artisan command:Get involvedThis is a community project, there are many opportunities to contribute to the whole Laravel Zero ecosystem.

Feel free to contact me on twitter: @enunomaduro.

Thanks, I hope you enjoy this new release!.????.. More details

Leave a Reply