// routes from the plugin code
Route::get('/phone-input-flags.png', function () {
return response()->file(__DIR__.'/../images/vendor/intl-tel-input/build/flags.png');
});
Route::get('/phone-input-flags@2x.png', function () {
return response()->file(__DIR__.'/../images/vendor/intl-tel-input/build/flags@2x.png');
});
// routes from the plugin code
Route::get('/phone-input-flags.png', function () {
return response()->file(__DIR__.'/../images/vendor/intl-tel-input/build/flags.png');
});
Route::get('/phone-input-flags@2x.png', function () {
return response()->file(__DIR__.'/../images/vendor/intl-tel-input/build/flags@2x.png');
});