hettiger/laravel-angular-preset

Laravel Angular Frontend Preset

v0.0.4 2023-07-29 09:55 UTC

This package is auto-updated.

Last update: 2024-03-29 11:21:30 UTC


README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

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.