This repository was archived by the owner on May 25, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change 44
55Use .env variables in your Javascript files with Webpack in Laravel Elixir.
66
7- [ Read the story on Medium] ( https://medium.com/appstract/environment-variables-in-javascript-with-laravel-elixir-593df994d765 )
7+ ### [ Read the story on Medium] ( https://medium.com/appstract/environment-variables-in-javascript-with-laravel-elixir-593df994d765 )
88
99## Installation
1010
@@ -35,7 +35,7 @@ require('laravel-elixir-env');
3535// ...
3636```
3737
38- Now you can access your variables in all the scripts that are packaged with Webpack like so:
38+ Now you can access your variables in all the scripts that are packed with Webpack like so:
3939
4040``` javascript
4141process .env .VAR_NAME
@@ -53,10 +53,21 @@ If you like this, please star on [GitHub](https://github.com/appstract/laravel-e
5353
5454Issues and Pull Requests welcome.
5555
56+ ## Contributing
57+
58+ Contributions are welcome, [ thanks to y'all] ( https://github.com/appstract/laravel-elixir-env/graphs/contributors ) :)
59+
60+ ## About Appstract
61+
62+ Appstract is a small team from The Netherlands. <3 Laravel, Vue and other awesome tools.
63+
64+ ## Buy Us A Beer
65+
66+ Would be awesome if you would [ buy us a beer] ( https://www.paypal.me/teamappstract/10 ) ! Or [ a lot of beer] ( https://www.patreon.com/appstract ) :)
67+
5668## License
5769
5870Laravel-elixir-env is licensed under [ The MIT License (MIT)] ( LICENSE.md ) .
5971
60-
6172[ npm-url ] : https://www.npmjs.com/package/laravel-elixir-env
6273[ npm-image ] : https://badge.fury.io/js/laravel-elixir-env.svg
You can’t perform that action at this time.
0 commit comments