Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[6.x] Depreciate the elixir function #32366

Merged
merged 1 commit into from
Apr 13, 2020
Merged

[6.x] Depreciate the elixir function #32366

merged 1 commit into from
Apr 13, 2020

Conversation

GrahamCampbell
Copy link
Member

This should give Laravel LTS and Laravel Stable users a heads up that this function will be removed in the next major upgrade they do.

@taylorotwell taylorotwell merged commit 86dbb25 into 6.x Apr 13, 2020
@GrahamCampbell GrahamCampbell deleted the depr-elixir branch April 13, 2020 19:39
@Vusys
Copy link
Contributor

Vusys commented Apr 29, 2020

I think it's worth noting that while the method is called elixir, it's not really Laravel Elixir specific.

It simply reads the manifest created by gulp-rev and gets the versioned name of the file.

On an application I work on, we use Gulp to build our assets and gulp-rev for versioning/ cache busting. We never actually used Laravel Elixir. Just plain old Gulp, and this method works for gulp-rev, so we use it.

When it comes time to upgrade to Laravel 8, we will most likely just copy this method verbatim into my own helpers file and keep using it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants