hettiger / laravel-angular-preset
Laravel Angular Frontend Preset
Requires
- php: ^8.1
- illuminate/contracts: ^9.0|^10.0
- league/flysystem: ^3.0.16
- spatie/laravel-package-tools: ^1.9.2
Requires (Dev)
- laravel/pint: ^1.0
- nunomaduro/collision: ^6.0
- nunomaduro/larastan: ^2.0.1
- orchestra/testbench: ^7.0
- pestphp/pest: ^1.21
- pestphp/pest-plugin-laravel: ^1.1
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- phpunit/phpunit: ^9.5
README
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.
Installation
You can install the package via composer:
composer require hettiger/laravel-angular-preset
Usage
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:
.
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.