hettiger / laravel-angular-preset

Laravel Angular Preset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Angular Frontend Preset

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.

About

Laravel Angular Preset

License:MIT License


Languages

Language:PHP 85.6%Language:JavaScript 14.4%