Skip to content

Commit

Permalink
Merge pull request #66 from cr34t1ve/patch-1
Browse files Browse the repository at this point in the history
fix typo in modules page
  • Loading branch information
mychidarko committed Jun 14, 2023
2 parents 510748e + e9f202a commit 3c7dc54
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/docs/introduction/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import VideoDocs from '/@theme/components/VideoDocs.vue'

Leaf is a slim and lightweight PHP framework for quickly bootstrapping clean, simple, but powerful web apps and APIs quickly and easily. Over the years, we've been focusing on delivering much simpler and more performant code, which can be used in all your PHP apps.

Version 3 of Leaf brings more to the table with a theme centring on developer experience and usability, but with all the goodies while ensuring users have the best experience as well.
Version 3 of Leaf brings more to the table with a theme centering on developer experience and usability, but with all the goodies while ensuring users have the best experience as well.

[→ Checkout Leaf 3's features](/docs/introduction/why)

Expand Down
5 changes: 5 additions & 0 deletions src/modules/auth/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ The `DB_TABLE` config allows you to set a particular table which leaf auth will

This determines whether Leaf should add the default `created_at` and `updated_at` timestamps on register and update. Default is `true`.

### TIMESTAMP_FORMAT

If you set `USE_TIMESTAMPS` to `true` you can then use this property to specify the format that you want your timestamps to be saved in.
Be aware that `auth` uses the `leafs/date` module, so the accepted formats are listed here: https://leafphp.dev/modules/date/#display

### PASSWORD_ENCODE

*This setting has gone through a lot of changes since v2.4 beta, and may not work exactly the same way*. This setting is run when leaf wants to encode a password. It now uses `PASSWORD_DEFAULT` by defaullt for encryption.
Expand Down
2 changes: 1 addition & 1 deletion src/modules/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ composer require leafs/<module-name>
| [db](/modules/db/) | [![Latest Stable Version](https://poser.pugx.org/leafs/db/v/stable)](https://packagist.org/packages/leafs/db) [![Total Downloads](https://poser.pugx.org/leafs/db/downloads)](https://packagist.org/packages/leafs/db) | Leaf Db from v2 (actively maintained) |
| [db-old](/modules/db-old/) | [![Latest Stable Version](https://poser.pugx.org/leafs/db-old/v/stable)](https://packagist.org/packages/leafs/db-old) [![Total Downloads](https://poser.pugx.org/leafs/db-old/downloads)](https://packagist.org/packages/leafs/db-old) | Leaf Db from v1 (still maintained) |
| [devtools](/modules/devtools/) | [![Latest Stable Version](https://poser.pugx.org/leafs/devtools/v/stable)](https://packagist.org/packages/leafs/devtools) [![Total Downloads](https://poser.pugx.org/leafs/devtools/downloads)](https://packagist.org/packages/leafs/devtools) | Developer tools for Leaf PHP |
| [eien](/modules/eien/) | [![Latest Stable Version](https://poser.pugx.org/leafs/eien/v/stable)](https://packagist.org/packages/leafs/eien) [![Total Downloads](https://poser.pugx.org/leafs/eien/downloads)](https://packagist.org/packages/leafs/eien) | High-speed, high-performance performance server for leaf |
| [eien](/modules/eien/) | [![Latest Stable Version](https://poser.pugx.org/leafs/eien/v/stable)](https://packagist.org/packages/leafs/eien) [![Total Downloads](https://poser.pugx.org/leafs/eien/downloads)](https://packagist.org/packages/leafs/eien) | High-speed, high-performance server for leaf |
| [exception](https://github.com/leafsphp/exceptions) | [![Latest Stable Version](https://poser.pugx.org/leafs/exception/v/stable)](https://packagist.org/packages/leafs/exception) [![Total Downloads](https://poser.pugx.org/leafs/exception/downloads)](https://packagist.org/packages/leafs/exception) | Leaf's exception wrapper (fork of whoops) |
| [experiments](/modules/experiments/) | [![Latest Stable Version](https://poser.pugx.org/leafs/experimental/v/stable)](https://packagist.org/packages/leafs/experimental) [![Total Downloads](https://poser.pugx.org/leafs/experimental/downloads)](https://packagist.org/packages/leafs/experimental) | collection of experimental modules |
| [fetch](/modules/fetch/) | [![Latest Stable Version](https://poser.pugx.org/leafs/fetch/v/stable)](https://packagist.org/packages/leafs/fetch) [![Total Downloads](https://poser.pugx.org/leafs/fetch/downloads)](https://packagist.org/packages/leafs/fetch) | HTTP requests made simple |
Expand Down

0 comments on commit 3c7dc54

Please sign in to comment.