Giter Club home page Giter Club logo

laravel5-angular-material-starter's Introduction

Laravel 5.3 Angular Material Starter

Latest Stable Version Latest Unstable Version Build Status StyleCI Code Climate License Join the chat at https://gitter.im/jadjoubran/laravel5-angular-material-starter

Laravel & Angular

Demo

An online demo is available.

Angular (2+) update

While this starter used to be an excellent starting point for Laravel 5 & Angular 1.x, using Angular 1.x results in large JavaScript bundles which makes mobile experience slow.
Thus it's recommended to upgrade to Angular (2+). You can use the shiny new Laravel & Angular package

Docs

View Latest Docs for installation steps & tutorials.

Running on 3.2? Here are the 3.2 Docs

Screencasts

Screencasts on Youtube.

Issues, questions and feature requests

Open a new issue, I'd love to help.

Do It Yourself (Outdated)

A nice article on sitepoint that explains the first few versions of this repository. Recommended read if you're not familiar with the underlying technologies.

Community translations

Contributing

Thank you for contributing to this repository.

Here are the guidelines:

  1. If you are adding/modifying backend functionality, make sure to include the appropriate test. Let me know if you need help writing the test.

laravel5-angular-material-starter's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

laravel5-angular-material-starter's Issues

Deprecate bower

I think laravel has provide enough tools beside npm also is basic requirement for elixir. Why not just use npm for dependency management

run gulp and php unit test failed

Hi i got a fresh new install of your repo
why is your test failing? Sorry but i need to know why

[17:58:39] Starting 'phpUnit'...

Fetching PhpUnit Source Files...
   - tests/**/*Test.php

[17:58:39]

       *** Debug Cmd: .\vendor\bin\phpunit --colors --debug -c phpunit.xml ***

210
[17:58:39] '.\vendor\bin\phpunit' is not recognized as an internal or external command,
operable program or batch file.

[17:58:39] { [Error: Command failed: C:\Windows\system32\cmd.exe /s /c ".\vendor\bin\phpunit --colors --debug -c phpunit.xml"
'.\vendor\bin\phpunit' is not recognized as an internal or external command,
operable program or batch file.
]
  killed: false,
  code: 1,
  signal: null,
  cmd: 'C:\\Windows\\system32\\cmd.exe /s /c ".\\vendor\\bin\\phpunit --colors --debug -c phpunit.xml"' }
[17:58:39] gulp-notify: [Red!] Your phpUnit tests failed!
[17:58:39] Finished 'phpUnit' after 57 ms

Gulp watch and new html views

Hello, I an new to gulp and every time I add a new folder in angular/app like:

angular/app/mymodule/index.html
angular/app/mymodule/mymodule.js

gulp watch doesn't update the app, I have to stop it, and do again gulp && gulp watch, and it takes some tome to do gulp, so this is slowing me down, how can I add new "modules" for my app and make "gulp watch" really acknowledge them

How to get back to dev mode

I ran "sh deploy.sh" and it compiled and optimised app in public folder but now the Debugbar, for instance, is gone. How to compile back to dev environmet again? I tried clearing cache and changing the deploy.sh but I cannot find documentation where to set it.

Partial views logic

First off, congratulations for making this amazing project. I hope it gets the recognition and the credit it deserves.

My question is this: how do you go about loading partial views for states' templateUrl?

On a very simple CRUD example, and in pseudo-code:

  • Data model "staff" has a detail view and a create/edit view.
  • state "app.staff.create" needs to load "form.html" partial.
  • state "app.staff.show" needs to load "detail.html" partial
  • getView() method for templateUrl will look for a folder called "staff", and a file "staff.html", but I'd like to keep all of my partials within the "staff" feature folder, "staff.html" being the container for most of them.

Now I can simply not use the getView() helper, but I'm wondering if you had some kind of logic for loading partials in mind (based on all of your other clever solutions :))

Thanks!

npm unmet dependencies and missing modules

When trying to install everything I run into these warnings:

[03:58 PM]-[vagrant@packer-virtualbox-iso-1422601639]-[/var/www/angular]
$ sudo chown -R $USER /usr/local

[03:58 PM]-[vagrant@packer-virtualbox-iso-1422601639]-[/var/www/angular]
$ npm install
npm WARN unmet dependency /var/www/angular/node_modules/laravel-elixir requires del@'^0.1.3' but will load
npm WARN unmet dependency /var/www/angular/node_modules/del,
npm WARN unmet dependency which is version 1.1.1
npm WARN unmet dependency /var/www/angular/node_modules/laravel-elixir-imagemin/node_modules/gulp-imagemin/node_modules/imagemin/node_modules/imagemin-gifsicle/node_modules/gifsicle/node_modules/bin-build/node_modules/decompress/node_modules/meow requires object-assign@'^2.0.0' but will load
npm WARN unmet dependency /var/www/angular/node_modules/laravel-elixir-imagemin/node_modules/gulp-imagemin/node_modules/object-assign,
npm WARN unmet dependency which is version 1.0.0
npm WARN unmet dependency /var/www/angular/node_modules/laravel-elixir-imagemin/node_modules/gulp-imagemin/node_modules/imagemin/node_modules/imagemin-gifsicle/node_modules/gifsicle/node_modules/bin-build/node_modules/decompress/node_modules/vinyl-fs requires object-assign@'^2.0.0' but will load
npm WARN unmet dependency /var/www/angular/node_modules/laravel-elixir-imagemin/node_modules/gulp-imagemin/node_modules/object-assign,
npm WARN unmet dependency which is version 1.0.0
npm WARN unmet dependency /var/www/angular/node_modules/laravel-elixir-imagemin/node_modules/gulp-imagemin/node_modules/imagemin/node_modules/imagemin-optipng/node_modules/optipng-bin/node_modules/bin-wrapper/node_modules/bin-check/node_modules/executable requires meow@'^3.1.0' but will load
npm WARN unmet dependency /var/www/angular/node_modules/laravel-elixir-imagemin/node_modules/gulp-imagemin/node_modules/imagemin/node_modules/meow,
npm WARN unmet dependency which is version 2.1.0
npm WARN unmet dependency /var/www/angular/node_modules/laravel-elixir-imagemin/node_modules/imagemin-pngquant/node_modules/pngquant-bin/node_modules/bin-build/node_modules/download/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi requires get-stdin@'^4.0.1' but will load
npm WARN unmet dependency /var/www/angular/node_modules/laravel-elixir-imagemin/node_modules/imagemin-pngquant/node_modules/pngquant-bin/node_modules/bin-build/node_modules/download/node_modules/get-stdin,
npm WARN unmet dependency which is version 3.0.2
npm WARN unmet dependency /var/www/angular/node_modules/laravel-elixir-imagemin/node_modules/imagemin-pngquant/node_modules/pngquant-bin/node_modules/bin-wrapper/node_modules/download/node_modules/got requires read-all-stream@'^2.0.0' but will load
npm WARN unmet dependency /var/www/angular/node_modules/laravel-elixir-imagemin/node_modules/imagemin-pngquant/node_modules/pngquant-bin/node_modules/bin-wrapper/node_modules/download/node_modules/read-all-stream,
npm WARN unmet dependency which is version 1.0.2

I don't know if this is a problem. However when trying to run gulp I run into an error

[04:15 PM]-[vagrant@packer-virtualbox-iso-1422601639]-[/var/www/angular]
$ gulp
module.js:338
    throw err;
          ^
Error: Cannot find module 'gulp-util'
    at Function.Module._resolveFilename (module.js:336:15)
    at Function.Module._load (module.js:278:25)
    at Module.require (module.js:365:17)
    at require (module.js:384:17)
    at Object.<anonymous> (/var/www/angular/node_modules/laravel-elixir/Config.js:1:74)
    at Module._compile (module.js:460:26)
    at Object.Module._extensions..js (module.js:478:10)
    at Module.load (module.js:355:32)
    at Function.Module._load (module.js:310:12)
    at Module.require (module.js:365:17)
    at require (module.js:384:17)

[04:15 PM]-[vagrant@packer-virtualbox-iso-1422601639]-[/var/www/angular]
$ gulp --version
[16:16:25] CLI version 3.8.11
[16:16:25] Local version 3.8.11

I am running this on a freshly installed Ubuntu 14.04 vagrant machine.
I have very little experience with npm and gulp, but googling also doesn't point me in the right direction. I can manually install all missing modules (first gulp-util, then underscore, then probably many more), but I feel there must be another way.

Are these two issues related? Do I need to install or update something?

Demo site navigation not working.

Noticed that clicking on the side menu items does not direct to the page.

I had to manually modify the address to see the other pages.

