2017 © Pedro Peláez
 

library angular-gen

Angular generators for Artisan

image

laravelit/angular-gen

Angular generators for Artisan

  • Friday, September 22, 2017
  • by afroware
  • Repository
  • 1 Watchers
  • 0 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Laravel Angular Artisan Generators

Angular generators for Artisan. Originally created at laravel5-angular-material-starter., (*1)

Usage

artisan ng:page name       #New page inside angular/app/pages/
artisan ng:dialog name     #New custom dialog inside angular/dialogs/
artisan ng:component name  #New component inside angular/app/components/
artisan ng:service name    #New service inside angular/services/
artisan ng:filter name     #New filter inside angular/filters/
artisan ng:config name     #New config inside angular/config/

Installation

If you're using the starter project, then it's already pre-installed., (*2)

composer require Laravelit/angular-gen

//and then add the provider in config/app.php
Laravelit\Generators\LaravelServiceProvider::class,

php artisan vendor:publish

Documentation

View Angular Generators documentation, (*3)

Contributors

Originally created at laravel5-angular-material-starter then moved to a separate package by @m33ch, (*4)

Notes

  • Do not append the word service, it will be automatically added for you.

The Versions

22/09 2017

dev-master

9999999-dev

Angular generators for Artisan

  Sources   Download

MIT

The Requires

 

by Reda Hamioui

22/09 2017

0.0.1

0.0.1.0

Angular generators for Artisan

  Sources   Download

MIT

The Requires

 

by Reda Hamioui