From a0a3d1a3f93a9509ab5591253607b54daa69fd93 Mon Sep 17 00:00:00 2001 From: creme332 <65414576+creme332@users.noreply.github.com> Date: Fri, 19 Apr 2024 13:29:40 +0400 Subject: [PATCH] move autoload setup to installation guide --- docs/INSTALLATION_GUIDE.md | 3 +++ docs/USAGE_GUIDE.md | 6 +----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/INSTALLATION_GUIDE.md b/docs/INSTALLATION_GUIDE.md index cb9f60f..fb5ed64 100644 --- a/docs/INSTALLATION_GUIDE.md +++ b/docs/INSTALLATION_GUIDE.md @@ -110,3 +110,6 @@ In the root directory of the project, run: ```bash npm install ``` +## Autoload setup + +Whenever changes are made to the autoload settings in `composer.json`, you must run `composer dump-autoload`. \ No newline at end of file diff --git a/docs/USAGE_GUIDE.md b/docs/USAGE_GUIDE.md index f367846..98dc589 100644 --- a/docs/USAGE_GUIDE.md +++ b/docs/USAGE_GUIDE.md @@ -35,8 +35,4 @@ To export database with `mysqldump`: ```bash mysqldump -u root -p cafe > cafe.sql -``` - -## Update autoload files - -Whenever changes are made to the autoload settings in `composer.json`, you must run `composer dump-autoload`. +``` \ No newline at end of file