{"id":27702418,"url":"https://github.com/arandilopez/laravel-elixir-angularjs","last_synced_at":"2026-05-09T15:05:29.962Z","repository":{"id":57289727,"uuid":"40285402","full_name":"arandilopez/laravel-elixir-angularjs","owner":"arandilopez","description":"This package is just an update of @Hrcc with laravel/elixir new api","archived":false,"fork":false,"pushed_at":"2017-02-16T21:47:40.000Z","size":95,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2023-12-26T07:07:15.678Z","etag":null,"topics":["angular","laravel","laravel-elixir"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arandilopez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-06T05:00:28.000Z","updated_at":"2016-12-03T20:40:54.000Z","dependencies_parsed_at":"2022-08-24T01:31:00.688Z","dependency_job_id":null,"html_url":"https://github.com/arandilopez/laravel-elixir-angularjs","commit_stats":null,"previous_names":[],"tags_count":5,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arandilopez%2Flaravel-elixir-angularjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arandilopez%2Flaravel-elixir-angularjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arandilopez%2Flaravel-elixir-angularjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arandilopez%2Flaravel-elixir-angularjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arandilopez","download_url":"https://codeload.github.com/arandilopez/laravel-elixir-angularjs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250894893,"owners_count":21504151,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","laravel","laravel-elixir"],"created_at":"2025-04-25T20:54:50.805Z","updated_at":"2026-05-09T15:05:29.845Z","avatar_url":"https://github.com/arandilopez.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel Elixir for AngularJS\n\nBased on [Hrcc Laravel Elixir Angular](https://github.com/HRcc/laravel-elixir-angular)\n\n**This package is just an update of @Hrcc with laravel/elixir new api**\n\n## Usage\n\u003e (Take it from [Hrcc Laravel Elixir Angular](https://github.com/HRcc/laravel-elixir-angular))\n\nThis is a simple wrapper around Laravel Elixir. Add it to your Elixir-enhanced Gulpfile, like so:\n\n```javascript\nvar elixir = require('laravel-elixir');\n\nrequire('laravel-elixir-angularjs');\n\nelixir(function(mix) {\n   mix.angular();\n});\n```\n\nThis will scan your `resources/assets/angular` directory for all .js files. Generates *Sourcemaps*,  concatenates and minifies (if environment is set to production) the final script.\n\nDirectory structure in `resources/assets/angular` is not forced, the only limitation is to provide at least one **\\*.module.js** script with module initialization:\n\n```javascript\nangular.module('foo', ['other.module']);\n```\n\nExample use of a nested structure might look like this:\n```\n /resources\n     /angular\n         foo.module.js\n         /some-feature\n             some-feature.module.js\n             some-feature.controller.js\n```\n\nFinally, if you'd like to output to a different directory than the default `public/js/app`, then you may override this, while changing the name of resulting script if desired:\n\n```javascript\nmix.angular(\"resources/assets/angular/\", \"public/js/myapp/\", \"myapp.js\");\n```\n\n## Why???\nI just need this... I can't wait for an update, sorry...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farandilopez%2Flaravel-elixir-angularjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farandilopez%2Flaravel-elixir-angularjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farandilopez%2Flaravel-elixir-angularjs/lists"}