This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| namespace App\Providers; | |
| use App\Models\User; | |
| use App\Observers\UserObserver; | |
| use Illuminate\Support\ServiceProvider; | |
| class AppServiceProvider extends ServiceProvider | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <ESP8266WiFi.h> | |
| #include <ESP8266Ping.h> | |
| #include <ESP8266HTTPClient.h> | |
| #include <WiFiClientSecureBearSSL.h> | |
| /* | |
| * Script Auto Login Wifi.id dengan menggunakan ESP8266 | |
| * Script ini di buat oleh Akbar Yahya, pakai boleh di jual jangan! | |
| */ |