Firefox 39.0: Not working
IE 11: Not working
Chrome 44.x: Working

php artisan jwt:generate error

PHP Warning: require(/Library/WebServer/Documents/laravel5-angular-material-starter/bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in /Library/WebServer/Documents/laravel5-angular-material-starter/bootstrap/autoload.php on line 17

PHP Fatal error: require(): Failed opening required '/Library/WebServer/Documents/laravel5-angular-material-starter/bootstrap/../vendor/autoload.php' (include_path='.:') in /Library/WebServer/Documents/laravel5-angular-material-starter/bootstrap/autoload.php on line 17

These are the error codes I received when I attempted to install it. The first part went fine, then this happened! I'm fairly new to this area of things, though I've been programming for years. Not sure if this is on your end or mine.

Unit tests

  • for AngularController
  • fix travis to test latest source instead of release tag
  • ng:* generators
  • artisan route:cache and artisan config:cache shouldn't break (sometimes they might break because of third party services, previously JWT)

Lumen?

Hey Jad,

I was wondering if there were any plans to support Laravel's new microframework, Lumen. Since Laravel is being used as a REST API in this project, Lumen could serve the same role as Laravel but with significant performance improvements.

I would love to hear your thoughts. Thanks and best regards.

gulp does not re-compile js

Is it only me experiencing the issue where executing gulp won't re-compile any .js files from inside angular/ directory?

the .angular() directive should output the updated app.js, but it doesn't. I've also tried .angular('angular/', 'public/js/', 'app.js') with same result.

Any ideas?

SEO considerations (e.g. prerender.io server)?

I know this is slightly tangential, but a few of my AngularJS sites have been hit with an SEO penalty a couple of months back since I assumed Google could crawl big JavaScript apps fine (turns out it cannot).

To be on the safe side do you think it's possible to use a package such as @jeroennoten's https://github.com/JeroenNoten/Laravel-Prerender (this hasn't been updated to 5.1 unfortunately) and a simple deploy script to set up our own prerender.io server on Forge? Just thought I'd ask, I think a safe fallback for SEO should play a part in this amazing project 😄

Dependency issue with npm v2.14

root@karl:/var/www/html/laravel5-angular-material-starter# npm install -g gulp bower
^Croot@karl:/var/www/html/laravel5-angular-material-starter# npm install
npm WARN package.json @ No repository field.
npm WARN package.json @ No license field.
npm WARN unmet dependency /var/www/html/laravel5-angular-material-starter/node_modules/laravel-elixir requires gulp-minify-css@'^1.2.0' but will load
npm WARN unmet dependency /var/www/html/laravel5-angular-material-starter/node_modules/gulp-minify-css,
npm WARN unmet dependency which is version 0.3.13

Commands

You have a "Command" "listeners", but not a Command folder?

How to add angular js plugins to work properly?

I wanted to add angular grid (http://www.angulargrid.com/angular-grid-install/index.php) to the project but I didn't managed to make it work.
I added the plugin with bower and then added the 'angularGrid' as a dependency in main.js but it throws me an error:
Uncaught Error: [$injector:modulerr] Failed to instantiate module app due to:
Error: [$injector:modulerr] Failed to instantiate module app.controllers due to:
Error: [$injector:modulerr] Failed to instantiate module angularGrid due to:
Error: [$injector:nomod] Module 'angularGrid' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument.

Can you help me with this?
Thank you!

Process integration

hello @jadjoubran ; hello @Bodom78
I followed your instructions and I've made ​​much progress in my project , really thank you .
However, I want to know if it was possible to integrate an admin template in this repository ?
I'm afraid to break my work.
But @Bodom78 had explained how to do that by theming angular,

To theme Angular Material you should read their documentation at https://material.angularjs.org/latest/#/Theming/03_configuring_a_theme
This file you will use to modify with what you learn from the Angular Material docs is located in angular/config/theme.js
Add any less files you like in the angular/app folders, as long as gulp watch is running it will get compiled into the project.
Example add angular/material/mystyles.less run gulp watch and add any css you like.
To style the sidebar you can modify the existing angular/app/sidebar/sidebar.less

but i'm so confuse i don't know if i should use same method.

i want to add this admin template Triangular Angular Material admin template or Fuse Angular Material admin template

Demo not responsive on mobile

After @Bodom78's PR, we still have these issues:

  • Show menu icon not aligned properly.
  • Restructure brings back the content jump issue when animating from page to page.
  • Content/Pages needs to be made consistant and working in the responsive layout (Use Cards?, Max Width so content not too wide on larger screens, 100% after breakpoint for smaller screens) .

Out of the box JWT authentication

  • demo should show how JWT works, how the auth token is being generated, saved in localstorage and sent
  • also show how it works with dingo/api
  • also add note that if you don't plan on using JWT, then you should uncomment the CSRF token middleware

Or maybe "choose between JWT (disable CSRF) or not (enable CSRF) (or just add it to installation)"?

Deploy on port 80

What is the easiest way to configure this so that it goes to port 80 rather than 8000?

How to upgrade & How to use the login, register, password forms

Hey, First let me say great work on the repo. its made my life so happy to see laravel and material design together 😄 , I was wondering all the changes you do to the repo is there a way to update the local project with those changes? and second, i noticed you have forms for login, register and password reset, but for somehow i dont see a controller to access these server side forms.

Thx

Franz

Draft contribution guide

  • delete source maps or disable them using elixir.json
  • note to update tests and/or documentation

remove composer.lock file

Hi, first of all thanks for creating this helpful boilerplate package! :)

It might be a good idea to remove the composer.lock file from the repo, so that composer install -o will always fetch the latest versions.

Error @npm install (Step)

npm ERR! Error: ENOENT, chown '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-sass/node_modules/node-sass/node_modules/node-gyp/node_modules/osenv/.travis.yml'
npm ERR! If you need help, you may report this log at:
npm ERR! http://github.com/isaacs/npm/issues
npm ERR! or email it to:
npm ERR! [email protected]

npm ERR! System Linux 3.16.0-50-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /var/www/html/laravel/laravel5-angular-material-starter
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.10
npm ERR! path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-sass/node_modules/node-sass/node_modules/node-gyp/node_modules/osenv/.travis.yml
npm ERR! fstream_path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-sass/node_modules/node-sass/node_modules/node-gyp/node_modules/osenv/.travis.yml
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! fstream_finish_call chown
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/nodejs/fstream/lib/writer.js:305:19
npm ERR! fstream_stack /usr/lib/nodejs/graceful-fs/polyfills.js:133:7
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm ERR! Error: ENOENT, lstat '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-sass/node_modules/node-sass/node_modules/node-gyp/node_modules/nopt/.travis.yml'
npm ERR! If you need help, you may report this log at:
npm ERR! http://github.com/isaacs/npm/issues
npm ERR! or email it to:
npm ERR! [email protected]

npm ERR! System Linux 3.16.0-50-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /var/www/html/laravel/laravel5-angular-material-starter
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.10
npm ERR! path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-sass/node_modules/node-sass/node_modules/node-gyp/node_modules/nopt/.travis.yml
npm ERR! fstream_path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-sass/node_modules/node-sass/node_modules/node-gyp/node_modules/nopt/.travis.yml
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/nodejs/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm http 304 https://registry.npmjs.org/is-number
npm ERR! Error: ENOENT, lstat '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-sass/node_modules/node-sass/node_modules/node-gyp/node_modules/fstream/.travis.yml'
npm ERR! If you need help, you may report this log at:
npm ERR! http://github.com/isaacs/npm/issues
npm ERR! or email it to:
npm ERR! [email protected]

npm ERR! System Linux 3.16.0-50-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /var/www/html/laravel/laravel5-angular-material-starter
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.10
npm ERR! path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-sass/node_modules/node-sass/node_modules/node-gyp/node_modules/fstream/.travis.yml
npm ERR! fstream_path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-sass/node_modules/node-sass/node_modules/node-gyp/node_modules/fstream/.travis.yml
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/nodejs/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm ERR! Error: ENOENT, chown '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-sass/node_modules/node-sass/node_modules/node-gyp/node_modules/npmlog/example.js'
npm ERR! If you need help, you may report this log at:
npm ERR! http://github.com/isaacs/npm/issues
npm ERR! or email it to:
npm ERR! [email protected]

npm ERR! System Linux 3.16.0-50-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /var/www/html/laravel/laravel5-angular-material-starter
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.10
npm ERR! path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-sass/node_modules/node-sass/node_modules/node-gyp/node_modules/npmlog/example.js
npm ERR! fstream_path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-sass/node_modules/node-sass/node_modules/node-gyp/node_modules/npmlog/example.js
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! fstream_finish_call chown
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/nodejs/fstream/lib/writer.js:305:19
npm ERR! fstream_stack /usr/lib/nodejs/graceful-fs/polyfills.js:133:7
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm ERR! error rolling back Error: ENOTEMPTY, rmdir '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-sass/node_modules/node-sass/node_modules/node-gyp/node_modules/path-array'
npm ERR! error rolling back [email protected] { [Error: ENOTEMPTY, rmdir '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-sass/node_modules/node-sass/node_modules/node-gyp/node_modules/path-array']
npm ERR! error rolling back errno: 53,
npm ERR! error rolling back code: 'ENOTEMPTY',
npm ERR! error rolling back path: '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-sass/node_modules/node-sass/node_modules/node-gyp/node_modules/path-array' }
npm http 304 https://registry.npmjs.org/randomatic
npm ERR! EEXIST, mkdir '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-sass/node_modules/node-sass/node_modules/node-gyp/node_modules/semver'
File exists: /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-sass/node_modules/node-sass/node_modules/node-gyp/node_modules/semver
Move it away, and try again.

npm ERR! System Linux 3.16.0-50-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /var/www/html/laravel/laravel5-angular-material-starter
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.10
npm ERR! path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-sass/node_modules/node-sass/node_modules/node-gyp/node_modules/semver
npm ERR! fstream_path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-sass/node_modules/node-sass/node_modules/node-gyp/node_modules/semver/LICENSE
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code EEXIST
npm ERR! errno 47
npm ERR! fstream_stack /usr/lib/nodejs/fstream/lib/writer.js:171:23
npm ERR! fstream_stack /usr/lib/nodejs/mkdirp/index.js:37:53
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm ERR! EEXIST, mkdir '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-sass/node_modules/node-sass/node_modules/node-gyp/node_modules/tar'
File exists: /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-sass/node_modules/node-sass/node_modules/node-gyp/node_modules/tar
Move it away, and try again.

npm ERR! System Linux 3.16.0-50-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /var/www/html/laravel/laravel5-angular-material-starter
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.10
npm ERR! path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-sass/node_modules/node-sass/node_modules/node-gyp/node_modules/tar
npm ERR! fstream_path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-sass/node_modules/node-sass/node_modules/node-gyp/node_modules/tar/.travis.yml
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code EEXIST
npm ERR! errno 47
npm ERR! fstream_stack /usr/lib/nodejs/fstream/lib/writer.js:171:23
npm ERR! fstream_stack /usr/lib/nodejs/mkdirp/index.js:37:53
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm ERR! Error: ENOENT, lstat '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-sass/node_modules/node-sass/node_modules/node-gyp/node_modules/rimraf/rimraf.js'
npm ERR! If you need help, you may report this log at:
npm ERR! http://github.com/isaacs/npm/issues
npm ERR! or email it to:
npm ERR! [email protected]

npm ERR! System Linux 3.16.0-50-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /var/www/html/laravel/laravel5-angular-material-starter
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.10
npm ERR! path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-sass/node_modules/node-sass/node_modules/node-gyp/node_modules/rimraf/rimraf.js
npm ERR! fstream_path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-sass/node_modules/node-sass/node_modules/node-gyp/node_modules/rimraf/rimraf.js
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/nodejs/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm ERR! Error: ENOENT, lstat '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-sass/node_modules/node-sass/node_modules/node-gyp/node_modules/graceful-fs/legacy-streams.js'
npm ERR! If you need help, you may report this log at:
npm ERR! http://github.com/isaacs/npm/issues
npm ERR! or email it to:
npm ERR! [email protected]

npm ERR! System Linux 3.16.0-50-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /var/www/html/laravel/laravel5-angular-material-starter
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.10
npm ERR! path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-sass/node_modules/node-sass/node_modules/node-gyp/node_modules/graceful-fs/legacy-streams.js
npm ERR! fstream_path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-sass/node_modules/node-sass/node_modules/node-gyp/node_modules/graceful-fs/legacy-streams.js
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/nodejs/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm http 304 https://registry.npmjs.org/repeat-string
npm ERR! Error: ENOENT, lstat '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-sass/node_modules/node-sass/node_modules/node-gyp/node_modules/glob/common.js'
npm ERR! If you need help, you may report this log at:
npm ERR! http://github.com/isaacs/npm/issues
npm ERR! or email it to:
npm ERR! [email protected]

npm ERR! System Linux 3.16.0-50-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /var/www/html/laravel/laravel5-angular-material-starter
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.10
npm ERR! path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-sass/node_modules/node-sass/node_modules/node-gyp/node_modules/glob/common.js
npm ERR! fstream_path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-sass/node_modules/node-sass/node_modules/node-gyp/node_modules/glob/common.js
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/nodejs/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm ERR! EEXIST, mkdir '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-sass/node_modules/node-sass/node_modules/request/node_modules/har-validator/node_modules/bluebird/js/main'
File exists: /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-sass/node_modules/node-sass/node_modules/request/node_modules/har-validator/node_modules/bluebird/js/main
Move it away, and try again.

npm ERR! System Linux 3.16.0-50-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /var/www/html/laravel/laravel5-angular-material-starter
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.10
npm ERR! path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-sass/node_modules/node-sass/node_modules/request/node_modules/har-validator/node_modules/bluebird/js/main
npm ERR! fstream_path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-sass/node_modules/node-sass/node_modules/request/node_modules/har-validator/node_modules/bluebird/js/main/schedule.js
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code EEXIST
npm ERR! errno 47
npm ERR! fstream_stack /usr/lib/nodejs/fstream/lib/writer.js:171:23
npm ERR! fstream_stack /usr/lib/nodejs/mkdirp/index.js:37:53
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm http GET https://registry.npmjs.org/core-util-is
npm http 304 https://registry.npmjs.org/is-relative
npm http 304 https://registry.npmjs.org/hash.js
npm http GET https://registry.npmjs.org/esprima
npm http GET https://registry.npmjs.org/esutils
npm http GET https://registry.npmjs.org/estraverse
npm http GET https://registry.npmjs.org/optionator
npm http 304 https://registry.npmjs.org/wrappy
npm ERR! error rolling back Error: ENOTEMPTY, rmdir '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-sass/node_modules/node-sass/node_modules'
npm ERR! error rolling back [email protected] { [Error: ENOTEMPTY, rmdir '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-sass/node_modules/node-sass/node_modules']
npm ERR! error rolling back errno: 53,
npm ERR! error rolling back code: 'ENOTEMPTY',
npm ERR! error rolling back path: '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-sass/node_modules/node-sass/node_modules' }
npm http GET https://registry.npmjs.org/camelcase
npm http GET https://registry.npmjs.org/map-obj
npm http 304 https://registry.npmjs.org/invert-kv
npm http GET https://registry.npmjs.org/repeating
npm http 304 https://registry.npmjs.org/jsonpointer/2.0.0
npm http 304 https://registry.npmjs.org/generate-object-property
npm http 304 https://registry.npmjs.org/asn1.js
npm http 304 https://registry.npmjs.org/core-util-is
npm http 304 https://registry.npmjs.org/esprima
npm ERR! Error: ENOENT, lstat '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-less/node_modules/accord/node_modules/lodash/internal/replaceHolders.js'
npm ERR! If you need help, you may report this log at:
npm ERR! http://github.com/isaacs/npm/issues
npm ERR! or email it to:
npm ERR! [email protected]

npm ERR! System Linux 3.16.0-50-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /var/www/html/laravel/laravel5-angular-material-starter
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.10
npm ERR! path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-less/node_modules/accord/node_modules/lodash/internal/replaceHolders.js
npm ERR! fstream_path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-less/node_modules/accord/node_modules/lodash/internal/replaceHolders.js
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/nodejs/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm http GET https://registry.npmjs.org/lru-cache
npm http 304 https://registry.npmjs.org/esutils
npm http 304 https://registry.npmjs.org/generate-function
npm http 304 https://registry.npmjs.org/estraverse
npm http 304 https://registry.npmjs.org/optionator
npm http 304 https://registry.npmjs.org/camelcase
npm http 304 https://registry.npmjs.org/map-obj
npm http 304 https://registry.npmjs.org/align-text
npm http 304 https://registry.npmjs.org/align-text
npm ERR! Error: ENOENT, lstat '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/browserify/node_modules/crypto-browserify/node_modules/create-ecdh/node_modules/elliptic/node_modules/hash.js/.travis.yml'
npm ERR! If you need help, you may report this log at:
npm ERR! http://github.com/isaacs/npm/issues
npm ERR! or email it to:
npm ERR! [email protected]

npm ERR! System Linux 3.16.0-50-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /var/www/html/laravel/laravel5-angular-material-starter
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.10
npm ERR! path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/browserify/node_modules/crypto-browserify/node_modules/create-ecdh/node_modules/elliptic/node_modules/hash.js/.travis.yml
npm ERR! fstream_path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/browserify/node_modules/crypto-browserify/node_modules/create-ecdh/node_modules/elliptic/node_modules/hash.js/.travis.yml
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/nodejs/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm http 304 https://registry.npmjs.org/repeating
npm http 304 https://registry.npmjs.org/lru-cache
npm ERR! Error: ENOENT, chown '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/watchify/node_modules/browserify/node_modules/crypto-browserify/node_modules/browserify-cipher/node_modules/browserify-aes/node_modules/buffer-xor/.npmignore'
npm ERR! If you need help, you may report this log at:
npm ERR! http://github.com/isaacs/npm/issues
npm ERR! or email it to:
npm ERR! [email protected]

npm ERR! System Linux 3.16.0-50-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /var/www/html/laravel/laravel5-angular-material-starter
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.10
npm ERR! path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/watchify/node_modules/browserify/node_modules/crypto-browserify/node_modules/browserify-cipher/node_modules/browserify-aes/node_modules/buffer-xor/.npmignore
npm ERR! fstream_path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/watchify/node_modules/browserify/node_modules/crypto-browserify/node_modules/browserify-cipher/node_modules/browserify-aes/node_modules/buffer-xor/.npmignore
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! fstream_finish_call chown
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/nodejs/fstream/lib/writer.js:305:19
npm ERR! fstream_stack /usr/lib/nodejs/graceful-fs/polyfills.js:133:7
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm ERR! error rolling back Error: ENOTEMPTY, rmdir '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/watchify/node_modules/browserify/node_modules/crypto-browserify/node_modules/diffie-hellman/node_modules/miller-rabin/node_modules/brorand'
npm ERR! error rolling back [email protected] { [Error: ENOTEMPTY, rmdir '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/watchify/node_modules/browserify/node_modules/crypto-browserify/node_modules/diffie-hellman/node_modules/miller-rabin/node_modules/brorand']
npm ERR! error rolling back errno: 53,
npm ERR! error rolling back code: 'ENOTEMPTY',
npm ERR! error rolling back path: '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/watchify/node_modules/browserify/node_modules/crypto-browserify/node_modules/diffie-hellman/node_modules/miller-rabin/node_modules/brorand' }
npm ERR! weird error 127
npm ERR! Error: ENOENT, lstat '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/browserify/node_modules/crypto-browserify/node_modules/browserify-cipher/node_modules/browserify-des/node_modules/des.js/lib/des/des.js'
npm ERR! If you need help, you may report this log at:
npm ERR! http://github.com/isaacs/npm/issues
npm ERR! or email it to:
npm ERR! [email protected]

npm ERR! System Linux 3.16.0-50-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /var/www/html/laravel/laravel5-angular-material-starter
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.10
npm ERR! path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/browserify/node_modules/crypto-browserify/node_modules/browserify-cipher/node_modules/browserify-des/node_modules/des.js/lib/des/des.js
npm ERR! fstream_path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/browserify/node_modules/crypto-browserify/node_modules/browserify-cipher/node_modules/browserify-des/node_modules/des.js/lib/des/des.js
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/nodejs/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm ERR! Error: ENOENT, open '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-sass/node_modules/node-sass/node_modules/cross-spawn/node_modules/cross-spawn-async/node_modules/which/node_modules/is-absolute/node_modules/is-relative/index.js'
npm ERR! If you need help, you may report this log at:
npm ERR! http://github.com/isaacs/npm/issues
npm ERR! or email it to:
npm ERR! [email protected]

npm ERR! System Linux 3.16.0-50-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /var/www/html/laravel/laravel5-angular-material-starter
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.10
npm ERR! path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-sass/node_modules/node-sass/node_modules/cross-spawn/node_modules/cross-spawn-async/node_modules/which/node_modules/is-absolute/node_modules/is-relative/index.js
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! EEXIST, mkdir '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-less/node_modules/less/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi/node_modules/ansi-regex'
File exists: /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-less/node_modules/less/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi/node_modules/ansi-regex
Move it away, and try again.

npm ERR! System Linux 3.16.0-50-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /var/www/html/laravel/laravel5-angular-material-starter
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.10
npm ERR! path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-less/node_modules/less/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi/node_modules/ansi-regex
npm ERR! fstream_path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-less/node_modules/less/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi/node_modules/ansi-regex/readme.md
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code EEXIST
npm ERR! errno 47
npm ERR! fstream_stack /usr/lib/nodejs/fstream/lib/writer.js:171:23
npm ERR! fstream_stack /usr/lib/nodejs/mkdirp/index.js:37:53
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm ERR! EEXIST, mkdir '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/watchify/node_modules/anymatch/node_modules/micromatch/node_modules/braces/node_modules/expand-range/node_modules/fill-range/node_modules/isobject'
File exists: /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/watchify/node_modules/anymatch/node_modules/micromatch/node_modules/braces/node_modules/expand-range/node_modules/fill-range/node_modules/isobject
Move it away, and try again.

npm ERR! System Linux 3.16.0-50-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /var/www/html/laravel/laravel5-angular-material-starter
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.10
npm ERR! path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/watchify/node_modules/anymatch/node_modules/micromatch/node_modules/braces/node_modules/expand-range/node_modules/fill-range/node_modules/isobject
npm ERR! fstream_path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/watchify/node_modules/anymatch/node_modules/micromatch/node_modules/braces/node_modules/expand-range/node_modules/fill-range/node_modules/isobject/README.md
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code EEXIST
npm ERR! errno 47
npm ERR! fstream_stack /usr/lib/nodejs/fstream/lib/writer.js:171:23
npm ERR! fstream_stack /usr/lib/nodejs/mkdirp/index.js:37:53
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm ERR! Error: ENOENT, lstat '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/watchify/node_modules/anymatch/node_modules/micromatch/node_modules/braces/node_modules/expand-range/node_modules/fill-range/node_modules/is-number/package.json'
npm ERR! If you need help, you may report this log at:
npm ERR! http://github.com/isaacs/npm/issues
npm ERR! or email it to:
npm ERR! [email protected]

npm ERR! System Linux 3.16.0-50-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /var/www/html/laravel/laravel5-angular-material-starter
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.10
npm ERR! path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/watchify/node_modules/anymatch/node_modules/micromatch/node_modules/braces/node_modules/expand-range/node_modules/fill-range/node_modules/is-number/package.json
npm ERR! fstream_path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/watchify/node_modules/anymatch/node_modules/micromatch/node_modules/braces/node_modules/expand-range/node_modules/fill-range/node_modules/is-number/package.json
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/nodejs/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm ERR! Error: ENOENT, lstat '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/watchify/node_modules/anymatch/node_modules/micromatch/node_modules/braces/node_modules/expand-range/node_modules/fill-range/node_modules/repeat-string/package.json'
npm ERR! If you need help, you may report this log at:
npm ERR! http://github.com/isaacs/npm/issues
npm ERR! or email it to:
npm ERR! [email protected]

npm ERR! System Linux 3.16.0-50-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /var/www/html/laravel/laravel5-angular-material-starter
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.10
npm ERR! path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/watchify/node_modules/anymatch/node_modules/micromatch/node_modules/braces/node_modules/expand-range/node_modules/fill-range/node_modules/repeat-string/package.json
npm ERR! fstream_path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/watchify/node_modules/anymatch/node_modules/micromatch/node_modules/braces/node_modules/expand-range/node_modules/fill-range/node_modules/repeat-string/package.json
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/nodejs/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm ERR! Error: ENOENT, lstat '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/watchify/node_modules/browserify/node_modules/crypto-browserify/node_modules/public-encrypt/node_modules/bn.js/test/binary-test.js'
npm ERR! If you need help, you may report this log at:
npm ERR! http://github.com/isaacs/npm/issues
npm ERR! or email it to:
npm ERR! [email protected]

npm ERR! System Linux 3.16.0-50-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /var/www/html/laravel/laravel5-angular-material-starter
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.10
npm ERR! path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/watchify/node_modules/browserify/node_modules/crypto-browserify/node_modules/public-encrypt/node_modules/bn.js/test/binary-test.js
npm ERR! fstream_path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/watchify/node_modules/browserify/node_modules/crypto-browserify/node_modules/public-encrypt/node_modules/bn.js/test/binary-test.js
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/nodejs/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm ERR! Error: ENOENT, lstat '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-babel/node_modules/babel-core/node_modules/regenerator/node_modules/defs/node_modules/esprima-fb/test/test.js'
npm ERR! If you need help, you may report this log at:
npm ERR! http://github.com/isaacs/npm/issues
npm ERR! or email it to:
npm ERR! [email protected]

npm ERR! System Linux 3.16.0-50-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /var/www/html/laravel/laravel5-angular-material-starter
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.10
npm ERR! path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-babel/node_modules/babel-core/node_modules/regenerator/node_modules/defs/node_modules/esprima-fb/test/test.js
npm ERR! fstream_path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-babel/node_modules/babel-core/node_modules/regenerator/node_modules/defs/node_modules/esprima-fb/test/test.js
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/nodejs/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm ERR! Error: ENOENT, lstat '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/browserify/node_modules/insert-module-globals/node_modules/lexical-scope/node_modules/astw/node_modules/acorn/dist/acorn.js'
npm ERR! If you need help, you may report this log at:
npm ERR! http://github.com/isaacs/npm/issues
npm ERR! or email it to:
npm ERR! [email protected]

npm ERR! System Linux 3.16.0-50-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /var/www/html/laravel/laravel5-angular-material-starter
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.10
npm ERR! path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/browserify/node_modules/insert-module-globals/node_modules/lexical-scope/node_modules/astw/node_modules/acorn/dist/acorn.js
npm ERR! fstream_path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/browserify/node_modules/insert-module-globals/node_modules/lexical-scope/node_modules/astw/node_modules/acorn/dist/acorn.js
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/nodejs/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm ERR! Error: ENOENT, lstat '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/watchify/node_modules/browserify/node_modules/crypto-browserify/node_modules/browserify-sign/node_modules/elliptic/test/hmac-drbg-test.js'
npm ERR! If you need help, you may report this log at:
npm ERR! http://github.com/isaacs/npm/issues
npm ERR! or email it to:
npm ERR! [email protected]

npm ERR! System Linux 3.16.0-50-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /var/www/html/laravel/laravel5-angular-material-starter
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.10
npm ERR! path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/watchify/node_modules/browserify/node_modules/crypto-browserify/node_modules/browserify-sign/node_modules/elliptic/test/hmac-drbg-test.js
npm ERR! fstream_path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/watchify/node_modules/browserify/node_modules/crypto-browserify/node_modules/browserify-sign/node_modules/elliptic/test/hmac-drbg-test.js
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/nodejs/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm ERR! Error: ENOENT, lstat '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-less/node_modules/less/node_modules/request/node_modules/hawk/node_modules/hoek/lib/index.js'
npm ERR! If you need help, you may report this log at:
npm ERR! http://github.com/isaacs/npm/issues
npm ERR! or email it to:
npm ERR! [email protected]

npm ERR! System Linux 3.16.0-50-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /var/www/html/laravel/laravel5-angular-material-starter
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.10
npm ERR! path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-less/node_modules/less/node_modules/request/node_modules/hawk/node_modules/hoek/lib/index.js
npm ERR! fstream_path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-less/node_modules/less/node_modules/request/node_modules/hawk/node_modules/hoek/lib/index.js
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/nodejs/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm ERR! error rolling back Error: ENOTEMPTY, rmdir '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/browserify/node_modules/crypto-browserify/node_modules/browserify-cipher/node_modules/browserify-des/node_modules/cipher-base'
npm ERR! error rolling back [email protected] { [Error: ENOTEMPTY, rmdir '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/browserify/node_modules/crypto-browserify/node_modules/browserify-cipher/node_modules/browserify-des/node_modules/cipher-base']
npm ERR! error rolling back errno: 53,
npm ERR! error rolling back code: 'ENOTEMPTY',
npm ERR! error rolling back path: '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/browserify/node_modules/crypto-browserify/node_modules/browserify-cipher/node_modules/browserify-des/node_modules/cipher-base' }
npm ERR! Error: ENOENT, lstat '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/browserify/node_modules/crypto-browserify/node_modules/browserify-sign/node_modules/parse-asn1/node_modules/evp_bytestokey/index.js'
npm ERR! If you need help, you may report this log at:
npm ERR! http://github.com/isaacs/npm/issues
npm ERR! or email it to:
npm ERR! [email protected]

npm ERR! System Linux 3.16.0-50-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /var/www/html/laravel/laravel5-angular-material-starter
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.10
npm ERR! path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/browserify/node_modules/crypto-browserify/node_modules/browserify-sign/node_modules/parse-asn1/node_modules/evp_bytestokey/index.js
npm ERR! fstream_path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/browserify/node_modules/crypto-browserify/node_modules/browserify-sign/node_modules/parse-asn1/node_modules/evp_bytestokey/index.js
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/nodejs/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm ERR! Error: ENOENT, lstat '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/babelify/node_modules/babel-core/node_modules/regexpu/node_modules/recast/node_modules/esprima-fb/test/test.js'
npm ERR! If you need help, you may report this log at:
npm ERR! http://github.com/isaacs/npm/issues
npm ERR! or email it to:
npm ERR! [email protected]

npm ERR! System Linux 3.16.0-50-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /var/www/html/laravel/laravel5-angular-material-starter
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.10
npm ERR! path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/babelify/node_modules/babel-core/node_modules/regexpu/node_modules/recast/node_modules/esprima-fb/test/test.js
npm ERR! fstream_path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/babelify/node_modules/babel-core/node_modules/regexpu/node_modules/recast/node_modules/esprima-fb/test/test.js
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/nodejs/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm ERR! Error: ENOENT, chown '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/browserify/node_modules/module-deps/node_modules/detective/node_modules/escodegen/node_modules/estraverse/README.md'
npm ERR! If you need help, you may report this log at:
npm ERR! http://github.com/isaacs/npm/issues
npm ERR! or email it to:
npm ERR! [email protected]

npm ERR! System Linux 3.16.0-50-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /var/www/html/laravel/laravel5-angular-material-starter
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.10
npm ERR! path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/browserify/node_modules/module-deps/node_modules/detective/node_modules/escodegen/node_modules/estraverse/README.md
npm ERR! fstream_path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/browserify/node_modules/module-deps/node_modules/detective/node_modules/escodegen/node_modules/estraverse/README.md
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! fstream_finish_call chown
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/nodejs/fstream/lib/writer.js:305:19
npm ERR! fstream_stack /usr/lib/nodejs/graceful-fs/polyfills.js:133:7
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm ERR! error rolling back Error: ENOTEMPTY, rmdir '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/browserify/node_modules/module-deps/node_modules/detective/node_modules/escodegen/node_modules/esprima'
npm ERR! error rolling back [email protected] { [Error: ENOTEMPTY, rmdir '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/browserify/node_modules/module-deps/node_modules/detective/node_modules/escodegen/node_modules/esprima']
npm ERR! error rolling back errno: 53,
npm ERR! error rolling back code: 'ENOTEMPTY',
npm ERR! error rolling back path: '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/browserify/node_modules/module-deps/node_modules/detective/node_modules/escodegen/node_modules/esprima' }
npm ERR! Error: ENOENT, lstat '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-babel/node_modules/babel-core/node_modules/core-js/client/core.min.js.map'
npm ERR! If you need help, you may report this log at:
npm ERR! http://github.com/isaacs/npm/issues
npm ERR! or email it to:
npm ERR! [email protected]

npm ERR! System Linux 3.16.0-50-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /var/www/html/laravel/laravel5-angular-material-starter
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.10
npm ERR! path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-babel/node_modules/babel-core/node_modules/core-js/client/core.min.js.map
npm ERR! fstream_path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-babel/node_modules/babel-core/node_modules/core-js/client/core.min.js.map
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/nodejs/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm ERR! Error: ENOENT, lstat '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-babel/node_modules/babel-core/node_modules/regenerator/node_modules/commoner/node_modules/glob/node_modules/inflight/node_modules/wrappy/LICENSE'
npm ERR! If you need help, you may report this log at:
npm ERR! http://github.com/isaacs/npm/issues
npm ERR! or email it to:
npm ERR! [email protected]

npm ERR! System Linux 3.16.0-50-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /var/www/html/laravel/laravel5-angular-material-starter
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.10
npm ERR! path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-babel/node_modules/babel-core/node_modules/regenerator/node_modules/commoner/node_modules/glob/node_modules/inflight/node_modules/wrappy/LICENSE
npm ERR! fstream_path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-babel/node_modules/babel-core/node_modules/regenerator/node_modules/commoner/node_modules/glob/node_modules/inflight/node_modules/wrappy/LICENSE
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/nodejs/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm ERR! Error: ENOENT, lstat '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/browserify/node_modules/module-deps/node_modules/detective/node_modules/escodegen/node_modules/esutils/README.md'
npm ERR! If you need help, you may report this log at:
npm ERR! http://github.com/isaacs/npm/issues
npm ERR! or email it to:
npm ERR! [email protected]

npm ERR! System Linux 3.16.0-50-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /var/www/html/laravel/laravel5-angular-material-starter
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.10
npm ERR! path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/browserify/node_modules/module-deps/node_modules/detective/node_modules/escodegen/node_modules/esutils/README.md
npm ERR! fstream_path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/browserify/node_modules/module-deps/node_modules/detective/node_modules/escodegen/node_modules/esutils/README.md
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/nodejs/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm ERR! Error: ENOENT, lstat '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/browserify/node_modules/crypto-browserify/node_modules/browserify-sign/node_modules/parse-asn1/node_modules/browserify-aes/authCipher.js'
npm ERR! If you need help, you may report this log at:
npm ERR! http://github.com/isaacs/npm/issues
npm ERR! or email it to:
npm ERR! [email protected]

npm ERR! System Linux 3.16.0-50-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /var/www/html/laravel/laravel5-angular-material-starter
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.10
npm ERR! path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/browserify/node_modules/crypto-browserify/node_modules/browserify-sign/node_modules/parse-asn1/node_modules/browserify-aes/authCipher.js
npm ERR! fstream_path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/browserify/node_modules/crypto-browserify/node_modules/browserify-sign/node_modules/parse-asn1/node_modules/browserify-aes/authCipher.js
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/nodejs/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm ERR! Error: ENOENT, lstat '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/browserify/node_modules/module-deps/node_modules/detective/node_modules/escodegen/node_modules/optionator/README.md'
npm ERR! If you need help, you may report this log at:
npm ERR! http://github.com/isaacs/npm/issues
npm ERR! or email it to:
npm ERR! [email protected]

npm ERR! System Linux 3.16.0-50-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /var/www/html/laravel/laravel5-angular-material-starter
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.10
npm ERR! path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/browserify/node_modules/module-deps/node_modules/detective/node_modules/escodegen/node_modules/optionator/README.md
npm ERR! fstream_path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/browserify/node_modules/module-deps/node_modules/detective/node_modules/escodegen/node_modules/optionator/README.md
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/nodejs/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm ERR! Error: ENOENT, lstat '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/browserify/node_modules/module-deps/node_modules/detective/node_modules/escodegen/node_modules/source-map/README.md'
npm ERR! If you need help, you may report this log at:
npm ERR! http://github.com/isaacs/npm/issues
npm ERR! or email it to:
npm ERR! [email protected]

npm ERR! System Linux 3.16.0-50-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /var/www/html/laravel/laravel5-angular-material-starter
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.10
npm ERR! path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/browserify/node_modules/module-deps/node_modules/detective/node_modules/escodegen/node_modules/source-map/README.md
npm ERR! fstream_path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/browserify/node_modules/module-deps/node_modules/detective/node_modules/escodegen/node_modules/source-map/README.md
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/nodejs/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm http GET https://registry.npmjs.org/kind-of
npm http GET https://registry.npmjs.org/longest
npm ERR! Error: ENOENT, lstat '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/watchify/node_modules/browserify/node_modules/crypto-browserify/node_modules/browserify-cipher/node_modules/browserify-des/node_modules/cipher-base/test.js'
npm ERR! If you need help, you may report this log at:
npm ERR! http://github.com/isaacs/npm/issues
npm ERR! or email it to:
npm ERR! [email protected]

npm ERR! System Linux 3.16.0-50-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /var/www/html/laravel/laravel5-angular-material-starter
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.10
npm ERR! path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/watchify/node_modules/browserify/node_modules/crypto-browserify/node_modules/browserify-cipher/node_modules/browserify-des/node_modules/cipher-base/test.js
npm ERR! fstream_path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/watchify/node_modules/browserify/node_modules/crypto-browserify/node_modules/browserify-cipher/node_modules/browserify-des/node_modules/cipher-base/test.js
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/nodejs/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm ERR! Error: ENOENT, chown '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-phpspec/node_modules/gulp-todo/node_modules/gulp-util/node_modules/dateformat/node_modules/meow/node_modules/indent-string/node_modules/repeating/node_modules/is-finite/readme.md'
npm ERR! If you need help, you may report this log at:
npm ERR! http://github.com/isaacs/npm/issues
npm ERR! or email it to:
npm ERR! [email protected]

npm ERR! System Linux 3.16.0-50-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /var/www/html/laravel/laravel5-angular-material-starter
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.10
npm ERR! path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-phpspec/node_modules/gulp-todo/node_modules/gulp-util/node_modules/dateformat/node_modules/meow/node_modules/indent-string/node_modules/repeating/node_modules/is-finite/readme.md
npm ERR! fstream_path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-phpspec/node_modules/gulp-todo/node_modules/gulp-util/node_modules/dateformat/node_modules/meow/node_modules/indent-string/node_modules/repeating/node_modules/is-finite/readme.md
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! fstream_finish_call chown
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/nodejs/fstream/lib/writer.js:305:19
npm ERR! fstream_stack /usr/lib/nodejs/graceful-fs/polyfills.js:133:7
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm http GET https://registry.npmjs.org/is-property
npm ERR! error rolling back Error: ENOTEMPTY, rmdir '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-phpspec/node_modules'
npm ERR! error rolling back [email protected] { [Error: ENOTEMPTY, rmdir '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-phpspec/node_modules']
npm ERR! error rolling back errno: 53,
npm ERR! error rolling back code: 'ENOTEMPTY',
npm ERR! error rolling back path: '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/gulp-phpspec/node_modules' }
npm ERR! Error: ENOENT, lstat '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/watchify/node_modules/browserify/node_modules/module-deps/node_modules/detective/node_modules/escodegen/escodegen.js'
npm ERR! If you need help, you may report this log at:
npm ERR! http://github.com/isaacs/npm/issues
npm ERR! or email it to:
npm ERR! [email protected]

npm ERR! System Linux 3.16.0-50-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /var/www/html/laravel/laravel5-angular-material-starter
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.10
npm ERR! path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/watchify/node_modules/browserify/node_modules/module-deps/node_modules/detective/node_modules/escodegen/escodegen.js
npm ERR! fstream_path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/watchify/node_modules/browserify/node_modules/module-deps/node_modules/detective/node_modules/escodegen/escodegen.js
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/nodejs/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm ERR! Error: ENOENT, lstat '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/watchify/node_modules/browserify/node_modules/module-deps/node_modules/stream-combiner2/node_modules/through2/node_modules/readable-stream/node_modules/core-util-is/util.js'
npm ERR! If you need help, you may report this log at:
npm ERR! http://github.com/isaacs/npm/issues
npm ERR! or email it to:
npm ERR! [email protected]

npm ERR! System Linux 3.16.0-50-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /var/www/html/laravel/laravel5-angular-material-starter
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.10
npm ERR! path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/watchify/node_modules/browserify/node_modules/module-deps/node_modules/stream-combiner2/node_modules/through2/node_modules/readable-stream/node_modules/core-util-is/util.js
npm ERR! fstream_path /var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/watchify/node_modules/browserify/node_modules/module-deps/node_modules/stream-combiner2/node_modules/through2/node_modules/readable-stream/node_modules/core-util-is/util.js
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/nodejs/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm WARN optional dep failed, continuing [email protected]
npm ERR! error rolling back Error: ENOTEMPTY, rmdir '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/watchify/node_modules'
npm ERR! error rolling back [email protected] { [Error: ENOTEMPTY, rmdir '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/watchify/node_modules']
npm ERR! error rolling back errno: 53,
npm ERR! error rolling back code: 'ENOTEMPTY',
npm ERR! error rolling back path: '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/watchify/node_modules' }
npm ERR! error rolling back Error: ENOTEMPTY, rmdir '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/browserify/node_modules/crypto-browserify/node_modules/browserify-sign/node_modules/elliptic/node_modules/brorand'
npm ERR! error rolling back [email protected] { [Error: ENOTEMPTY, rmdir '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/browserify/node_modules/crypto-browserify/node_modules/browserify-sign/node_modules/elliptic/node_modules/brorand']
npm ERR! error rolling back errno: 53,
npm ERR! error rolling back code: 'ENOTEMPTY',
npm ERR! error rolling back path: '/var/www/html/laravel/laravel5-angular-material-starter/node_modules/laravel-elixir/node_modules/browserify/node_modules/crypto-browserify/node_modules/browserify-sign/node_modules/elliptic/node_modules/brorand' }

Problem while "installing"

Hi,

I follow the steps you wrote :

  • git clone [email protected]:jadjoubran/laravel5-angular-material-starter.git : OK
  • npm install -g gulp bower : OK
  • composer install : OK
  • npm install : OK
  • bower install : OK with a choice, I choose 3)
