jadjoubran / laravel-angular

(deprecated) Laravel & Angular package
https://laravel-angular.io
MIT License
179 stars 25 forks source link

is it Angular 4 the last version ? #6

Closed c1t1zen closed 6 years ago

c1t1zen commented 6 years ago

Hey! I wonder if you use the last version of Angular 4. Also i ask if we can use angular 4 with laravel 5.5

Thank you in advance

jadjoubran commented 6 years ago

Hi @c1t1zen With this package, you have the freedom to use whichever Angular version you'd like. So yes you can use the Angular-cli (as mentioned in the documentation) in order to scaffold your new Angular (4) app. Laravel 5.5 should work, but right now it's tested with 5.4

c1t1zen commented 6 years ago

Hi @jadjoubran thank you for reply the documentation only talk about AngularJs no mention how to use Angular 4 with and where can i install or setup Angular app in laravel project root?

jadjoubran commented 6 years ago

Hi @c1t1zen Sorry I should've mentioned, the new documentation is solely on https://laravel-angular.io/ (rather than on the old website readme.io) It's not recommended to setup the Angular app in the laravel project root as you'll end up with way too many files and it becomes unmanageable.. I'd recommend you use the Angular CLI in a different project I'll be working on a screencast soon!

c1t1zen commented 6 years ago

Thank you @jadjoubran