sedraksargsyan / laravel-angular-preset
Laravel Angular preset
dev-master
2019-11-22 08:19 UTC
Requires
- laravel/framework: ^6.2
This package is auto-updated.
Last update: 2025-03-22 19:46:25 UTC
README
A simple and easy Angular 8 scaffolding so you can quickly get started creating your next app idea with Laravel Mix.
Installation
Add the package in your composer.json by executing the command.
composer require sedraksargsyan/laravel-angular-preset
Usage
The Angular preset command can be initialized through Artisan:
php artisan preset angular
After running, this will replace out the Vue.js scaffolding with Angular. This includes the default Mix configuration, components, and any other related files
Please run command to compile your fresh scaffolding:
npm install && npm run dev