Unable to find a suitable version for angular, please choose one:
    1) angular#1.3 which resolved to 1.3.15 and is required by laravel5-angular-material-starter
    2) angular#^1.3.0 || >1.4.0-beta.0 which resolved to 1.3.15 and is required by angular-material#0.9.4
    3) angular#>= 1.0.8 which resolved to 1.3.15 and is required by angular-ui-router#0.2.15
    4) angular#1.4.0 which resolved to 1.4.0 and is required by angular-animate#1.4.0, angular-aria#1.4.0
    5) angular#~1.x which resolved to 1.4.0 and is required by restangular#1.5.1
    6) angular#>=1.0.8 which resolved to 1.4.0 and is required by ngstorage#0.3.4
  • gulp : KO
MacBook-Pro-de-Pierre-2:project1 pierrerigal$ gulp
[11:19:49] Using gulpfile ~/Projets/project1/gulpfile.js
[11:19:49] Starting 'default'...
[11:19:49] Starting 'bower-css'...
[11:19:49] Starting 'bower-js'...
[11:19:49] Finished 'default' after 63 ms
[11:20:10] Finished 'bower-js' after 21 s
[11:20:10] Finished 'bower-css' after 21 s
[11:20:10] Starting 'bower'...
[11:20:10] Finished 'bower' after 15 μs
[11:20:10] Starting 'angular in angular/'...
[11:20:11] Finished 'angular in angular/' after 308 ms
[11:20:11] Starting 'less'...
[11:20:11] Running Less: resources/assets/less/../../../angular/**/*.less
[11:20:12] Finished 'less' after 1.07 s
[11:20:12] Starting 'copy'...
[11:20:12] Finished 'copy' after 5.12 ms
[11:20:12] Starting 'styles'...
[11:20:12] Merging: resources/.tmp/**/*.css

