Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/acelords/laravel-core
An AceLords Laravel Core package for use with AceLords Laravel projects
https://github.com/acelords/laravel-core
laravel laravel-5-package laravel-framework laravel-package laravel6
Last synced: about 1 month ago
JSON representation
An AceLords Laravel Core package for use with AceLords Laravel projects
- Host: GitHub
- URL: https://github.com/acelords/laravel-core
- Owner: acelords
- Created: 2020-04-23T06:57:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T13:29:49.000Z (almost 2 years ago)
- Last Synced: 2024-09-28T19:22:59.281Z (about 2 months ago)
- Topics: laravel, laravel-5-package, laravel-framework, laravel-package, laravel6
- Language: JavaScript
- Homepage: https://skeleton.acelords.com
- Size: 499 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AceLords Core Composer Package
An AceLords core composer package## Facades
- SeoManager
```php// 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## Credits
- [AceLords](https://www.acelords.com)
- [Lexx YungCarter](mailto:[email protected])
- [Github](https://github.com/acelords)