亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

What does {{ elixir('css/app.css') }} mean in Laravel?
PHP中文網(wǎng)
PHP中文網(wǎng) 2017-05-16 16:54:21
0
2
796

In laravel 5.2, there is the following import file. What does elixir in {{ elixir('css/app.css') }} mean?

<link href="{{ elixir('css/app.css') }}" rel="stylesheet">
PHP中文網(wǎng)
PHP中文網(wǎng)

認(rèn)證高級PHP講師

reply all(2)
僅有的幸福

gulp發(fā)布的css || js是一個(gè)類似b23fasfs9da.css的文件,這個(gè)每次打包的時(shí)候文件名都不一樣,所以需要借助elixirTo get the current file name

https://laracasts.com/series/laravel-5-fundamentals/episodes/19

為情所困

Laravel Elixir provides a simple and smooth API that allows you to define basic Gulp tasks for your Laravel application. Elixir supports many common CSS and JavaScript preprocessors and even includes testing tools. 5.0 documentation http://www.golaravel.com/laravel/docs/5.0/elixir/

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template