events.js:85
      throw er; // Unhandled 'error' event
            ^
SyntaxError: /Users/pierrerigal/Projets/project1/resources/.tmp/all.css: Unexpected token (1:0)
> 1 | .Dashboard-Container li {
    | ^
  2 |   line-height: 26px;
  3 | }
  4 | 
    at Parser.pp.raise (/Users/pierrerigal/Projets/project1/node_modules/laravel-elixir/node_modules/gulp-babel/node_modules/babel-core/lib/acorn/src/location.js:73:13)
    at Parser.pp.unexpected (/Users/pierrerigal/Projets/project1/node_modules/laravel-elixir/node_modules/gulp-babel/node_modules/babel-core/lib/acorn/src/parseutil.js:87:8)
    at Parser.pp.parseExprAtom (/Users/pierrerigal/Projets/project1/node_modules/laravel-elixir/node_modules/gulp-babel/node_modules/babel-core/lib/acorn/src/expression.js:393:12)
    at Parser.parseExprAtom (/Users/pierrerigal/Projets/project1/node_modules/laravel-elixir/node_modules/gulp-babel/node_modules/babel-core/node_modules/acorn-jsx/inject.js:624:24)
    at Parser.pp.parseExprSubscripts (/Users/pierrerigal/Projets/project1/node_modules/laravel-elixir/node_modules/gulp-babel/node_modules/babel-core/lib/acorn/src/expression.js:217:19)
    at Parser.pp.parseMaybeUnary (/Users/pierrerigal/Projets/project1/node_modules/laravel-elixir/node_modules/gulp-babel/node_modules/babel-core/lib/acorn/src/expression.js:199:19)
    at Parser.pp.parseExprOps (/Users/pierrerigal/Projets/project1/node_modules/laravel-elixir/node_modules/gulp-babel/node_modules/babel-core/lib/acorn/src/expression.js:155:19)
    at Parser.pp.parseMaybeConditional (/Users/pierrerigal/Projets/project1/node_modules/laravel-elixir/node_modules/gulp-babel/node_modules/babel-core/lib/acorn/src/expression.js:138:19)
    at Parser.pp.parseMaybeAssign (/Users/pierrerigal/Projets/project1/node_modules/laravel-elixir/node_modules/gulp-babel/node_modules/babel-core/lib/acorn/src/expression.js:106:19)
    at Parser.pp.parseExpression (/Users/pierrerigal/Projets/project1/node_modules/laravel-elixir/node_modules/gulp-babel/node_modules/babel-core/lib/acorn/src/expression.js:81:19)

