Skip to content

yasinkocak/laravel-angular-preset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Laravel Angular Preset

A simple and easy Angular 7 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 yasinkocak/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