This is a simple application demonstrating CRUD operations using laravel framework with Angular.
There is a famous tutorial online by scotch.io https://scotch.io/tutorials/create-a-laravel-and-angular-single-page-comment-application
I have used to same concept and improved it by adding my own Update and Delete operations.
To clone the repository follow the instructions below:
- Clone folder on your server.
- Install Laravel: composer install --prefer-dist
- Change your database settings in app/config/database.php [Important]
- Migrate your database: php artisan migrate
- Seed your database: php artisan db:seed
- View your application in the browser!