laravel-helper/README.md

32 lines
469 B
Markdown
Raw Normal View History

2024-04-08 01:14:31 +02:00
# BAG Laravel Helper
This package provides Laravel commands to execute BAG for Laravel Stack.
## Installation
Edit your `composer.json` file to include the following dependency:
```
"require": {
"bag/laravel-helper": "dev-main"
},
"repositories": [
{
"type": "vcs",
2024-04-08 01:16:43 +02:00
"url": "https://git.bluesquare.io/bag/laravel-helper.git"
2024-04-08 01:14:31 +02:00
}
]
```
Then run:
```bash
composer update bag/laravel-helper
```
## Usage
```
php artisan bag:migrations
```