Why ? :)

Thanks.

Notes :

  • First time with L5, Gulp, Angular
  • Familiar with L4, Composer, Bower, Grunt

Add getting started guide

How to get started after installation by doing a sample functionality:

covering the following:

  • API routes
  • controller
  • artisan ng:feature generator
  • ui-router
  • angular controller
  • restangular

Bower components directory does not exist

Fresh install in my windows machine with xampp stack.

When i run gulp, i am geeting the followin error.
Error: Bower components directory does not exist at d:\xampp\htdocs\l aravel5-angular-material-starter\bower_components

Sidebar issue on IE11

Originally posted by @Bodom78 - issue #16

IE bug

I have some workarounds in the sidebar.html code for the ui-sref to work.. So this might be causing an issue on IE11..
But then I noticed that this is an upstream issue on angular/material repo:

angular/material#2131

I'm pushing a temporary fix as mentioned in this comment until the upstream issue is resolved.

Windows + Homestead

Hello there,

Has anyone tried to install this in homestead, in a Windows host?

I've tried npm install -g gulp bower, gave me permission error.
Tried sudo npm install -g gulp bower, it seems like it worked.

composer create-project jadjoubran/laravel5-angular-material-starter myapp --prefer-dist worked fine (I usually create new laravel projects this way).

It all falls apart when I try to do npm install:

