Skip to content

aminodrago/laravel5.5-angular4

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel 5.5 + Angular 4 + AdminLTE

logo

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

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:3000 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

License

This project is open-sourced software licensed under the MIT license.

About

Laravel 5.5 + Angular 4 + AdminLTE basic starting application

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 79.1%
  • HTML 16.5%
  • TypeScript 3.8%
  • Vue 0.6%