bermuda / laravel-latex
Bermuda's LaTeX package for laravel
v1.0.0
2018-01-16 14:28 UTC
Requires
This package is not auto-updated.
Last update: 2024-12-11 06:03:00 UTC
README
Install
Via Composer
$ composer require bermuda/laravel-latex
#
Only needed lower than Laravel 5.5
You need to add
Bermuda\Latex\LatexServiceProvider::class,
to config/app.php [providers]