Laravel AT Protocol Client (alpha & unstable)

Add separate config paths for public client generators

Changed files
+2
config
+2
config/client.php
··· 188 188 */ 189 189 'generators' => [ 190 190 'client_path' => 'app/Services/Clients', 191 + 'client_public_path' => 'app/Services/Clients/Public', 191 192 'request_path' => 'app/Services/Clients/Requests', 193 + 'request_public_path' => 'app/Services/Clients/Public/Requests', 192 194 ], 193 195 ];