spatie/laravel-missing-page-redirector

Database instead of config file

timmoh opened this issue · 1 comments

Is there an Option to use a database table for redirect?

so instead of

'redirects' => [
//        '/non-existing-page' => '/existing-page',
//        '/old-blog/{url}' => '/new-blog/{url}',
    ],

use DB Tables/Model