Skip to content

Commit 9795276

Browse files
committed
Added info about laravel fork
1 parent 87058fa commit 9795276

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,14 @@ echo $tiny->from('E');
3737
## Configuration
3838

3939
You must instanciate a new instance of Tiny with a random alpha-numeric set. Do **NOT** change this once you start using Tiny, as you won't be able to reverse.
40+
41+
## Using laravel?
42+
43+
If you're using laravel and want to use a more laravel-like syntax you could use [this fork](https://github.com/golonka/tiny) which will allow you to use a syntax like this:
44+
```php
45+
echo Tiny::to(5);
46+
// echos E
47+
48+
echo Tiny::from('E');
49+
// echos 5
50+
```

0 commit comments

Comments
 (0)