bermuda/laravel-latex

Bermuda's LaTeX package for laravel

v1.0.0 2018-01-16 14:28 UTC

This package is not auto-updated.

Last update: 2024-05-01 02:48:58 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]