Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Williamug committed Apr 10, 2024
1 parent a282285 commit 6e818e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ composer require williamug/versioning

## Usage

#### For Vanilla PHP
If your project is written in vanilla PHP you can use the following code to display the version of your application:
```php

Expand All @@ -25,6 +26,8 @@ require __DIR__ . '/vendor/williamug/versioning/src/functions.php';
app_versioning();
//v1.0.0
```

#### For Laravel
If you are using Laravel you can use the following code to display the version of your application:

```php
Expand Down

0 comments on commit 6e818e2

Please sign in to comment.