Skip to content

Commit a48dd43

Browse files
authored
Update README.md
1 parent fc64071 commit a48dd43

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
laravel-potion
2-
===============
1+
# laravel-potion
2+
33
Potion is a pure PHP asset manager for Laravel based off of [Assetic](https://github.com/kriswallsmith/assetic).
44

5-
###Description
5+
# Description
66
Laravel 5 comes with a great asset manager called Elixir. While there is nothing wrong with Elixir, it requires you to install Node.js, Gulp, and dependent NPM packages on all of your web serves. While there is nothing wrong with this if you have other needs for those technologies, it seemed unnecessary to us to install that stack solely for the sake of handling assets. So we wrote Potion. Potion is a pure PHP solution, based off of [Assetic](https://github.com/kriswallsmith/assetic) that allows you to handle your assets in the same technology stack that your application is written in.
77

88
When using Potion the you will often see is "resources" and "assets". Think of resources as the raw resources inside of Laravel resources direction. Think of assets as what Potion will generate and will ultimately be served to visitors.
99

10-
###Laravel Support
10+
# Laravel Support
1111
At this time Potion only supports Laravel 5.1 or higher. While Laravel 4 support was easy to implement in code, the time needed to support requests was too much.
1212

13-
###Features
13+
# Features
1414
- Fully integrated into Laravels' artisan commands
1515
- Asset versioning support
1616
- Asset CDN Url support
@@ -29,7 +29,7 @@ At this time Potion only supports Laravel 5.1 or higher. While Laravel 4 support
2929
- JsCompressorFilter from YUI
3030
- ScssphpFilter
3131

32-
###Installation
32+
# Installation
3333
1) Add 'classygeeks/potion' package to your composer.json file:
3434

3535
2) Add the Potion Service provider to your config/app.php file under the predefined "providers" array:
@@ -49,7 +49,7 @@ At this time Potion only supports Laravel 5.1 or higher. While Laravel 4 support
4949

5050
You will now see to new Potion artisan commands. The configuration is very well documented and should be able to get even the most complex projects going quickly.
5151

52-
###Future Features
52+
# Future Features
5353
- Resource watching command functionality
5454
- Support for more filters from Assetic
5555

0 commit comments

Comments
 (0)