bachphuc/php-laravel-helpers

php helper for laravel

1.0.6 2020-06-17 14:55 UTC

This package is auto-updated.

Last update: 2024-09-25 15:09:39 UTC


README

namespace: bachphuc\PhpLaravelHelpers

Alias: LaravelHelpers

Image Helpers

  • function photo_upload_path()
  • function photo_storage($file, $maskPath = '', $extension = '')
  • function photo_fix_orientation($path = '', $position = 'bottom-right')
  • function photo_mask($path, $maskPath = '')
  • function photo_copy_and_crop($path, $width, $height = 0, $quality = 0)
  • function photo_crop($path, $output, $width, $height = 0, $quality = 0)
  • function photo_resize($path, $maxWidth = 0, $maxHeight = 0, $quality = 0)

Trail Models

WithModelBase: Function

  • hasField
  • getId
  • getType
  • getTitle
  • getDesc
  • getHref
  • getImage
  • remove
  • increase
  • display
  • displayDetail
  • onCreated
  • getListItems
  • processGetItemListQuery

WithImage

WithModelRule

Middleware

  • auth.admin