---
layout: home

hero:
  name: Laravel 
  text: Spell Number
  tagline: Effortlessly Convert Numbers to Words in Laravel! 🚀
  image:
    src: /img/logo.png
    alt: SpellNumber
  actions:
    - theme: brand
      text: Get Started
      link: /getting-started/introduction
    - theme: alt
      text: View on GitHub 
      link: https://github.com/rmunate/SpellNumber
    - theme: alt
      text: View on Youtube 
      link: https://www.youtube.com/watch?v=jm7_ypPZbjk&list=PL-SK4hjbvgxLmNUAyDpUa44cCIx4hVTqE

features:
  - icon: 📝
    title: Convert to Words
    details: Effortlessly convert numbers to words. Choose whether you want to translate an integer or a floating-point number; we're ready for any scenario.
  - icon: 💵
    title: Words in Currency Format
    details: Represent a currency value in words easily by specifying the currency and its fraction.
  - icon: 🔢
    title: Convert to Ordinals
    details: Planning to use the values for ordering? We've got you covered—easily transform your values into ordinal numbers.
---