pmochine / laravel-nova-hashids
♺ Laravel Nova Hashids card. Convert your ids.
Installs: 3 005
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 0
Forks: 3
Open Issues: 2
Language:Vue
Requires
- php: >=7.2.0
- vinkla/hashids: ^5.1||^6.0||^7.0||^8.0||^9.0
README
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.