npm ERR! install Couldn't read dependencies
npm ERR! Linux 3.19.0-25-generic
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! node v4.1.1
npm ERR! npm  v2.14.4
npm ERR! path /home/vagrant/projects/package.json
npm ERR! code ENOPACKAGEJSON
npm ERR! errno -2
npm ERR! syscall open

npm ERR! package.json ENOENT: no such file or directory, open '/home/vagrant/projects/package.json'
npm ERR! package.json This is most likely not a problem with npm itself.
npm ERR! package.json npm can't find a package.json file in your current directory.
npm ERR! Linux 3.19.0-25-generic
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! node v4.1.1
npm ERR! npm  v2.14.4
npm ERR! path npm-debug.log.4ad20327e9e1aba39170203d795ee830
npm ERR! code ETXTBSY
npm ERR! errno -26
npm ERR! syscall rename

npm ERR! ETXTBSY: text file is busy, rename 'npm-debug.log.4ad20327e9e1aba39170203d795ee830' -> 'npm-debug.log'
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR!     <https://github.com/npm/npm/issues>

npm ERR! Please include the following file with any support request:
npm ERR!     /home/vagrant/projects/npm-debug.log
vagrant@homestead:~/projects$ cd moviebox/
vagrant@homestead:~/projects/moviebox$ clear
vagrant@homestead:~/projects/moviebox$ npm install
npm WARN package.json @ No repository field.
npm WARN package.json @ No license field.
npm WARN optional dep failed, continuing [email protected]
npm WARN optional dep failed, continuing [email protected]
npm ERR! tar.unpack untar error /home/vagrant/.npm/normalize-package-data/2.3.4/package.tgz
npm ERR! tar.unpack untar error /home/vagrant/.npm/validate-npm-package-license/3.0.1/package.tgz
npm ERR! tar.unpack untar error /home/vagrant/.npm/validate-npm-package-license/3.0.1/package.tgz
npm ERR! tar.unpack untar error /home/vagrant/.npm/validate-npm-package-license/3.0.1/package.tgz
npm WARN optional dep failed, continuing [email protected]
npm ERR! tar.unpack untar error /home/vagrant/.npm/validate-npm-package-license/3.0.1/package.tgz
npm ERR! tar.unpack untar error /home/vagrant/.npm/validate-npm-package-license/3.0.1/package.tgz
npm ERR! tar.unpack untar error /home/vagrant/.npm/validate-npm-package-license/3.0.1/package.tgz
npm ERR! tar.unpack untar error /home/vagrant/.npm/hosted-git-info/2.1.4/package.tgz
npm ERR! tar.unpack untar error /home/vagrant/.npm/hosted-git-info/2.1.4/package.tgz
npm ERR! tar.unpack untar error /home/vagrant/.npm/hosted-git-info/2.1.4/package.tgz
npm ERR! tar.unpack untar error /home/vagrant/.npm/hosted-git-info/2.1.4/package.tgz
npm ERR! tar.unpack untar error /home/vagrant/.npm/hosted-git-info/2.1.4/package.tgz
npm ERR! tar.unpack untar error /home/vagrant/.npm/hosted-git-info/2.1.4/package.tgz
npm ERR! tar.unpack untar error /home/vagrant/.npm/validate-npm-package-license/3.0.1/package.tgz
npm ERR! tar.unpack untar error /home/vagrant/.npm/validate-npm-package-license/3.0.1/package.tgz
npm ERR! tar.unpack untar error /home/vagrant/.npm/hosted-git-info/2.1.4/package.tgz
npm ERR! tar.unpack untar error /home/vagrant/.npm/hosted-git-info/2.1.4/package.tgz
npm ERR! tar.unpack untar error /home/vagrant/.npm/hosted-git-info/2.1.4/package.tgz
npm ERR! tar.unpack untar error /home/vagrant/.npm/normalize-package-data/2.3.4/package.tgz
npm ERR! tar.unpack untar error /home/vagrant/.npm/normalize-package-data/2.3.4/package.tgz
npm ERR! tar.unpack untar error /home/vagrant/.npm/normalize-package-data/2.3.4/package.tgz
npm ERR! tar.unpack untar error /home/vagrant/.npm/validate-npm-package-license/3.0.1/package.tgz
npm ERR! tar.unpack untar error /home/vagrant/.npm/hosted-git-info/2.1.4/package.tgz
npm ERR! tar.unpack untar error /home/vagrant/.npm/base64-arraybuffer/0.1.2/package.tgz
npm ERR! tar.unpack untar error /home/vagrant/.npm/request/2.11.4/package.tgz
-
> [email protected] install /home/vagrant/projects/moviebox/node_modules/laravel-elixir/node_modules/browser-sync/node_modules/socket.io/node_modules/engine.io/node_modules/ws/node_modules/utf-8-validate
> node-gyp rebuild

