jobmetric / domi
A full-stack framework for Laravel that takes the hassle out of building dynamic pages.
Package info
Language:JavaScript
pkg:composer/jobmetric/domi
Fund package maintenance!
1.14.0
2025-02-21 17:49 UTC
Requires
- php: >=8.0.1
- ext-json: *
- jobmetric/laravel-package-core: ^1.7
- laravel/framework: >=9.19
README
A full-stack framework for Laravel that takes the hassle out of building dynamic pages.
Install via composer
Run the following command to pull in the latest version:
composer require jobmetric/domi
Publish the config
Copy the config file from vendor/jobmetric/domi/config/config.php to config folder of your Laravel application and rename it to domi.php
Run the following command to publish the package config file:
php artisan vendor:publish --provider="JobMetric\Domi\DomiServiceProvider" --tag="domi-config"
You should now have a config/domi.php file that allows you to configure the basics of this package.