Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
igaster committed Jun 4, 2016
1 parent 7711342 commit d1b504b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ You can optionaly set a list of vendors in each theme's configuration that will
Now you can:

```php
view('VENDOR_NAME::viewName'); // \theme_Path\VENDOR_NAME\viewName.blade.php
view('VENDOR_NAME::viewName'); // \theme_Path\viewName.blade.php
```


Expand Down Expand Up @@ -268,4 +268,4 @@ Yes. Set the `themes_path` option in `themes.php` configuration file to any path
Rebind Laravel's 'path.public'. [(More info)](https://laracasts.com/discuss/channels/general-discussion/where-do-you-set-public-directory-laravel-5)

##### I'm editing a view but I don't see the changes
Laravel is compiling your views every-time you make an edit. A compiled view will not recompile unless you make any edit to your view. You can manually clear compiled views with `artisan view:clear`.Keep this in mind while you are developing themes...
Laravel is compiling your views every-time you make an edit. A compiled view will not recompile unless you make any edit to your view. You can manually clear compiled views with `artisan view:clear`.Keep this in mind while you are developing themes...

0 comments on commit d1b504b

Please sign in to comment.