Skip to content

Commit

Permalink
Clean up readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitano committed Nov 22, 2014
1 parent c05de6e commit 7eb4a68
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,24 +285,6 @@ php artisan module:update

### Facades API

Get asset url from specified module.

```php
Module::asset('blog', 'image/news.png');
```

Generate new stylesheet tag.

```php
Module::style('blog', 'image/all.css');
```

Generate new stylesheet tag.

```php
Module::script('blog', 'js/all.js');
```

Get all modules.

```php
Expand All @@ -325,12 +307,6 @@ Get modules path.
Module::getPath();
```

Get assets modules path.

```php
Module::getAssetsPath();
```

Get module path for the specified module.

```php
Expand All @@ -349,7 +325,7 @@ Disable a specified module.

### Module Entity

Get an entity from specific module.
Get an entity from a specific module.

```php
$module = Module::get('blog');
Expand Down

0 comments on commit 7eb4a68

Please sign in to comment.