Quantcast
Channel: Laravel News
Viewing all articles
Browse latest Browse all 1786

Laravel Cloud Convert →

$
0
0

This package is a wrapper for the CloudConvert API that will enable you to convert a file to a new format. Here is a quick example of converting a .mov to .mp4:

CloudConvert::file('/a/path/to/file.mov')->to('mp4');

You can even take screenshots of websites:

CloudConvert::website('www.nyan.cat')->to('screenshots/nyan.jpg');

Many more converters are available.


Laravel Cloud Convert is a post from Laravel News.


Viewing all articles
Browse latest Browse all 1786

Trending Articles