Files
beerable/config/countries.php

14 lines
297 B
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Database settings
|--------------------------------------------------------------------------
|
| The name of the table to create in the database
|
*/
'table_name' => 'countries',
];