Laravel Application Helper: database_path
…base_path($path = '') The database_path function can be used to retrieve the path to the database directory. It can also be used to construct paths relative to the database directory by supplying a $path . The following examples will assume that...