black_chaose/dictionary

dictionary module(package) for Laravel

dev-master 2020-06-23 18:45 UTC

This package is auto-updated.

Last update: 2024-04-24 02:59:16 UTC


README

simple CRUD - for fast creating custom 'dictionary'

module in dev!

License: ISC

for install:

composer require black_chaose/dictionary

php artisan migrate

php artisan vendor:publish --provider="BlackChaose\Dictionary\DictionaryServiceProvider"

npm install datatables.net

npm install datatables.net-bs4

npm install

npm run dev

and add to resources\js\app.js:

require('datatables.net');

require('datatables.net-bs4');