Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroennoten committed Oct 9, 2015
2 parents 9877688 + 7c0c3c2 commit 1d5eb2a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@ start simple.

1. Require the package using composer:

```
composer require jeroennoten/laravel-adminlte
```
```
composer require jeroennoten/laravel-adminlte
```
2. Add the service provider to the `providers` in `config/app.php`:
```php
JeroenNoten\LaravelAdminLte\ServiceProvider::class,
```
```php
JeroenNoten\LaravelAdminLte\ServiceProvider::class,
```
3. Publish the public assets:
```
php artisan vendor:publish --provider="JeroenNoten\LaravelAdminLte\ServiceProvider" --tag=assets
```
```
php artisan vendor:publish --provider="JeroenNoten\LaravelAdminLte\ServiceProvider" --tag=assets
```
## Usage
Expand Down Expand Up @@ -141,4 +141,4 @@ If you need full control over the provided views, you can publish them:
php artisan vendor:publish --provider="JeroenNoten\LaravelAdminLte\ServiceProvider" --tag=views
```

Now, you can edit the views in `resources/views/vendor/adminlte`.
Now, you can edit the views in `resources/views/vendor/adminlte`.

0 comments on commit 1d5eb2a

Please sign in to comment.