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
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
composer require colbeh/consts:x.x.x