Best laravel framework open-source packages.

Iot dashboard

A Realtime IOT dashboard build with Laravel which communicates with the iot-base project via Pusher.
Updated 1 year ago

WIP: IOT dashboard v2

MIT Licensed

Introduction

A Realtime IOT dashboard build with Laravel which communicates with the iot-base via Pusher.

dashboard

About this project

This application is part of my IOT dashboard suite. For more information about what this suite of projects entails a reference is made to IOT dashboard suite.

Prerequisites

Getting started

composer install
cp ./.env.example ./.env
php artisan key:generate
php artisan migrate
php artisan db:seed
npm install && npm run dev

Setting up IDE helper

  • Laravel IDE helper
    • docs
    • Automatic phpDoc generation for Laravel Facades
      • php artisan ide-helper:generate

License

The MIT License (MIT). Please see License File for more information.

Authors