Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 698 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 698 Bytes

laravel-MikrotikAPI

A working Laravel sample using a number of Composer and NodeJS plugins to access Mikrotik RouterOS API over the network and show some useful information in table views.

Deployment

git clone https://github.com/johanels/laravel-MikrotikAPI.git
npm install
composer install
cp .env.sample .env
vi .env
php artisan key:generate
npm run development
php artisan serve

References