Releases: RTippin/messenger-faker
Releases · RTippin/messenger-faker
v1.10.0
v1.9.1
v1.8.0
v1.7.0
v1.6.0
v1.5.0
v1.4.0
v1.3.0
v1.2.0
New messenger:faker:video
command. Locked rtippin/messenger
to ^v1.7
To use video paths, you must add the new videos
flag to your messenger-faker.php
config if you had it previously published.
'paths' => [
//Add videos
'videos' => storage_path('faker/videos'),
],
v1.1.1
Updated how our random command operates. New FakerBot allowing interaction with our commands through a thread's chat-bot. Locked minimum messenger version to v1.4
Using sys_get_temp_dir
instead of hard coding /tmp/
for file location.