File tree Expand file tree Collapse file tree 5 files changed +241
-255
lines changed
src/framework/resource/js Expand file tree Collapse file tree 5 files changed +241
-255
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ php -S localhost:8080 -t web
103103root/
104104├── config/ Configuration files
105105│ ├── common/ Common configuration
106- │ ├── console/ Console configuration
106+ │ ├── console/ Console configuration
107107│ ├── web/ Web configuration
108108│ └── messages.php Translation config
109109├── src/
@@ -171,7 +171,7 @@ final class SiteController extends Controller
171171For detailed configuration options and advanced usage:
172172
173173- 📚 [ Installation Guide] ( docs/installation.md )
174- - ⚙️ [ Configuration Reference] ( docs/configuration.md )
174+ - ⚙️ [ Configuration Reference] ( docs/configuration.md )
175175- 🧪 [ Testing Guide] ( docs/testing.md )
176176- 📸 [ Screenshots] ( docs/screenshots.md )
177177
Original file line number Diff line number Diff line change 11{
2- "symbol-whitelist" : [
3- " YII_ENV"
4- ]
2+ "symbol-whitelist" : [" YII_ENV" ]
53}
Original file line number Diff line number Diff line change 1313 "require" : {
1414 "php" : " >=8.1" ,
1515 "php-forge/foxy" : " ^0.1" ,
16- "ui-awesome/html-svg" :" ^0.2" ,
16+ "ui-awesome/html-svg" : " ^0.2" ,
1717 "vlucas/phpdotenv" : " ^5.6" ,
1818 "yiisoft/yii2" : " ^2.0.53|^22" ,
1919 "yiisoft/yii2-bootstrap5" : " ^2.0.50|^22"
You can’t perform that action at this time.
0 commit comments