
An awesome projects!
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Membuat aplikasi Tiketing Event Offline (Pameran, Show, dll) berbasis Web, dari Pembelian Tiket masuk, Validasi Tiket terhadap pengunjung hingga ke Jual Beli sederhana / Poin Of Sales.
This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
Ikuti instruksi berikut.
Berikut langkah bagaimana menginstal nya di Localhost. 2. Clone the repo
git clone https://github.com/vnot01/myEvent-lara1.git
- Move to Project Directory (myEvent-lara1)
cd myEvent-lara1
- Install NPM packages
npm install
- Install Composer packages
composer install
- Copy .env.example dengan nama .env
cp .env.example .env
- Edit .env
APP_NAME=MyEvents APP_URL=http://127.0.0.1:8000 DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=<your db port> DB_DATABASE=<your db name> DB_USERNAME=<your db username> DB_PASSWORD=<your db password>
- Generate Database, Table and Seeding
php artisan migrate --seed
- Generate New Key
php artisan key:generate
- Running Server
php artisan serve
Back End: Login Admin
Super Admin : [email protected]
Admin : [email protected]
User / Pengunjung / Customer : [email protected]
Password:
password
Front End: Login Admin
- Multi-language Support
- English
- Indonesia
- Modul Pengguna:
- Super Admin
- Admin
- Sponsor
- Tiketing
- Penjaga
- Vendor
- Customer / Pengunjung
- Pengguna isian data nya :
- Nama
- Nomor HP
- Level Pengguna
- Tambah Pengguna
- Detail Pengguna
- Perbaharui Pengguna
- Hapus Pengguna
- Data Customer / Pengunjung:
- Daftar Pengunjung
- Tambah Pengunjung
- NIK
- Nama
- Nomor HP
- Ekspor Data (CSV, XLX)
- Modul Laporan Visual
- Tiket
- Laporan Harian Tiket Terjual Chart Bar
- Kalkulasi Rata Rata Pembelian Tiket Perjam, Perhari, Semua Waktu.
- Tiket
- Pengunjung
- Laporan Pengunjung Harian Berdasarkan Tiket Chart Bar
- Kalkulasi Rata Rata Pengunjung Datang Perjam, Perhari, Semua Waktu
- Chart Bar Pengunjung Baru dan Pengunjung Lama
- Cashback
- Modul Tiket
- Tambah Tiket
- Judul
- Deskripsi
- Harga
- Waktu
- Daftar Tiket
- Perbaharui Tiket
- Hapus Tiket
- Validasi
- Validasi Tiket : Menggunakan Metode Scan Barcode QR, dari Nota
- Cetak Tiket : Cetak PDF dan bisa Cetak Printer ada QR nya
- Waktu Validasi
- WA Gateway Apps
- Integrate API
- SMS Gateway Apps
- Integrate API
- Modul QRCode/Barcode Generate QRCode/Barcode Berdasarkan Nomor Tiket dan Waktu Pembelian.
- Scanner QRCode/Barcode
- Check In Time
- Check Out Time
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GNU Affero General Public License. See *LICENSE for more information.
Project Link: https://github.com/vnot01/myEvent-lara1