A simple and easy Angular 7 scaffolding so you can quickly get started creating your next app idea with Laravel Mix.
Add the package in your composer.json by executing the command.
composer require yasinkocak/laravel-angular-preset
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