sedraksargsyan/laravel-angular-preset

dev-master 2019-11-22 08:19 UTC

This package is auto-updated.

Last update: 2024-04-22 17:56:13 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