https://github.com/nlagdhir/laravel-crud
Laravel crud with auth and search
https://github.com/nlagdhir/laravel-crud
Last synced: 21 days ago
JSON representation
Laravel crud with auth and search
- Host: GitHub
- URL: https://github.com/nlagdhir/laravel-crud
- Owner: nlagdhir
- Created: 2018-12-22T05:11:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-22T15:10:00.000Z (over 7 years ago)
- Last Synced: 2025-03-01T17:14:37.034Z (over 1 year ago)
- Language: PHP
- Size: 244 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# laravel-crud
Laravel CRUD(Create, Read, Update and Delete) with authorization using policy. User add new items after complete registration and can view, update and delete from my items.
### Features
* Laravel CRUD using eloquent relationship
* Listing with datatable
* Restriction for user to not access other user data
* Asynchronous search in homepage for guest
* Infinite Scroll in homepage listing
### Installation steps
1) git clone https://github.com/nlagdhir/laravel-crud.git
2) composer update
3) Copy .env.example to .env and set database details in .env file
4) php artisan key:generate
5) If you are using linux then need to give permission to storage and bootstrap folder
6) php artisan migrate
7) php artisan db:seed (Optional : it will create few dummy user and items)