make: Entering directory `/home/vagrant/projects/moviebox/node_modules/laravel-elixir/node_modules/browser-sync/node_modules/socket.io/node_modules/engine.io/node_modules/ws/node_modules/utf-8-validate/build'
  CXX(target) Release/obj.target/validation/src/validation.o
  SOLINK_MODULE(target) Release/obj.target/validation.node
  COPY Release/validation.node
make: Leaving directory `/home/vagrant/projects/moviebox/node_modules/laravel-elixir/node_modules/browser-sync/node_modules/socket.io/node_modules/engine.io/node_modules/ws/node_modules/utf-8-validate/build'
npm ERR! tar.unpack untar error /home/vagrant/.npm/nan/2.0.9/package.tgz
npm WARN optional dep failed, continuing [email protected]
npm WARN optional dep failed, continuing [email protected]

> [email protected] install /home/vagrant/projects/moviebox/node_modules/laravel-elixir/node_modules/browser-sync/node_modules/socket.io/node_modules/engine.io/node_modules/ws/node_modules/bufferutil
> node-gyp rebuild

make: Entering directory `/home/vagrant/projects/moviebox/node_modules/laravel-elixir/node_modules/browser-sync/node_modules/socket.io/node_modules/engine.io/node_modules/ws/node_modules/bufferutil/build'
  CXX(target) Release/obj.target/bufferutil/src/bufferutil.o
  SOLINK_MODULE(target) Release/obj.target/bufferutil.node
  COPY Release/bufferutil.node
make: Leaving directory `/home/vagrant/projects/moviebox/node_modules/laravel-elixir/node_modules/browser-sync/node_modules/socket.io/node_modules/engine.io/node_modules/ws/node_modules/bufferutil/build'
npm ERR! tar.unpack untar error /home/vagrant/.npm/validate-npm-package-license/3.0.1/package.tgz
npm ERR! tar.unpack untar error /home/vagrant/.npm/hosted-git-info/2.1.4/package.tgz
npm WARN optional dep failed, continuing [email protected]
npm WARN optional dep failed, continuing [email protected]
npm WARN optional dep failed, continuing [email protected]
npm WARN optional dep failed, continuing [email protected]
npm WARN optional dep failed, continuing [email protected]
npm WARN optional dep failed, continuing [email protected]
npm ERR! Linux 3.19.0-25-generic
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! node v4.1.1
npm ERR! npm  v2.14.4
npm ERR! path ../supports-color/cli.js
npm ERR! code EPROTO
npm ERR! errno -71
npm ERR! syscall symlink

