Integrates Angular into a Laravel Application. Works on Laravel Vapor.
This package has not been properly tested yet. Feel free to give it a try. Please let me know when things go wrong.
You can install the package via composer:
composer require hettiger/laravel-angular-preset
Execute the following commands:
php artisan laravel-angular-preset:install
npm run ng:dev
View your app in the web browser. Angular should be up and running at this point.
Your Angular app lives under resources/angular
. Start adding components and enjoy.
See package.json
for more scripts starting with the prefix ng:
.
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.