Générateur de code pour Laravel.
Go to file
Maxime 715de77a69 Update README.md 2024-04-08 01:16:43 +02:00
packages init 2024-04-08 01:14:31 +02:00
src init 2024-04-08 01:14:31 +02:00
.editorconfig init 2024-04-08 01:14:31 +02:00
.gitattributes init 2024-04-08 01:14:31 +02:00
.gitignore init 2024-04-08 01:14:31 +02:00
README.md Update README.md 2024-04-08 01:16:43 +02:00
composer.json init 2024-04-08 01:14:31 +02:00

README.md

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",
        "url": "https://git.bluesquare.io/bag/laravel-helper.git"
    }
]

Then run:

composer update bag/laravel-helper

Usage

php artisan bag:migrations