Skip to content
This repository was archived by the owner on Apr 11, 2019. It is now read-only.

Commit 6fdfd26

Browse files
committed
Release notes.
1 parent f4608bf commit 6fdfd26

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

releases.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,12 @@ The `php artisan tinker` command now utilizes [Psysh](https://github.com/bobthec
145145

146146
Instead of a variety of confusing, nested environment configuration directories, Laravel 5 now utilizes [DotEnv](https://github.com/vlucas/phpdotenv) by Vance Lucas. This library provides a super simple way to manage your environment configuration, and makes environment detection in Laravel 5 a breeze. For more details, check out the full [configuration documentation](/docs/master/configuration#environment-configuration).
147147

148+
### Laravel Elixir
149+
150+
Laravel Elixir, by Jeffrey Way, provides a fluent, expressive interface to compiling and concatenating your assets. If you've ever been intimidated by learning Grunt or Gulp, fear no more. Elixir makes it a cinch to get started using Gulp to compile your Less, Sass, and CoffeeScript. It can even run your tests for you!
151+
152+
For more information on Elixir, check out the [full documentation](/docs/master/elixir).
153+
148154
### Laravel Socialite
149155

150156
Laravel Socialite is an optional, Laravel 5.0+ compatible package that provides totally painless authentication with OAuth providers. Currently, Socialite supports Facebook, Twitter, Google, and GitHub. Here's what it looks like:

0 commit comments

Comments
 (0)