Skip to content
This repository was archived by the owner on Sep 13, 2023. It is now read-only.

ilirhushi/laravel5.5-angular5

Repository files navigation

Laravel 5.5 + Angular 4

logo

This is a simple application starter for Laravel 5.5.x + Angular 4.

The Angular code is based on Angular Webpack Starter

Installation

  • Clone the repository
  • then run composer install & npm install

Development

Run npm run start to start a server that'll run on http://localhost:9045 or npm run build-dev to just compile the assets to public/build

Build

You can also run npm run build to use webpack.config.js configuration instead of Laravel Mix.

Laravel Mix

You can use Laravel Mix by running npm run dev or npm run production, The output will be published to public/build but it'll be incomplete and won't work with mix() functions in the layout by default.

Usage

By default the angular code came with index.html which you can use but you can also use the Laravel blade templates as the layout file. Either one works.

If you have any questions please use the Issues tab or submit a pull request. I tried to keep this as simple as possible without all the tests, linting etc... just the basic form of a starter repository to be able to use Angular 4 with Laravel 5.5 as the backend.

@ilirhushi

About

Laravel 5.5 + Angular 5 + AdminLTE single page application

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published