minhhao/laravel-minhhao

The Laravel package of Minh Hao.

1.2 2021-05-18 08:14 UTC

This package is auto-updated.

Last update: 2024-04-18 14:38:54 UTC


README

#Installation Domo package by Minh Hao #Requirements +PHP: ^7.2|^8.0

+Laravel: ^8.0 #Installation Require this package in the composer.json of your Laravel project. This will download the package and PhpSpreadsheet.

Run composer require minhhao/laravel-minhhao

If you want to register it yourself, add the ServiceProvider in config/app.php

/*
     * Package Service Providers...
*/
MinhHao\Demo\Providers\DemoServiceProvider::class,