LaravelPackages.net
Acme Inc.
Toggle sidebar
jobmetric/domi

A full-stack framework for Laravel that takes the hassle out of building dynamic pages.

143
6
1.14.0
About jobmetric/domi

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

Domi

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.

Documentation

Comments