colbeh / consts
laravel tables constant generator
Installs: 123
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:laravel-package
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