deki/matrix

This package used to calculate matrix.

v1.0.0 2018-06-03 20:22 UTC

This package is auto-updated.

Last update: 2024-08-29 05:22:13 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

  • Composer - Dependency Management
  • PHP - Programming Language

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details