acelords/laravel-core

AceLords产品核心系统

安装: 415

依赖项: 0

建议者: 0

安全性: 0

星星: 3

关注者: 2

分支: 0

开放性问题: 0

语言:JavaScript

1.5.7 2023-02-01 13:29 UTC

README

AceLords核心Composer包

外观

  • SeoManager
// use AceLords\Core\Library\Facades\SeoManager;

SeoManager::page(strtolower($page))->data();

命令

  • acelords:clear-redis
  • acelords:fix-roles
  • acelords:generate-product-key
  • acelords:sudofy
  • acelords:test-queue
  • acelords:truncate-table
  • acelords:update-redis-key

辅助函数

  • core_paginate(string $size) : int
  • dde($var) : void
  • doe() : Auth::user()
  • eclair(string|Carbon $date, bool? $time = true, bool? $toW3cString = false) : Carbon
  • sanitizeDomainUrl(string? $url)
  • _is_curl_installed() : bool
  • redis() : RedisRepository
  • dd_blade_variables() : void
  • is_collection($var) : bool
  • is_serialized($var) : bool
  • sanitizeBladeUrl(string $url, string $realBaseUrl) : string
  • relativeUrl(string $url) : string
  • is_countable($var) : bool
  • filenameSanitizer(string $str) : string
  • command_exists(string $command) : bool
  • setting(string $str, bool? $default) : string|null
  • t_asset(string $path) : string
  • instanceOfResource($data) : bool
  • authorize(string $permissionOrRole, bool? $issaRole = false) : void|Exception
  • deny(string? $message) : Exception
  • getLogoDomainWise() : string
  • __ta(string $template, bool? $useParent) : string
  • __m(string $template, bool? $useParent) : string
  • __mix(string $path, bool? $useParent) : string
  • get_hours_and_days_count(int $hours) : string
  • get_gross_hours(Date|Carbon $date) : float|int
  • isDemo() : bool
  • gravatar(string $name) : string
  • sizeForHumans(int|float $size) : string

致谢