tangled
alpha
login
or
join now
socialde.pt
/
atp-client
3
fork
atom
Laravel AT Protocol Client (alpha & unstable)
3
fork
atom
overview
issues
pulls
pipelines
Add separate config paths for public client generators
Miguel Batres
3 months ago
338ca577
a58e919a
+2
1 changed file
expand all
collapse all
unified
split
config
client.php
+2
config/client.php
···
188
188
*/
189
189
'generators' => [
190
190
'client_path' => 'app/Services/Clients',
191
191
+
'client_public_path' => 'app/Services/Clients/Public',
191
192
'request_path' => 'app/Services/Clients/Requests',
193
193
+
'request_public_path' => 'app/Services/Clients/Public/Requests',
192
194
],
193
195
];