1. app_path() // 获取app目录的路径
2. base_path() // 根目录的路径
3. config_path() // config目录的路径
4. public_path() // public目录的路径
5. database_path() // database的路径
6. storage_path() // storage的路径
2024-01-25 17:49:28
1. app_path() // 获取app目录的路径
2. base_path() // 根目录的路径
3. config_path() // config目录的路径
4. public_path() // public目录的路径
5. database_path() // database的路径
6. storage_path() // storage的路径