Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-06T21:56:56.000Z (almost 7 years ago)
- Last Synced: 2023-03-05T06:14:27.806Z (almost 2 years ago)
- Topics: angularjs, angularjs-crud, laravel, laravel-crud, laravel-repository-pattern
- Language: PHP
- Size: 440 KB
- Stars: 4
- Watchers: 2
- 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
- ...