2017 © Pedro Peláez
 

library laratools

A kit of frequently used tools

image

archee-nic/laratools

A kit of frequently used tools

  • Monday, July 23, 2018
  • by ArcheeNic
  • Repository
  • 0 Watchers
  • 0 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 1000 % Grown

The README.md

LaraTools

A kit of frequently used tools, (*1)

Install

composer require archee-nic/laratools, (*2)

Classes

File Target
ArcheeNic\LaraTools\Helper\JsonOrderedHelper Json decode ordered helper
ArcheeNic\LaraTools\CliColor Console Colors
ArcheeNic\LaraTools\toolsPgMigration Postgres Migration Helpers

Что нового в версии 3

Совместима только с PHP 8+

Библиотека приведена к синтаксису версии php 8, (*3)

Классы которые помечены устаревшими

  • ArcheeNic\LaraTools\EnumType
  • ArcheeNic\LaraTools\MainDataObjectF
  • ArcheeNic\LaraTools\MainDataObjectFTyped
  • ArcheeNic\LaraTools\MainDataObjectS
  • ArcheeNic\LaraTools\ModelPgArray

Переименован класс

  • с ArcheeNic\LaraTools\сliColor на ArcheeNic\LaraTools\CliColor
  • с ArcheeNic\LaraTools\toolsMigration на ArcheeNic\LaraTools\toolsPgMigration

Обновление версии с 2 до 3

Шаг №1

Используемый класс ArcheeNic\LaraTools\toolsMigration заменить на ArcheeNic\LaraTools\toolsPgMigration, (*4)

Шаг №2

Отказаться от устаревших методов: * ArcheeNic\LaraTools\toolsPgMigration::createForeignFieldInteger * ArcheeNic\LaraTools\toolsPgMigration::dropIndexByPg * ArcheeNic\LaraTools\toolsPgMigration::createIndexByPg * ArcheeNic\LaraTools\toolsPgMigration::createGinIndex * ArcheeNic\LaraTools\toolsPgMigration::dropGinIndex * ArcheeNic\LaraTools\toolsPgMigration::addFieldComment, (*5)

The Versions

23/07 2018

dev-master

9999999-dev

A kit of frequently used tools

  Sources   Download

GPL-3.0

The Requires

 

by Arthur Kasimov