Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

💄Laravel Zero is a micro-framework that provides an elegant starting point for your next console application.

License

Notifications You must be signed in to change notification settings

laravel24/laravel-zero

Open more actions menu
 
 

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

Credits

This project uses code from several open source packages.

License

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

Copyright (c) 2017-2017 Nuno Maduro

About

💄Laravel Zero is a micro-framework that provides an elegant starting point for your next console application.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.