You need to install illuminate/database first using
composer require illuminate/database
After that, you probably need to load the database service provider: https://github.com/laravel/framework/blob/1bbe5528568555d597582fdbec73e31f8a818dbc/src/Illuminate/Database/DatabaseServiceProvider.php
After that this should work I guess (I also never tried this)