https://github.com/rosyid-grobogan/laravel-jquery
Laravel 7, DataTables, Bootstrap 4
https://github.com/rosyid-grobogan/laravel-jquery
Last synced: about 1 month ago
JSON representation
Laravel 7, DataTables, Bootstrap 4
- Host: GitHub
- URL: https://github.com/rosyid-grobogan/laravel-jquery
- Owner: rosyid-grobogan
- Created: 2020-06-19T09:24:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T20:47:10.000Z (over 2 years ago)
- Last Synced: 2025-02-23T13:44:27.622Z (8 months ago)
- Language: PHP
- Size: 1.12 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Requirements
1. Ketika category dipilih maka akan keluar subcategory dengan menyesuaikan primary key category yang di pilih [done]
2. Buat proses penyimpanan yang berisi; title product, brands, gender, category, sub category, dan deskripsi
3. Ketika menyimpan, page tidak reload atau refresh [done]
4. List product menggunakan datatable, dengan menggunakan server side [done]
5. Icon delete berfungsi menghapus cell atau satu item yang di klik (Nilai plus apabila tidak ada reload ketika di klik) [done]
6. Buat satu lagi tombol action jika di klik akan keluar alert dengan text title product yang di colom tersebut
7. Hilangkan lambang short di table untuk menghapus [done]
8. Buat data untuk mengisi tabel list product lebih dari 20 (menggunakan library faker menjadi nilai plus) [done]## Technology
- [Laravel 7](https://laravel.com/)
- [NPM 6.14.5](https://www.npmjs.com/)
- [Admin LTE 3](https://adminlte.io/)
- [Bootstrap 4](https://getbootstrap.com/)
- [DataTable](https://datatables.net/)
- [Laravel DataTables](https://github.com/yajra/laravel-datatables)# Implements
- Seeder and Factory## Getting Started
- Download / Clone from github- Set up your database in .env file
- Install composer
```
composer install
```- Generate Key
```
php artisan key:generate
```
- run migration and seeding
```
php artisan migrate:fresh --seed
```