I have a laravel project running inside docker. What I want to do is connect to a new database from a sql dump (.sql file).
What I did is modify the .env file and the config/database.php file as specified by this.
So, how could I create the new database from the dump file?