https://github.com/pmochine/laravel-nova-hashids
♺ Laravel Nova Hashids Card. Convert your ids
https://github.com/pmochine/laravel-nova-hashids
hashids laravel laravel-nova nova
Last synced: 6 months ago
JSON representation
♺ Laravel Nova Hashids Card. Convert your ids
- Host: GitHub
- URL: https://github.com/pmochine/laravel-nova-hashids
- Owner: pmochine
- License: mit
- Created: 2018-12-01T19:39:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-10T15:43:27.000Z (almost 5 years ago)
- Last Synced: 2025-03-25T08:51:19.688Z (6 months ago)
- Topics: hashids, laravel, laravel-nova, nova
- Language: Vue
- Homepage:
- Size: 30.3 KB
- Stars: 8
- Watchers: 0
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ♺ Laravel Nova Hashids Card. Convert your ids.
[](https://packagist.org/packages/pmochine/laravel-nova-hashids)
[](https://packagist.org/packages/pmochine/laravel-nova-hashids)
[](https://packagist.org/packages/pmochine/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](https://github.com/vinkla/laravel-hashids)
## Installation in 4 Steps*
### 1: Install Laravel Hashids 💻
https://github.com/vinkla/laravel-hashids
### 2: Publish Configuration File of Hashids
```bash
php artisan vendor:publish
```### 3: Add this Laravel Nova Card with composer
```bash
composer require pmochine/laravel-nova-hashids
```### 4: Add to Nova Dashboard
```php
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! 😍
- https://github.com/vinkla/laravel-hashids
Oh come on. You read everything?? If you liked it so far, hit the ⭐️ button to give me a 🤩 face.