acelords / laravel-core
The core system for AceLords Products
Installs: 415
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 0
Open Issues: 0
Language:JavaScript
Requires
- php: >=7.2
- acelords/keygen: >=2.0
- artesaos/seotools: >=0.20.1
- laravel/framework: >=5.6
- predis/predis: ^1.1|^2.0
- dev-master
- 1.5.7
- 1.5.6
- 1.5.5
- 1.5.4
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.9
- 1.4.8
- 1.4.7
- 1.4.6
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.9
- 1.3.8
- 1.3.7
- 1.3.6
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.19
- 1.2.18
- 1.2.17
- 1.2.16
- 1.2.15
- 1.2.14
- 1.2.13
- 1.2.12
- 1.2.11
- 1.2.10
- 1.2.9
- 1.2.8
- 1.2.7
- 1.2.6
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.9
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
This package is auto-updated.
Last update: 2024-10-29 16:58:51 UTC
README
An AceLords core composer package
Facades
- SeoManager
// use AceLords\Core\Library\Facades\SeoManager; SeoManager::page(strtolower($page))->data();
Commands
- acelords:clear-redis
- acelords:fix-roles
- acelords:generate-product-key
- acelords:sudofy
- acelords:test-queue
- acelords:truncate-table
- acelords:update-redis-key
Helper Functions
- 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