https://github.com/olegmarko/laravel-angular-crud
Laravel CRUD using repositories pattern with AngularJS
https://github.com/olegmarko/laravel-angular-crud
angularjs angularjs-crud laravel laravel-crud laravel-repository-pattern
Last synced: 2 months ago
JSON representation
Laravel CRUD using repositories pattern with AngularJS
- Host: GitHub
- URL: https://github.com/olegmarko/laravel-angular-crud
- Owner: OlegMarko
- Created: 2017-11-01T14:22:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-06T21:56:56.000Z (over 7 years ago)
- Last Synced: 2025-04-03T08:25:01.478Z (3 months ago)
- Topics: angularjs, angularjs-crud, laravel, laravel-crud, laravel-repository-pattern
- Language: PHP
- Size: 440 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## How to run this app
### Steps
- clone github repository `git clone https://github.com/OlegMarko/laravel-angular-crud.git`
- run command: `cd laravel-angular-crud`
- run command: `composer install`
- mod permissions to path `/bootstrap` `/public` `/storage`
- run command: `php artisan key:generate`
- run command: `php artisan migrate`
- run command: `npm install`
- run command: `npm run dev`
- run command: `php artisan serve`
- register new user
- create new task
- ...