Skip to content

Simple application of contact manager created with Laravel 5.3 and AngularJS.

Notifications You must be signed in to change notification settings

arumuganainar/laravel-angular

Repository files navigation

laravel-angular

A Laravel app built with MySQL and Angular. For demonstration purposes and a tutorial. Laravel provides the RESTful API. Angular provides the frontend and accesses the API.

Requirements

  • PHP >= 5.5.9
  • Apache
  • MariaDB (PHPMyAdmin)
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension

Installation

  1. Clone the repository: git clone https://github.com/ThBastos/laravel-angular.git project-name
  2. cd projectname
  3. composer install
  4. Create a database and inform .env
  5. php artisan migrate --seed to create and populate tables
  6. php artisan serve to start the app on http://localhost:8000/

Tutorial Series (PT-BR)

This repo corresponds to the Laravel and AngularJS tutorial on thbastos.com - Criando uma aplicação com Laravel 5 e AngularJS PT-BR

Tutorial topics

Happy Todo-ing!

lista-contatos-demo

About

Simple application of contact manager created with Laravel 5.3 and AngularJS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published