Skip to content

Commit

Permalink
move autoload setup to installation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
creme332 committed Apr 19, 2024
1 parent c6a2c5b commit a0a3d1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 3 additions & 0 deletions docs/INSTALLATION_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
6 changes: 1 addition & 5 deletions docs/USAGE_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
```

0 comments on commit a0a3d1a

Please sign in to comment.