Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cikaldev/ci4-swal-flashdata
Demo project menampilkan Notifikasi dari Session Flashdata menggunakan Sweet Alert (Swal)
https://github.com/cikaldev/ci4-swal-flashdata
Last synced: 17 days ago
JSON representation
Demo project menampilkan Notifikasi dari Session Flashdata menggunakan Sweet Alert (Swal)
- Host: GitHub
- URL: https://github.com/cikaldev/ci4-swal-flashdata
- Owner: cikaldev
- License: mit
- Created: 2020-12-14T19:57:13.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-15T00:18:13.000Z (about 4 years ago)
- Last Synced: 2024-11-06T12:45:59.387Z (2 months ago)
- Language: PHP
- Size: 355 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ci4-swal-flashdata
Demo project menampilkan Notifikasi dari Session Flashdata menggunakan Sweet Alert (Swal), dengan studi kasus CRUD sederhana menggunakan database SQLite3.
## Instalasi dan Running
* Silahkan clone project ini, lalu jalankan perintah `composer install` untuk instalasi dependency yang ada pada file `composer.json`.
* Setelah urusan dengan composer selesai, jalankan perintah `php spark serve` untuk menjalankan project.
* Buka browser favorit anda, kemudian akses URL `http://localhost:8080`Semoga bermanfaat.