A Laravel package for managing RasmiO tasks

v1.0.7 2024-11-26 10:01 UTC

This package is auto-updated.

Last update: 2025-05-27 09:17:07 UTC


README

Version License

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:

  1. Clear instructions: It includes clear instructions on installation, setup, and usage.
  2. Commands & Development: Describes the Artisan commands and how others can contribute.
  3. 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!