black_chaose/biblioteca

biblioteca module(package) for Laravel

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

This package is auto-updated.

Last update: 2024-09-29 05:48:51 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');