Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/babatech/lumen
https://github.com/babatech/lumen
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/babatech/lumen
- Owner: babatech
- Created: 2020-06-17T19:38:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T19:35:48.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T23:09:39.100Z (over 1 year ago)
- Language: PHP
- Size: 1.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lumen
Lumen API for matrix multiplcation.
View Deployed project on heroku [here](https://lumenvueapp.herokuapp.com/).### Important directory changes
Vue files are located in `./resources/js/vue`
### Project setup
```
npm install
composer install
```### Compiles and hot-reloads for development
```
npm run serve (Vue.js development server)
php -S localhost:8021 -t public (PHP development server)
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### PHPunit test
```
./vendor/bin/phpunit
```### PSR12 validation
```
./vendor/bin/phpcs
```