Sistem manajemen dan monitoring untuk penindakan pelanggaran kepabeanan, dilengkapi dengan modul intelijen dan penyidikan. Dibangun menggunakan Laravel 11 dengan antarmuka modern.
- 📊 Dashboard monitoring dengan visualisasi data
- 📄 Manajemen dokumen penindakan lengkap
- 🔍 Pelacakan kasus intelijen dan penyidikan
- 📱 Antarmuka responsif
- 🔐 Autentikasi berbasis NIP
- 📂 Unggah dan kelola dokumen digital
- 📈 Laporan statistik penindakan
- 🔔 Notifikasi status kasus
- 🗃️ Pencarian dan filter data yang komprehensif
- Framework: Laravel 11
- Styling: Tailwind CSS v4
- Animations: GSAP 3.12
- Database: MySQL
- PHP Version: 8.2+
- Build Tool: Vite
- HTTP Client: Axios
- PHP >= 8.2
- Composer
- Node.js & NPM
- MySQL
-
Clone the repository:
git clone [<repository-url>](https://github.com/ExcWasHere/Project01.git) cd [<project-folder>](Project01)
-
Install PHP dependencies:
composer install
-
Install Node.js dependencies:
npm install
-
Create and configure the environment file:
cp .env.example .env php artisan key:generate
-
Configure your database in
.env:DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=your_database DB_USERNAME=your_username DB_PASSWORD=your_password
-
Run migrations and seed the database:
php artisan migrate --seed
-
Create storage link:
php artisan storage:link
-
Build assets:
npm run build
-
Run the development server:
php artisan serve
-
Also run this on another terminal and watch for asset changes:
npm run dev
| Field | Value |
|---|---|
| NIP | 1234567890 |
| admin@gmail.com | |
| Password | password |
If you have already migrated the database and want to reseed it, use this command:
php artisan migrate:refresh --seedWe welcome contributions! Here's how you can contribute:
-
Fork the repository
-
Create your feature branch:
git checkout -b feature/amazing-feature
-
Commit your changes:
git commit -m 'Add some amazing feature' -
Push to the branch:
git push origin feature/amazing-feature
-
Open a Pull Request
This project is licensed under the MIT License. See the LICENSE file for details.
We extend our gratitude to the following:
- The Laravel Team
- The Tailwind CSS Team
- The GSAP Team
- Direktorat Jenderal Bea dan Cukai