colbeh/consts

laravel tables constant generator

Installs: 95

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:laravel-package

1.0.17 2023-08-05 10:58 UTC

This package is auto-updated.

Last update: 2024-05-26 12:29:15 UTC


README

1- Composer require colbeh/consts

2- Make sure you have app/Extras/consts.php and added to composer.json

    ...
    
    "autoload": {
            "files":[
                ...
                "app/Extras/consts.php"
                ...
            ]
        },
        
    ...

3- Go to

    domain.com/builder

4- Add consts file

    php artisan vendor:publish --provider="Colbeh\Consts\ServiceProvider" --tag=app

Upgrade:

    composer require colbeh/consts:x.x.x