Finished blade designs and methods and added sortable lists
This commit is contained in:
13
config/countries.php
Normal file
13
config/countries.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Database settings
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The name of the table to create in the database
|
||||
|
|
||||
*/
|
||||
'table_name' => 'countries',
|
||||
];
|
||||
Reference in New Issue
Block a user