tahamazaheri / rasmio
A Laravel package for managing RasmiO tasks
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/tahamazaheri/rasmio
Requires
- php: >=7.4
README
The rasmio package is a powerful tool for managing Rasmio tasks in Laravel. It helps you manage these tasks effortlessly within your Laravel project.
Installation
To install the package, run the following command in your terminal:
composer require tahamazaheri/rasmio
After Installation
To install the package, run the following command in your terminal:
php artisan vendor:publish --tag=rasmio --force
To obtain a token, please visit the following website:
https://rasmio.com/about-api/ and copy your token and past in .env look like this:
API_X_KEY= (your-token)
Key Points:
- Clear instructions: It includes clear instructions on installation, setup, and usage.
- Commands & Development: Describes the Artisan commands and how others can contribute.
- License Information: Mentions the MIT License and links to the LICENSE file for more details.
Feel free to adjust any parts to suit the specifics of your package or project!