Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jobmetric/domi
- Owner: jobmetric
- License: mit
- Created: 2023-10-23T10:27:25.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-29T17:09:43.000Z (3 months ago)
- Last Synced: 2024-10-29T18:38:25.216Z (3 months ago)
- Topics: dom, dom-management, laravel, laravel-package, package
- Language: JavaScript
- Homepage:
- Size: 3.43 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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