LaravelPackages.net
Acme Inc.
Toggle sidebar
bachphuc/php-laravel-helpers

php helper for laravel

17
0
1.0.6
About bachphuc/php-laravel-helpers

bachphuc/php-laravel-helpers is a Laravel package for php helper for laravel. It currently has 0 GitHub stars and 17 downloads on Packagist (latest version 1.0.6). Install it with composer require bachphuc/php-laravel-helpers. Discover more Laravel packages by bachphuc or browse all Laravel packages to compare alternatives.

Last updated

helper for laravel

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

Star History Chart