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 4
4
5
5
Use .env variables in your Javascript files with Webpack in Laravel Elixir.
6
6
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 )
8
8
9
9
## Installation
10
10
@@ -35,7 +35,7 @@ require('laravel-elixir-env');
35
35
// ...
36
36
```
37
37
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:
39
39
40
40
``` javascript
41
41
process .env .VAR_NAME
@@ -53,10 +53,21 @@ If you like this, please star on [GitHub](https://github.com/appstract/laravel-e
53
53
54
54
Issues and Pull Requests welcome.
55
55
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
+
56
68
## License
57
69
58
70
Laravel-elixir-env is licensed under [ The MIT License (MIT)] ( LICENSE.md ) .
59
71
60
-
61
72
[ npm-url ] : https://www.npmjs.com/package/laravel-elixir-env
62
73
[ npm-image ] : https://badge.fury.io/js/laravel-elixir-env.svg
You can’t perform that action at this time.
0 commit comments