Skip to content

jhommark/angularavel

Repository files navigation

Angularavel - Laravel 5.5 with Angular 5 (Boiler Plate)

Features:

  • JWT Authentication
  • Role-based Permissions

Installation

Replicate `.env.example` to `.env` file and configure everything you need especially the database
composer install
npm install
php artisan key:generate
php artisan jwt:secret
php artisan migrate
php artisan db:seed

Development

npm run dev

Watch for changes

npm run watch

Hot Reload

npm run hot

Serving the Application

php artisan serve

To include component template, use the following code:

'template': require('./app.component.html'),

To include component style, use the following code:

'styles': [`${require('./app.component.scss')}`]

Credits and References:

About

Laravel 5.5 with Angular 5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published