https://github.com/babatech/lumen
https://github.com/babatech/lumen
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/babatech/lumen
- Owner: babatech
- Created: 2020-06-17T19:38:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T19:35:48.000Z (over 3 years ago)
- Last Synced: 2025-02-25T03:43:39.114Z (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
```