Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/inmanturbo/laravel-maker


https://github.com/inmanturbo/laravel-maker

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Laravel Maker

Decorator for laravel `make` commands which allows you to pass a stub as an option.

### installation

for using make commands during package development

```bash
curl "https://raw.githubusercontent.com/inmanturbo/laravel-maker/main/install.sh" | bash
```

for simply adding the maker script to a laravel app

```bash
curl -o maker "https://raw.githubusercontent.com/inmanturbo/laravel-maker/main/maker"
```

### Usage

```bash
php maker make:model MyModel --stub="my-model-stub"