- Timestamp:
- 12/26/21 18:31:54 (3 years ago)
- Branches:
- master
- Parents:
- 62d01a6
- Location:
- config
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
config/database.php
r62d01a6 rc5e383e 61 61 'strict' => true, 62 62 'engine' => null, 63 'dump' => [ 64 'dump_binary_path' => 'C:/laragon/bin/mysql/mysql-5.7.33-winx64/bin/', 65 ], 63 66 'options' => extension_loaded('pdo_mysql') ? array_filter([ 64 67 PDO::MYSQL_ATTR_SSL_CA => env('MYSQL_ATTR_SSL_CA'), -
config/filesystems.php
r62d01a6 rc5e383e 46 46 ], 47 47 48 'image-uploads' => [49 'driver' => 'local',50 'root' => public_path() . DIRECTORY_SEPARATOR .'assets' . DIRECTORY_SEPARATOR . 'images' . DIRECTORY_SEPARATOR . 'uploads'51 ],52 53 48 'public' => [ 54 49 'driver' => 'local',
Note:
See TracChangeset
for help on using the changeset viewer.