mirror of
https://codeberg.org/vlw/scaffold.git
synced 2025-11-05 06:02:42 +01:00
docs: add note about documentation in README
This commit is contained in:
parent
e1d3a09966
commit
3f2089d613
1 changed files with 6 additions and 0 deletions
|
|
@ -8,4 +8,10 @@ Run the install scripts for [Vegvisir](https://vegvisir.vlw.se/install) and/or [
|
|||
|
||||
```
|
||||
composer require vlw/scaffold
|
||||
```
|
||||
|
||||
Refer to the code comments in each file for documentation about its function. The base namespace is `vlw\Scaffold` and each class and function can be `use`d that way. For example:
|
||||
|
||||
```php
|
||||
use vlw\Scaffold\Database\Model;
|
||||
```
|
||||
Loading…
Add table
Reference in a new issue