pmochine/laravel-nova-hashids

♺ Laravel Nova Hashids card. Convert your ids.

2.3.0 2020-11-10 15:41 UTC

This package is auto-updated.

Last update: 2024-04-10 23:11:33 UTC


README

Latest Stable Version Total Downloads License

Laravel Nova Hashids

If you want to decode your Hashids, you can do this directly in your dashboard.🎉

*Prerequisites: PHP >=7.2.0 and Hashids by vinkla

Installation in 4 Steps*

1: Install Laravel Hashids 💻

https://github.com/vinkla/laravel-hashids

2: Publish Configuration File of Hashids

  php artisan vendor:publish

3: Add this Laravel Nova Card with composer

  composer require pmochine/laravel-nova-hashids

4: Add to Nova Dashboard

protected function cards()
{
  return [
       new \Pmochine\LaravelNovaHashids\LaravelNovaHashids
    ];
}

Usage

The rest should be clear for you. If not you can always open an issue.

Security

If you discover any security related issues, please don't email me. I'm afraid 😱. avidofood@protonmail.com

Credits

Now comes the best part! 😍

Oh come on. You read everything?? If you liked it so far, hit the ⭐️ button to give me a 🤩 face.