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

Fund package maintenance!
majidmohammadian

Installs: 18

Dependents: 2

Suggesters: 0

Security: 0

Stars: 4

Watchers: 2

Forks: 1

Open Issues: 0

Language:JavaScript

1.7.1 2024-09-21 08:33 UTC

This package is auto-updated.

Last update: 2024-09-21 08:34:15 UTC


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.

Documentation