LaravelPackages.net
Acme Inc.
Toggle sidebar
colbeh/consts

laravel tables constant generator

147
1
v1.1.5
About colbeh/consts

colbeh/consts is a Laravel package for laravel tables constant generator. It currently has 1 GitHub stars and 147 downloads on Packagist (latest version v1.1.5). Install it with composer require colbeh/consts. Discover more Laravel packages by colbeh or browse all Laravel packages to compare alternatives.

Last updated

Installation:

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
Comments