Thanks to visit codestin.com
Credit goes to github.com

Skip to content

laravel-zero/laravel-zero

Repository files navigation

Laravel Zero

Laravel Zero was created by, and is maintained by Nuno Maduro, and is a micro-framework that provides an elegant starting point for your next console application.

StyleCI Status Build Status Quality Score Software License Latest Version

Feel free to check out the change log, releases, license, and contribution guidelines.

Installation

PHP 7.1+

To get the latest version of Laravel Zero, simply create a new project using Composer:

$ composer create-project --prefer-dist nunomaduro/laravel-zero <application-name>

Usage

Laravel Zero provides a main command. That is the default one of your application, placed in app/Console/Commands/Main.php.

You may review the documentation of the Artisan Console component on Laravel Official Website.

Build an standalone

Your Laravel Zero project, by default, allows you to build an standalone application.

$ php application build <name>

The build will provide you can a single executable, ready to use, of your application.

Performance Analyser

Laravel Zero ships with a performance analyser. Check easily of your application commands are taking too much memory or if they are spending too much time.

$ php application <command> --performance

Git branching model

The git branching model used for development is the one described and assisted by twgit tool: https://github.com/Twenga/twgit.

Stay In Touch

For latest releases and announcements, follow on Twitter: @enunomaduro

License

The Zero is open-sourced software licensed under the MIT license.

Copyright (c) 2017-2017 Nuno Maduro