https://github.com/hettiger/laravel-angular-preset
Laravel Angular Preset
https://github.com/hettiger/laravel-angular-preset
Last synced: 9 months ago
JSON representation
Laravel Angular Preset
- Host: GitHub
- URL: https://github.com/hettiger/laravel-angular-preset
- Owner: hettiger
- License: mit
- Created: 2022-09-02T13:32:49.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-29T09:56:01.000Z (almost 3 years ago)
- Last Synced: 2025-06-01T20:48:08.564Z (about 1 year ago)
- Language: PHP
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Laravel Angular Frontend Preset
[](https://packagist.org/packages/hettiger/laravel-angular-preset)
[](https://github.com/hettiger/laravel-angular-preset/actions?query=workflow%3Arun-tests+branch%3Amain)
[](https://github.com/hettiger/laravel-angular-preset/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
[](https://packagist.org/packages/hettiger/laravel-angular-preset)
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:
```bash
composer require hettiger/laravel-angular-preset
```
## Usage
Execute the following commands:
```bash
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
```bash
composer test
```
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [Martin Hettiger](https://github.com/hettiger)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.