A full-stack framework for Laravel that takes the hassle out of building dynamic pages.
jobmetric/domi is a Laravel package for a full-stack framework for laravel that takes the hassle out of building dynamic pages..
It currently has 6 GitHub stars and 143 downloads on Packagist (latest version 1.14.0).
Install it with composer require jobmetric/domi.
Discover more Laravel packages by jobmetric
or browse all Laravel packages to compare alternatives.
Last updated
A full-stack framework for Laravel that takes the hassle out of building dynamic pages.
Run the following command to pull in the latest version:
composer require jobmetric/domi
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.