laravel-angular2 icon indicating copy to clipboard operation
laravel-angular2 copied to clipboard

Laravel Angular 2 Boilerplate

Results 2 laravel-angular2 issues
Sort by recently updated
recently updated
newest added

Hi, thanks for the repository configured. He cloned and update the laravel to version 5.4, later execute the following: composer update npm install npm start And I get the following...

First, thank you for the guid. I found a typo in the `gulpfile.js`, it should be like this to match `systemjs.config.js`: ``` ... .copy('node_modules/@angular', 'public/js/@angular') .copy('node_modules/anular2-in-memory-web-api', 'public/js/anular2-in-memory-web-api') .copy('node_modules/core-js', 'public/js/core-js') .copy('node_modules/reflect-metadata',...