tahamazaheri / rasmio
A Laravel package for managing RasmiO tasks
v1.0.7
2024-11-26 10:01 UTC
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!