Skip to content

pmochine/laravel-nova-hashids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

♺ Laravel Nova Hashids Card. Convert your ids.

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.