kirago / laravel-xpeedy-service
Laravel Xpeedy package Service
Installs: 37
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/kirago/laravel-xpeedy-service
Requires
- php: ^7.3|^8
- ext-ctype: *
- ext-filter: *
- ext-json: *
- ext-mbstring: *
- spatie/valuestore: ^1.3
README
📖 Introduction
** ...
📦 Installation
1️⃣ Requirements
- Laravel
^8.0 || ^9.0 || ^10.0
- PHP
^7.3 || ^8.0
- Required PHP extensions:
json
,ctype
,filter
,mbstring
,spatie/valuestore
2️⃣ Install via Composer
Run the following command to install the package:
composer require kirago/laravel-xpeedy-service
🛠 Available Artisan Commands
2️⃣ Publish Config file
php artisan vendor:publish --tag=xpeedy-service-config
Setup the database and publish migrations
✅ You are ready to use!