PHPackages                             alis/dico - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. alis/dico

ActiveLibrary[Database &amp; ORM](/categories/database)

alis/dico
=========

Dictionary data manager

313.6k2PHP

Since Feb 11Pushed 5y ago2 watchersCompare

[ Source](https://github.com/african-leading-information-systems/dico)[ Packagist](https://packagist.org/packages/alis/dico)[ RSS](/packages/alis-dico/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Dico package
============

[](#dico-package)

Introduction
------------

[](#introduction)

It's basically livewire based as scaffolding for the moment for the CRUD, but you can still do without that and use your tools yourself. Dico uses boostrap as the base UI, but you can still push package views and customize them.

**We are planning to add more scaffolding, so you will have the flexibility to choose the right scaffold for you.**

Installation
------------

[](#installation)

Require this package in your composer.json and update composer.

```
composer require alis/dico
```

Configuration
-------------

[](#configuration)

**Laravel 5.5** uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider/Facade.

Finally you can publish the config file:

```
php artisan vendor:publish --provider="Alis\Dico\DicoServiceProvider"
```

#### Config file

[](#config-file)

The main change to this config file (config/dico.php) will be the path to the binaries.

```
