Horacio Degiorgi

Results 6 issues of Horacio Degiorgi

After install everything is working except an artisan command. During development, after initiated the dockers with "docker-composer up " I can't do this. p php artisan migrate:status -- error could...

![image](https://user-images.githubusercontent.com/1373814/85733700-c738d780-b6d2-11ea-954e-599a0453daf6.png) I've made and implementation of quilljs editor using the method view(). Are you interested on implementing this type of fields in the core ? thanks for your work.

With this is possible to set the like operator Specially in postgresql is important to allow the case-insensitive search use example: public function query() { $this->like_operator = 'ilike'; return Facultad::with('institucion');...

according to official documentation of the marc bibliographic manual by loc.gov The journal title and volume must to be in 773 fields with subfield "t" and "g". the 786 field...

After doing some analysis of the errors found when running the tests in php 8.1 I made some changes to respect the strict types that are now required as return...

For PHP 8.2 curly brace ${var} are deprecated.