Looking to hire Laravel developers? Try LaraJobs

laravel-angular-preset maintained by sedraksargsyan

Description
Laravel Angular preset
Last update
2019/11/22 09:19 (dev-master)
License
Links
Downloads
4

Comments
comments powered by Disqus

Laravel Angular Preset

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