Physics platform is a tool for hardware systems (e.g: raspberryPi 3B). It retrieves data passing through the network and sends it to a control panel. It works the same way as a botnet by receiving remote commands. (you can imagine that as a black box)
You can check repository of physics-hardware
- composer update
- generate .env with database information
- php artisan migrate
- php artisan physics:createUser username password
- php artisan key:generate
- configure your domain to public/ folder.
- configure a cronjob (* * * * * php /physics-commandProject/artisan schedule:run >> /dev/null 2>&1)