In Laravel it is possible to target specific domains in routes like so:
Route::domain('example1.com')->group(...);
But how can I create a route that targets multiple domains like so:
Route::domain(['example1.com', 'example2.com'])->group(...);
from Newest questions tagged laravel-5 - Stack Overflow http://bit.ly/2ZOriNf
via IFTTT
Aucun commentaire:
Enregistrer un commentaire