black_chaose/biblioteca

biblioteca module(package) for Laravel

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:HTML

pkg:composer/black_chaose/biblioteca

dev-master 2020-07-01 21:25 UTC

This package is auto-updated.

Last update: 2025-09-29 03:19:58 UTC


README

simple CRUD - for fast creating custom 'library of files'

module in dev!

License: ISC

for install:

composer require black_chaose/biblioteca

php artisan migrate

php artisan vendor:publish --provider="BlackChaose\Biblioteca\BibliotecaServiceProvider"

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');