Laravel AT Protocol Client (alpha & unstable)

Add separate config paths for public client generators

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