Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hkp22 committed Jul 19, 2022
1 parent e4bc222 commit b8856ef
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ Here is the video for **[Laravel Themer Tutorial](https://www.youtube.com/watch?

## Installation and setup

> **_NOTE:_**
>
> Laravel Themer v2.x and the above versions support **Vite**.
> If you want to use **Laravel Mix** then try **[Laravel Themer v1.7.1](https://github.com/qirolab/laravel-themer/tree/1.7.1 "v1.7.1")**
You can install this package via composer using:
```bash
composer require qirolab/laravel-themer
```

> **_NOTE:_**
>
> Laravel Themer v2.x and the above versions support **Vite**.
> If you want to use **Laravel Mix** then try **[Laravel Themer v1.7.1](https://github.com/qirolab/laravel-themer/tree/1.7.1 "Laravel Themer v1.7.1")**
Publish a configuration file:
```bash
php artisan vendor:publish --provider="Qirolab\Theme\ThemeServiceProvider" --tag="config"
Expand Down Expand Up @@ -115,7 +115,7 @@ Route::get('/dashboard', 'DashboardController@index')
## Asset compilation
To compile the theme assets, first you need to add the following lines in the `scripts` section of the `package.json` file.

```json
```
"scripts": {
...
Expand Down

0 comments on commit b8856ef

Please sign in to comment.