npm ERR! EPROTO: protocol error, symlink '../supports-color/cli.js' -> '/home/vagrant/projects/moviebox/node_modules/gulp-concat-sourcemap/node_modules/gulp-util/node_modules/chalk/node_modules/.bin/supports-color'
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR!     <https://github.com/npm/npm/issues>
npm ERR! Linux 3.19.0-25-generic
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! node v4.1.1
npm ERR! npm  v2.14.4
npm ERR! path npm-debug.log.6f64392f9f7d0503e8c9d73cf02b6470
npm ERR! code ETXTBSY
npm ERR! errno -26
npm ERR! syscall rename

npm ERR! ETXTBSY: text file is busy, rename 'npm-debug.log.6f64392f9f7d0503e8c9d73cf02b6470' -> 'npm-debug.log'
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR!     <https://github.com/npm/npm/issues>

npm ERR! Please include the following file with any support request:
npm ERR!     /home/vagrant/projects/moviebox/npm-debug.log

Can't get past this!

Any help?

No supported encrypter found. The cipher and / or key length are invalid.

Hey,

I am getting following error when I browse localhost:8000:

Whoops, looks like something went wrong.

1/1
RuntimeException in compiled.php line 6784:
No supported encrypter found. The cipher and / or key length are invalid.
in compiled.php line 6784
at EncryptionServiceProvider->Illuminate\Encryption{closure}(object(Application), array()) in compiled.php line 1086
at Container->build(object(Closure), array()) in compiled.php line 1039
at Container->make('encrypter', array()) in compiled.php line 1577
at Application->make('Illuminate\Contracts\Encryption\Encrypter') in compiled.php line 1131
at Container->resolveClass(object(ReflectionParameter)) in compiled.php line 1115
at Container->getDependencies(array(object(ReflectionParameter)), array()) in compiled.php line 1101
at Container->build('Illuminate\Cookie\Middleware\EncryptCookies', array()) in compiled.php line 1039
at Container->make('Illuminate\Cookie\Middleware\EncryptCookies', array()) in compiled.php line 1577
at Application->make('Illuminate\Cookie\Middleware\EncryptCookies') in compiled.php line 9279
at Pipeline->Illuminate\Pipeline{closure}(object(Request)) in compiled.php line 2776
at CheckForMaintenanceMode->handle(object(Request), object(Closure))
at call_user_func_array(array(object(CheckForMaintenanceMode), 'handle'), array(object(Request), object(Closure))) in compiled.php line 9279
at Pipeline->Illuminate\Pipeline{closure}(object(Request)) in Request.php line 95
at Request->handle(object(Request), object(Closure))
at call_user_func_array(array(object(Request), 'handle'), array(object(Request), object(Closure))) in compiled.php line 9279
at Pipeline->Illuminate\Pipeline{closure}(object(Request))
at call_user_func(object(Closure), object(Request)) in compiled.php line 9269
at Pipeline->then(object(Closure)) in compiled.php line 2053
at Kernel->sendRequestThroughRouter(object(Request)) in compiled.php line 2036
at Kernel->handle(object(Request)) in index.php line 53
at require_once('/Users/sbae/Projects/laravel5-angular-material-starter/public/index.php') in server.php line 19

Elixir 3

I noticed you're using elixir 2. Elixir 3 is now available. :)

CORS support - barryvdh/laravel-cors

If anyone plans to use these API for a mobile app, they'll definitely need to specify the Cross-Origin Resource Sharing headers

github.com/barryvdh/laravel-cors sounds like the perfect match

Laravel5 angular material starter will have this package setup so users can immediately enable CORS by using the middleware.
It should reflect the documentation and have a sane default configuration file

  • laravel-cors setup
  • sane default configuration
  • enable by default using middleware?
  • documentation

well done! How to start building a new app/project

Well done! you did a good work!
please i need your help, i followed all the instruction installing your project. And i see the side menu bar on the left.
But now what am'i supposed to do? and how could i began ?
please, i'm new & unexperimented developper!
could you give me an advise and sample?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.