deki / matrix
This package used to calculate matrix.
v1.0.0
2018-06-03 20:22 UTC
Requires
This package is auto-updated.
Last update: 2024-10-29 05:59:17 UTC
README
Laravel Matrix is A library that can used to calculation the matrix.
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Installing
For installing this library, follow this step :
composer require deki/matrix
And update the config/app in your root project directory:
'providers' => [
/..
Deki\Matrix\MatrixServiceProvider::class,
],
'aliases' => [
/..
'Matrix' => Deki\Matrix\MatrixFacade::class,
],
Just this, Now you can use this package.
Built With
Authors
- Deki Akbar - Initial work - Deki Akbar
License
This project is licensed under the MIT License - see the LICENSE.md file for details