colbeh/consts

laravel tables constant generator

Installs: 134

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:laravel-package

v1.1.5 2024-12-23 07:09 UTC

This package is auto-updated.

Last update: 2025-03-23 07:40:51 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