Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jobmetric/domi

A powerful full-stack framework for Laravel that eases the pain of creating uniform user-side pages.
https://github.com/jobmetric/domi

dom dom-management laravel laravel-package package

Last synced: 3 months ago
JSON representation

A powerful full-stack framework for Laravel that eases the pain of creating uniform user-side pages.

Awesome Lists containing this project

README

        

# 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:

```bash
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:

```bash
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