Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xHeaven committed Oct 25, 2024
1 parent 8e547a1 commit f8b3f1e
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,30 +15,10 @@ You can install the package via composer:
composer require luminarix/enum-concern
```

You can publish and run the migrations with:

```bash
php artisan vendor:publish --tag="enum-concern-migrations"
php artisan migrate
```

You can publish the config file with:

```bash
php artisan vendor:publish --tag="enum-concern-config"
```

Optionally, you can publish the views using

```bash
php artisan vendor:publish --tag="enum-concern-views"
```

## Usage

```php
$enumConcern = new Luminarix\EnumConcern();
echo $enumConcern->echoPhrase('Hello, Luminarix!');
// Coming soon...
```

## Testing
Expand Down

0 comments on commit f8b3f1e

Please sign in to comment.