laravel 0.1.4

Laravel Zero Downtime
Documentation
# Laravel


[![laravel crate](https://img.shields.io/crates/v/laravel.svg)](https://crates.io/crates/laravel)
[![test](https://github.com/samirdjelal/laravel/workflows/test/badge.svg)](https://github.com/samirdjelal/laravel/actions)
[![build](https://github.com/samirdjelal/laravel/workflows/build/badge.svg)](https://github.com/samirdjelal/laravel/actions)
[![issues](https://img.shields.io/github/issues/samirdjelal/laravel?color=%23ffc107)](https://github.com/samirdjelal/laravel/issues)
[![Downloads](https://img.shields.io/crates/d/laravel)](https://crates.io/crates/laravel)
[![MIT License](https://img.shields.io/crates/l/laravel)](LICENSE)
[![laravel documentation](https://img.shields.io/docsrs/laravel)](https://docs.rs/laravel)
[![dependency status](https://deps.rs/repo/github/samirdjelal/laravel/status.svg)](https://deps.rs/repo/github/samirdjelal/laravel)

A simple Laravel cli app.

## Usage


```bash
💲 cargo install laravel
💲 laravel-cli config.yml
```

## Development


```bash
# Dev

💲 cargo run

# Build

💲 cargo build
💲 target/debug/lara

# Test

💲 cargo test
```

## License


This project is licensed under the [MIT license](LICENSE).

### Contribution


Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in `laravel` by you, shall be licensed as MIT, without any additional terms or conditions.