https://github.com/inmanturbo/laravel-maker
https://github.com/inmanturbo/laravel-maker
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/inmanturbo/laravel-maker
- Owner: inmanturbo
- Created: 2024-03-25T21:05:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-29T19:47:56.000Z (11 months ago)
- Last Synced: 2025-02-16T09:42:08.168Z (5 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"