Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-infernal committed Jul 31, 2023
1 parent d69a234 commit f4ed658
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Expand Up @@ -70,20 +70,22 @@ return [
],
'filename_spacer' => '@',
'container_css_class_name' => 'img-container'
'scss_path' => resource_path('/scss/utilities'),
];
```

Optionally, you can publish the views using
Optionally, you can publish the scss helper

```bash
php artisan vendor:publish --tag="responsive-image-craft-views"
php artisan vendor:publish --tag="responsive-image-craft-scss"
```

## Usage

After configuring, the source and targets, run:

```php
$responsiveImageCraft = new Infernalmedia\ResponsiveImageCraft();
echo $responsiveImageCraft->echoPhrase('Hello, Infernalmedia!');
php artisan image-craft:responsive-generate
```

## Testing
Expand Down

0 comments on commit f4ed658

Please sign in to comment.