x-multibyte / laravel-enhanced
dev-main
2024-10-04 21:14 UTC
Requires
This package is auto-updated.
Last update: 2025-05-04 23:44:04 UTC
README
Installation:
Run this command in your laravel root directory via Composer.
composer require x-multibyte\laravel-enhanced
Install Package
php artisan enhanced:install
Publishing the package Config, Database Migration, Language, Assets.
# Publish all php artisan vendor:publish --provider="XMultibyte\Enhanced\ServiceProvider" # Config php artisan vendor:publish --provider="XMultibyte\Enhanced\ServiceProvider" --tag=enhanced_config # Migration php artisan vendor:publish --provider="XMultibyte\Enhanced\ServiceProvider" --tag=enhanced_migration # Language php artisan vendor:publish --provider="XMultibyte\Enhanced\ServiceProvider" --tag=enhanced_language # Assets php artisan vendor:publish --provider="XMultibyte\Enhanced\ServiceProvider" --tag=enhanced_assets
Usage
use XMultibyte\Enhanced\Application; $helper = Enhanced::Helper();
To-Do
- Helper Function: customize Function.
- Open Data Collection: Countries & Provinces, Country Code,
License
The MIT License (MIT). Please see License File for more information.