Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inmanturbo/laravel-maker
https://github.com/inmanturbo/laravel-maker
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/inmanturbo/laravel-maker
- Owner: inmanturbo
- Created: 2024-03-25T21:05:55.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T19:47:56.000Z (2 months ago)
- Last Synced: 2024-08-29T22:00:08.418Z (2 months ago)
- Language: PHP
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"