8000 GitHub - somnathpzalte/laravel-5-angular-4: start project laravel 5.4 with angular 4
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

somnathpzalte/laravel-5-angular-4

 
 

Repository files navigation

laravel 5.4 with angular 4 start project

Installation:

composer install
npm install

Create .env file (can be based on .env.example

php artisan key:generate

Building

npm run dev

Watching

npm run watch

Server

php artisan serve

To include component template to the component use following code:

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

To include component style to the component use following code:

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

About

start project laravel 5.4 with angular 4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 96.8%
  • TypeScript 1.9%
  • Other 1.3%
0