UpdateVer0.1
This commit is contained in:
commit
453be59051
18
.editorconfig
Normal file
18
.editorconfig
Normal file
@ -0,0 +1,18 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
indent_size = 4
|
||||
indent_style = space
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[*.{yml,yaml}]
|
||||
indent_size = 2
|
||||
|
||||
[docker-compose.yml]
|
||||
indent_size = 4
|
||||
65
.env.example
Normal file
65
.env.example
Normal file
@ -0,0 +1,65 @@
|
||||
APP_NAME=Laravel
|
||||
APP_ENV=local
|
||||
APP_KEY=
|
||||
APP_DEBUG=true
|
||||
APP_URL=http://localhost
|
||||
|
||||
APP_LOCALE=en
|
||||
APP_FALLBACK_LOCALE=en
|
||||
APP_FAKER_LOCALE=en_US
|
||||
|
||||
APP_MAINTENANCE_DRIVER=file
|
||||
# APP_MAINTENANCE_STORE=database
|
||||
|
||||
PHP_CLI_SERVER_WORKERS=4
|
||||
|
||||
BCRYPT_ROUNDS=12
|
||||
|
||||
LOG_CHANNEL=stack
|
||||
LOG_STACK=single
|
||||
LOG_DEPRECATIONS_CHANNEL=null
|
||||
LOG_LEVEL=debug
|
||||
|
||||
DB_CONNECTION=sqlite
|
||||
# DB_HOST=127.0.0.1
|
||||
# DB_PORT=3306
|
||||
# DB_DATABASE=laravel
|
||||
# DB_USERNAME=root
|
||||
# DB_PASSWORD=
|
||||
|
||||
SESSION_DRIVER=database
|
||||
SESSION_LIFETIME=120
|
||||
SESSION_ENCRYPT=false
|
||||
SESSION_PATH=/
|
||||
SESSION_DOMAIN=null
|
||||
|
||||
BROADCAST_CONNECTION=log
|
||||
FILESYSTEM_DISK=local
|
||||
QUEUE_CONNECTION=database
|
||||
|
||||
CACHE_STORE=database
|
||||
# CACHE_PREFIX=
|
||||
|
||||
MEMCACHED_HOST=127.0.0.1
|
||||
|
||||
REDIS_CLIENT=phpredis
|
||||
REDIS_HOST=127.0.0.1
|
||||
REDIS_PASSWORD=null
|
||||
REDIS_PORT=6379
|
||||
|
||||
MAIL_MAILER=log
|
||||
MAIL_SCHEME=null
|
||||
MAIL_HOST=127.0.0.1
|
||||
MAIL_PORT=2525
|
||||
MAIL_USERNAME=null
|
||||
MAIL_PASSWORD=null
|
||||
MAIL_FROM_ADDRESS="hello@example.com"
|
||||
MAIL_FROM_NAME="${APP_NAME}"
|
||||
|
||||
AWS_ACCESS_KEY_ID=
|
||||
AWS_SECRET_ACCESS_KEY=
|
||||
AWS_DEFAULT_REGION=us-east-1
|
||||
AWS_BUCKET=
|
||||
AWS_USE_PATH_STYLE_ENDPOINT=false
|
||||
|
||||
VITE_APP_NAME="${APP_NAME}"
|
||||
11
.gitattributes
vendored
Normal file
11
.gitattributes
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
* text=auto eol=lf
|
||||
|
||||
*.blade.php diff=html
|
||||
*.css diff=css
|
||||
*.html diff=html
|
||||
*.md diff=markdown
|
||||
*.php diff=php
|
||||
|
||||
/.github export-ignore
|
||||
CHANGELOG.md export-ignore
|
||||
.styleci.yml export-ignore
|
||||
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
/.phpunit.cache
|
||||
/node_modules
|
||||
/public/build
|
||||
/public/hot
|
||||
/public/storage
|
||||
/storage/*.key
|
||||
/storage/pail
|
||||
/vendor
|
||||
.env
|
||||
.env.backup
|
||||
.env.production
|
||||
.phpactor.json
|
||||
.phpunit.result.cache
|
||||
Homestead.json
|
||||
Homestead.yaml
|
||||
npm-debug.log
|
||||
yarn-error.log
|
||||
/auth.json
|
||||
/.fleet
|
||||
/.idea
|
||||
/.nova
|
||||
/.vscode
|
||||
/.zed
|
||||
61
README.md
Normal file
61
README.md
Normal file
@ -0,0 +1,61 @@
|
||||
<p align="center"><a href="https://laravel.com" target="_blank"><img src="https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg" width="400" alt="Laravel Logo"></a></p>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://github.com/laravel/framework/actions"><img src="https://github.com/laravel/framework/workflows/tests/badge.svg" alt="Build Status"></a>
|
||||
<a href="https://packagist.org/packages/laravel/framework"><img src="https://img.shields.io/packagist/dt/laravel/framework" alt="Total Downloads"></a>
|
||||
<a href="https://packagist.org/packages/laravel/framework"><img src="https://img.shields.io/packagist/v/laravel/framework" alt="Latest Stable Version"></a>
|
||||
<a href="https://packagist.org/packages/laravel/framework"><img src="https://img.shields.io/packagist/l/laravel/framework" alt="License"></a>
|
||||
</p>
|
||||
|
||||
## About Laravel
|
||||
|
||||
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:
|
||||
|
||||
- [Simple, fast routing engine](https://laravel.com/docs/routing).
|
||||
- [Powerful dependency injection container](https://laravel.com/docs/container).
|
||||
- Multiple back-ends for [session](https://laravel.com/docs/session) and [cache](https://laravel.com/docs/cache) storage.
|
||||
- Expressive, intuitive [database ORM](https://laravel.com/docs/eloquent).
|
||||
- Database agnostic [schema migrations](https://laravel.com/docs/migrations).
|
||||
- [Robust background job processing](https://laravel.com/docs/queues).
|
||||
- [Real-time event broadcasting](https://laravel.com/docs/broadcasting).
|
||||
|
||||
Laravel is accessible, powerful, and provides tools required for large, robust applications.
|
||||
|
||||
## Learning Laravel
|
||||
|
||||
Laravel has the most extensive and thorough [documentation](https://laravel.com/docs) and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.
|
||||
|
||||
You may also try the [Laravel Bootcamp](https://bootcamp.laravel.com), where you will be guided through building a modern Laravel application from scratch.
|
||||
|
||||
If you don't feel like reading, [Laracasts](https://laracasts.com) can help. Laracasts contains thousands of video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.
|
||||
|
||||
## Laravel Sponsors
|
||||
|
||||
We would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the [Laravel Partners program](https://partners.laravel.com).
|
||||
|
||||
### Premium Partners
|
||||
|
||||
- **[Vehikl](https://vehikl.com/)**
|
||||
- **[Tighten Co.](https://tighten.co)**
|
||||
- **[Kirschbaum Development Group](https://kirschbaumdevelopment.com)**
|
||||
- **[64 Robots](https://64robots.com)**
|
||||
- **[Curotec](https://www.curotec.com/services/technologies/laravel/)**
|
||||
- **[DevSquad](https://devsquad.com/hire-laravel-developers)**
|
||||
- **[Redberry](https://redberry.international/laravel-development/)**
|
||||
- **[Active Logic](https://activelogic.com)**
|
||||
|
||||
## Contributing
|
||||
|
||||
Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions).
|
||||
|
||||
## Code of Conduct
|
||||
|
||||
In order to ensure that the Laravel community is welcoming to all, please review and abide by the [Code of Conduct](https://laravel.com/docs/contributions#code-of-conduct).
|
||||
|
||||
## Security Vulnerabilities
|
||||
|
||||
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [taylor@laravel.com](mailto:taylor@laravel.com). All security vulnerabilities will be promptly addressed.
|
||||
|
||||
## License
|
||||
|
||||
The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
|
||||
8
app/Http/Controllers/Controller.php
Normal file
8
app/Http/Controllers/Controller.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
abstract class Controller
|
||||
{
|
||||
//
|
||||
}
|
||||
41
app/Http/Controllers/DashboardController.php
Normal file
41
app/Http/Controllers/DashboardController.php
Normal file
@ -0,0 +1,41 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
use App\Models\MsPasien;
|
||||
use App\Models\MsTindakan;
|
||||
use App\Models\TrTransaksi;
|
||||
use Illuminate\Http\Request;
|
||||
|
||||
class DashboardController extends Controller
|
||||
{
|
||||
public function index()
|
||||
{
|
||||
// Data pasien per hari
|
||||
$pasienPerHari = MsPasien::selectRaw('DATE(created_at) as tanggal, COUNT(*) as jumlah')
|
||||
->groupBy('tanggal')
|
||||
->orderBy('tanggal', 'desc')
|
||||
->take(7)
|
||||
->get();
|
||||
|
||||
// Data pendapatan per hari
|
||||
$pendapatanPerHari = TrTransaksi::selectRaw('DATE(tr_transaksis.created_at) as tanggal, SUM(tr_transaksis.JmlTindakan * ms_tindakans.TarifTindakan) as total')
|
||||
->join('ms_tindakans', 'tr_transaksis.IdTindakan', '=', 'ms_tindakans.IdTindakan')
|
||||
->groupBy('tanggal')
|
||||
->orderBy('tanggal', 'desc')
|
||||
->take(7)
|
||||
->get();
|
||||
|
||||
// Data pasien berdasarkan jenis kelamin (contoh)
|
||||
$genderData = [
|
||||
'Laki-laki' => MsPasien::where('JenisKelamin', 'L')->count(),
|
||||
'Perempuan' => MsPasien::where('JenisKelamin', 'P')->count(),
|
||||
];
|
||||
|
||||
if (array_sum($genderData) == 0) {
|
||||
$genderData = ['Laki-laki' => 120, 'Perempuan' => 100]; // Dummy
|
||||
}
|
||||
|
||||
return view('dashboard', compact('pasienPerHari', 'pendapatanPerHari', 'genderData'));
|
||||
}
|
||||
}
|
||||
69
app/Http/Controllers/MsAsuransiController.php
Normal file
69
app/Http/Controllers/MsAsuransiController.php
Normal file
@ -0,0 +1,69 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
use App\Models\MsAsuransi;
|
||||
use Illuminate\Http\Request;
|
||||
|
||||
class MsAsuransiController extends Controller
|
||||
{
|
||||
public function index(Request $request)
|
||||
{
|
||||
$search = $request->input('search');
|
||||
|
||||
$asuransis = MsAsuransi::when($search, function ($query, $search) {
|
||||
return $query->where('nama', 'like', "%$search%")
|
||||
->orWhere('id', 'like', "%$search%");
|
||||
})->paginate(10);
|
||||
|
||||
return view('ms_asuransi.index', compact('asuransis'));
|
||||
}
|
||||
|
||||
// Menampilkan form untuk menambah data asuransi
|
||||
public function create()
|
||||
{
|
||||
return view('ms_asuransi.create');
|
||||
}
|
||||
|
||||
// Menyimpan data asuransi yang baru
|
||||
public function store(Request $request)
|
||||
{
|
||||
$request->validate([
|
||||
'NamaAsuransi' => 'required|string|max:255',
|
||||
]);
|
||||
|
||||
MsAsuransi::create([
|
||||
'NamaAsuransi' => $request->NamaAsuransi,
|
||||
]);
|
||||
|
||||
return redirect()->route('ms_asuransi.index')->with('success', 'Data Asuransi berhasil ditambahkan!');
|
||||
}
|
||||
|
||||
// Menampilkan halaman edit
|
||||
public function edit(MsAsuransi $asuransi)
|
||||
{
|
||||
return view('ms_asuransi.edit', compact('asuransi'));
|
||||
}
|
||||
|
||||
// Mengupdate data asuransi
|
||||
public function update(Request $request, MsAsuransi $asuransi)
|
||||
{
|
||||
$request->validate([
|
||||
'NamaAsuransi' => 'required|string|max:255',
|
||||
]);
|
||||
|
||||
$asuransi->update([
|
||||
'NamaAsuransi' => $request->NamaAsuransi,
|
||||
]);
|
||||
|
||||
return redirect()->route('ms_asuransi.index')->with('success', 'Data Asuransi berhasil diupdate!');
|
||||
}
|
||||
|
||||
// Menghapus data asuransi
|
||||
public function destroy(MsAsuransi $asuransi)
|
||||
{
|
||||
$asuransi->delete();
|
||||
|
||||
return redirect()->route('ms_asuransi.index')->with('success', 'Data Asuransi berhasil dihapus!');
|
||||
}
|
||||
}
|
||||
64
app/Http/Controllers/MsPasienController.php
Normal file
64
app/Http/Controllers/MsPasienController.php
Normal file
@ -0,0 +1,64 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
use App\Models\MsPasien;
|
||||
use Illuminate\Http\Request;
|
||||
|
||||
class MsPasienController extends Controller
|
||||
{
|
||||
public function index(Request $request)
|
||||
{
|
||||
$search = $request->input('search');
|
||||
|
||||
$pasiens = MsPasien::when($search, function ($query, $search) {
|
||||
return $query->where('NamaPasien', 'like', "%$search%")
|
||||
->orWhere('id', 'like', "%$search%");
|
||||
})->paginate(10);
|
||||
|
||||
return view('ms_pasien.index', compact('pasiens'));
|
||||
}
|
||||
|
||||
public function create()
|
||||
{
|
||||
return view('ms_pasien.create');
|
||||
}
|
||||
|
||||
public function store(Request $request)
|
||||
{
|
||||
$request->validate([
|
||||
'NamaPasien' => 'required|string|max:255',
|
||||
'TanggalLahir' => 'required|date',
|
||||
'JenisKelamin' => 'required|in:L,P',
|
||||
]);
|
||||
|
||||
MsPasien::create($request->all());
|
||||
|
||||
return redirect()->route('ms_pasien.index')->with('success', 'Data pasien berhasil ditambahkan.');
|
||||
}
|
||||
|
||||
public function edit(MsPasien $pasien)
|
||||
{
|
||||
return view('ms_pasien.edit', compact('pasien'));
|
||||
}
|
||||
|
||||
public function update(Request $request, MsPasien $pasien)
|
||||
{
|
||||
$request->validate([
|
||||
'NamaPasien' => 'required|string|max:255',
|
||||
'TanggalLahir' => 'required|date',
|
||||
'JenisKelamin' => 'required|in:L,P',
|
||||
]);
|
||||
|
||||
$pasien->update($request->all());
|
||||
|
||||
return redirect()->route('ms_pasien.index')->with('success', 'Data pasien berhasil diperbarui.');
|
||||
}
|
||||
|
||||
public function destroy(MsPasien $pasien)
|
||||
{
|
||||
$pasien->delete();
|
||||
|
||||
return redirect()->route('ms_pasien.index')->with('success', 'Data pasien berhasil dihapus.');
|
||||
}
|
||||
}
|
||||
60
app/Http/Controllers/MsPegawaiController.php
Normal file
60
app/Http/Controllers/MsPegawaiController.php
Normal file
@ -0,0 +1,60 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
use App\Models\MsPegawai;
|
||||
use Illuminate\Http\Request;
|
||||
|
||||
class MsPegawaiController extends Controller
|
||||
{
|
||||
public function index(Request $request)
|
||||
{
|
||||
$search = $request->input('search');
|
||||
|
||||
$pegawais = MsPegawai::when($search, function ($query, $search) {
|
||||
return $query->where('NamaPegawai', 'like', "%$search%")
|
||||
->orWhere('id', 'like', "%$search%");
|
||||
})->paginate(10);
|
||||
|
||||
return view('ms_pegawai.index', compact('pegawais'));
|
||||
}
|
||||
|
||||
public function create()
|
||||
{
|
||||
return view('ms_pegawai.create');
|
||||
}
|
||||
|
||||
public function store(Request $request)
|
||||
{
|
||||
$request->validate([
|
||||
'NamaPegawai' => 'required|string|max:255',
|
||||
]);
|
||||
|
||||
MsPegawai::create($request->all());
|
||||
|
||||
return redirect()->route('ms_pegawai.index')->with('success', 'Data pegawai berhasil ditambahkan.');
|
||||
}
|
||||
|
||||
public function edit(MsPegawai $ms_pegawai)
|
||||
{
|
||||
return view('ms_pegawai.edit', compact('ms_pegawai'));
|
||||
}
|
||||
|
||||
public function update(Request $request, MsPegawai $ms_pegawai)
|
||||
{
|
||||
$request->validate([
|
||||
'NamaPegawai' => 'required|string|max:255',
|
||||
]);
|
||||
|
||||
$ms_pegawai->update($request->all());
|
||||
|
||||
return redirect()->route('ms_pegawai.index')->with('success', 'Data pegawai berhasil diperbarui.');
|
||||
}
|
||||
|
||||
public function destroy(MsPegawai $ms_pegawai)
|
||||
{
|
||||
$ms_pegawai->delete();
|
||||
|
||||
return redirect()->route('ms_pegawai.index')->with('success', 'Data pegawai berhasil dihapus.');
|
||||
}
|
||||
}
|
||||
60
app/Http/Controllers/MsRuangPelayananController.php
Normal file
60
app/Http/Controllers/MsRuangPelayananController.php
Normal file
@ -0,0 +1,60 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
use App\Models\MsRuangPelayanan;
|
||||
use Illuminate\Http\Request;
|
||||
|
||||
class MsRuangPelayananController extends Controller
|
||||
{
|
||||
public function index(Request $request)
|
||||
{
|
||||
$search = $request->input('search');
|
||||
|
||||
$ruangPelayanans = MsRuangPelayanan::when($search, function ($query, $search) {
|
||||
return $query->where('NamaRuangPelayanan', 'like', "%$search%")
|
||||
->orWhere('id', 'like', "%$search%");
|
||||
})->paginate(10);
|
||||
|
||||
return view('ms_ruang_pelayanan.index', compact('ruangPelayanans'));
|
||||
}
|
||||
|
||||
public function create()
|
||||
{
|
||||
return view('ms_ruang_pelayanan.create');
|
||||
}
|
||||
|
||||
public function store(Request $request)
|
||||
{
|
||||
$request->validate([
|
||||
'NamaRuangPelayanan' => 'required|string|max:255',
|
||||
]);
|
||||
|
||||
MsRuangPelayanan::create($request->all());
|
||||
|
||||
return redirect()->route('ms_ruang_pelayanan.index')->with('success', 'Data ruang pelayanan berhasil ditambahkan.');
|
||||
}
|
||||
|
||||
public function edit(MsRuangPelayanan $ms_ruang_pelayanan)
|
||||
{
|
||||
return view('ms_ruang_pelayanan.edit', compact('ms_ruang_pelayanan'));
|
||||
}
|
||||
|
||||
public function update(Request $request, MsRuangPelayanan $ms_ruang_pelayanan)
|
||||
{
|
||||
$request->validate([
|
||||
'NamaRuangPelayanan' => 'required|string|max:255',
|
||||
]);
|
||||
|
||||
$ms_ruang_pelayanan->update($request->all());
|
||||
|
||||
return redirect()->route('ms_ruang_pelayanan.index')->with('success', 'Data ruang pelayanan berhasil diperbarui.');
|
||||
}
|
||||
|
||||
public function destroy(MsRuangPelayanan $ms_ruang_pelayanan)
|
||||
{
|
||||
$ms_ruang_pelayanan->delete();
|
||||
|
||||
return redirect()->route('ms_ruang_pelayanan.index')->with('success', 'Data ruang pelayanan berhasil dihapus.');
|
||||
}
|
||||
}
|
||||
62
app/Http/Controllers/MsTindakanController.php
Normal file
62
app/Http/Controllers/MsTindakanController.php
Normal file
@ -0,0 +1,62 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
use App\Models\MsTindakan;
|
||||
use Illuminate\Http\Request;
|
||||
|
||||
class MsTindakanController extends Controller
|
||||
{
|
||||
public function index(Request $request)
|
||||
{
|
||||
$search = $request->input('search');
|
||||
|
||||
$tindakans = MsTindakan::when($search, function ($query, $search) {
|
||||
return $query->where('NamaTindakan', 'like', "%$search%")
|
||||
->orWhere('id', 'like', "%$search%");
|
||||
})->paginate(10);
|
||||
|
||||
return view('ms_tindakan.index', compact('tindakans'));
|
||||
}
|
||||
|
||||
public function create()
|
||||
{
|
||||
return view('ms_tindakan.create');
|
||||
}
|
||||
|
||||
public function store(Request $request)
|
||||
{
|
||||
$request->validate([
|
||||
'NamaTindakan' => 'required|string|max:255',
|
||||
'TarifTindakan' => 'required|numeric',
|
||||
]);
|
||||
|
||||
MsTindakan::create($request->all());
|
||||
|
||||
return redirect()->route('ms_tindakan.index')->with('success', 'Data tindakan berhasil ditambahkan.');
|
||||
}
|
||||
|
||||
public function edit(MsTindakan $ms_tindakan)
|
||||
{
|
||||
return view('ms_tindakan.edit', compact('ms_tindakan'));
|
||||
}
|
||||
|
||||
public function update(Request $request, MsTindakan $ms_tindakan)
|
||||
{
|
||||
$request->validate([
|
||||
'NamaTindakan' => 'required|string|max:255',
|
||||
'TarifTindakan' => 'required|numeric',
|
||||
]);
|
||||
|
||||
$ms_tindakan->update($request->all());
|
||||
|
||||
return redirect()->route('ms_tindakan.index')->with('success', 'Data tindakan berhasil diperbarui.');
|
||||
}
|
||||
|
||||
public function destroy(MsTindakan $ms_tindakan)
|
||||
{
|
||||
$ms_tindakan->delete();
|
||||
|
||||
return redirect()->route('ms_tindakan.index')->with('success', 'Data tindakan berhasil dihapus.');
|
||||
}
|
||||
}
|
||||
86
app/Http/Controllers/TrRegistrasiController.php
Normal file
86
app/Http/Controllers/TrRegistrasiController.php
Normal file
@ -0,0 +1,86 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
use App\Models\TrRegistrasi;
|
||||
use App\Models\MsPasien;
|
||||
use App\Models\MsAsuransi;
|
||||
use App\Models\MsPegawai;
|
||||
use App\Models\MsRuangPelayanan;
|
||||
use Illuminate\Http\Request;
|
||||
|
||||
class TrRegistrasiController extends Controller
|
||||
{
|
||||
public function index(Request $request)
|
||||
{
|
||||
$search = $request->input('search');
|
||||
|
||||
$registrasis = TrRegistrasi::with(['MsPasien', 'MsAsuransi', 'MsPegawai', 'MsRuangPelayanan'])
|
||||
->when($search, function ($query, $search) {
|
||||
return $query->where('id', 'like', "%$search%")
|
||||
->orWhere('MRPasien', 'like', "%$search%");
|
||||
})
|
||||
->paginate(10);
|
||||
|
||||
return view('tr_registrasi.index', compact('registrasis'));
|
||||
}
|
||||
|
||||
public function create()
|
||||
{
|
||||
$pasiens = MsPasien::all();
|
||||
$asuransis = MsAsuransi::all();
|
||||
$pegawais = MsPegawai::all();
|
||||
$ruangPelayanans = MsRuangPelayanan::all();
|
||||
|
||||
return view('tr_registrasi.create', compact('pasiens', 'asuransis', 'pegawais', 'ruangPelayanans'));
|
||||
}
|
||||
|
||||
public function store(Request $request)
|
||||
{
|
||||
$request->validate([
|
||||
'TanggalRegistrasi' => 'required|date',
|
||||
'MRPasien' => 'required|exists:ms_pasiens,id',
|
||||
'NomorKartuAsuransi' => 'nullable|string|max:255',
|
||||
'IdAsuransi' => 'required|exists:ms_asuransis,id',
|
||||
'IdPegawai' => 'required|exists:ms_pegawais,id',
|
||||
'IdRuangPelayanan' => 'required|exists:ms_ruang_pelayanans,id',
|
||||
]);
|
||||
|
||||
TrRegistrasi::create($request->all());
|
||||
|
||||
return redirect()->route('tr_registrasi.index')->with('success', 'Data registrasi berhasil ditambahkan.');
|
||||
}
|
||||
|
||||
public function edit(TrRegistrasi $tr_registrasi)
|
||||
{
|
||||
$pasiens = MsPasien::all();
|
||||
$asuransis = MsAsuransi::all();
|
||||
$pegawais = MsPegawai::all();
|
||||
$ruangPelayanans = MsRuangPelayanan::all();
|
||||
|
||||
return view('tr_registrasi.edit', compact('tr_registrasi', 'pasiens', 'asuransis', 'pegawais', 'ruangPelayanans'));
|
||||
}
|
||||
|
||||
public function update(Request $request, TrRegistrasi $tr_registrasi)
|
||||
{
|
||||
$request->validate([
|
||||
'TanggalRegistrasi' => 'required|date',
|
||||
'MRPasien' => 'required|exists:ms_pasiens,id',
|
||||
'NomorKartuAsuransi' => 'nullable|string|max:255',
|
||||
'IdAsuransi' => 'required|exists:ms_asuransis,id',
|
||||
'IdPegawai' => 'required|exists:ms_pegawais,id',
|
||||
'IdRuangPelayanan' => 'required|exists:ms_ruang_pelayanans,id',
|
||||
]);
|
||||
|
||||
$tr_registrasi->update($request->all());
|
||||
|
||||
return redirect()->route('tr_registrasi.index')->with('success', 'Data registrasi berhasil diperbarui.');
|
||||
}
|
||||
|
||||
public function destroy(TrRegistrasi $tr_registrasi)
|
||||
{
|
||||
$tr_registrasi->delete();
|
||||
|
||||
return redirect()->route('tr_registrasi.index')->with('success', 'Data registrasi berhasil dihapus.');
|
||||
}
|
||||
}
|
||||
79
app/Http/Controllers/TrTransaksiController.php
Normal file
79
app/Http/Controllers/TrTransaksiController.php
Normal file
@ -0,0 +1,79 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
use App\Models\TrTransaksi;
|
||||
use App\Models\TrRegistrasi;
|
||||
use App\Models\MsTindakan;
|
||||
use App\Models\MsPegawai;
|
||||
use Illuminate\Http\Request;
|
||||
|
||||
class TrTransaksiController extends Controller
|
||||
{
|
||||
public function index(Request $request)
|
||||
{
|
||||
$search = $request->input('search');
|
||||
|
||||
$transaksis = TrTransaksi::with(['TrRegistrasi', 'MsTindakan', 'MsPegawai'])
|
||||
->when($search, function ($query, $search) {
|
||||
return $query->where('id', 'like', "%$search%")
|
||||
->orWhere('IdRegistrasi', 'like', "%$search%");
|
||||
})
|
||||
->paginate(10);
|
||||
|
||||
return view('tr_transaksi.index', compact('transaksis'));
|
||||
}
|
||||
|
||||
public function create()
|
||||
{
|
||||
$registrasis = TrRegistrasi::all();
|
||||
$tindakans = MsTindakan::all();
|
||||
$pegawais = MsPegawai::all();
|
||||
|
||||
return view('tr_transaksi.create', compact('registrasis', 'tindakans', 'pegawais'));
|
||||
}
|
||||
|
||||
public function store(Request $request)
|
||||
{
|
||||
$request->validate([
|
||||
'IdRegistrasi' => 'required|exists:tr_registrasis,id',
|
||||
'IdTindakan' => 'required|exists:ms_tindakans,id',
|
||||
'JmlTindakan' => 'required|integer|min:1',
|
||||
'IdPegawai' => 'required|exists:ms_pegawais,id',
|
||||
]);
|
||||
|
||||
TrTransaksi::create($request->all());
|
||||
|
||||
return redirect()->route('tr_transaksi.index')->with('success', 'Data transaksi berhasil ditambahkan.');
|
||||
}
|
||||
|
||||
public function edit(TrTransaksi $tr_transaksi)
|
||||
{
|
||||
$registrasis = TrRegistrasi::all();
|
||||
$tindakans = MsTindakan::all();
|
||||
$pegawais = MsPegawai::all();
|
||||
|
||||
return view('tr_transaksi.edit', compact('tr_transaksi', 'registrasis', 'tindakans', 'pegawais'));
|
||||
}
|
||||
|
||||
public function update(Request $request, TrTransaksi $tr_transaksi)
|
||||
{
|
||||
$request->validate([
|
||||
'IdRegistrasi' => 'required|exists:tr_registrasis,id',
|
||||
'IdTindakan' => 'required|exists:ms_tindakans,id',
|
||||
'JmlTindakan' => 'required|integer|min:1',
|
||||
'IdPegawai' => 'required|exists:ms_pegawais,id',
|
||||
]);
|
||||
|
||||
$tr_transaksi->update($request->all());
|
||||
|
||||
return redirect()->route('tr_transaksi.index')->with('success', 'Data transaksi berhasil diperbarui.');
|
||||
}
|
||||
|
||||
public function destroy(TrTransaksi $tr_transaksi)
|
||||
{
|
||||
$tr_transaksi->delete();
|
||||
|
||||
return redirect()->route('tr_transaksi.index')->with('success', 'Data transaksi berhasil dihapus.');
|
||||
}
|
||||
}
|
||||
24
app/Models/MsAsuransi.php
Normal file
24
app/Models/MsAsuransi.php
Normal file
@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
use Illuminate\Database\Eloquent\Factories\HasFactory;
|
||||
|
||||
|
||||
class MsAsuransi extends Model
|
||||
{
|
||||
use HasFactory;
|
||||
|
||||
protected $table = 'ms_asuransis';
|
||||
|
||||
protected $fillable = ['NamaAsuransi'];
|
||||
|
||||
//Relasi ke TrTransaksi
|
||||
public function TrRegistrasi()
|
||||
{
|
||||
return $this->hasMany(TrRegistrasi::class);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
27
app/Models/MsPasien.php
Normal file
27
app/Models/MsPasien.php
Normal file
@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Factories\HasFactory;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class MsPasien extends Model
|
||||
{
|
||||
use HasFactory;
|
||||
|
||||
protected $table = 'ms_pasiens';
|
||||
|
||||
protected $fillable = [
|
||||
'NamaPasien',
|
||||
'TanggalLahir',
|
||||
'JenisKelamin',
|
||||
];
|
||||
|
||||
//Relasi ke TrRegistrasi
|
||||
public function TrRegistrasi()
|
||||
{
|
||||
return $this->hasMany(TrRegistrasi::class);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
28
app/Models/MsPegawai.php
Normal file
28
app/Models/MsPegawai.php
Normal file
@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Factories\HasFactory;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class MsPegawai extends Model
|
||||
{
|
||||
use HasFactory;
|
||||
|
||||
protected $table = 'ms_pegawais';
|
||||
|
||||
protected $fillable = ['NamaPegawai'];
|
||||
|
||||
//Relasi ke TrRegistrasi
|
||||
public function TrRegistrasi()
|
||||
{
|
||||
return $this->hasMany(TrRegistrasi::class);
|
||||
}
|
||||
|
||||
//Relasi ke TrTransaksi
|
||||
public function TrTransaksi()
|
||||
{
|
||||
return $this->hasMany(TrTransaksi::class);
|
||||
}
|
||||
|
||||
}
|
||||
22
app/Models/MsRuangPelayanan.php
Normal file
22
app/Models/MsRuangPelayanan.php
Normal file
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Factories\HasFactory;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class MsRuangPelayanan extends Model
|
||||
{
|
||||
use HasFactory;
|
||||
|
||||
protected $table = 'ms_ruang_pelayanans';
|
||||
|
||||
protected $fillable = ['NamaRuangPelayanan'];
|
||||
|
||||
//Relasi ke TrRegistrasi
|
||||
public function TrRegistrasi()
|
||||
{
|
||||
return $this->hasMany(TrRegistrasi::class);
|
||||
}
|
||||
|
||||
}
|
||||
23
app/Models/MsTindakan.php
Normal file
23
app/Models/MsTindakan.php
Normal file
@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Factories\HasFactory;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class MsTindakan extends Model
|
||||
{
|
||||
use HasFactory;
|
||||
|
||||
protected $table = 'ms_tindakans';
|
||||
|
||||
protected $fillable = ['NamaTindakan', 'TarifTindakan'];
|
||||
|
||||
//Relasi ke TrTransaksi
|
||||
public function TrTransaksi()
|
||||
{
|
||||
return $this->hasMany(TrTransaksi::class);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
68
app/Models/TrRegistrasi.php
Normal file
68
app/Models/TrRegistrasi.php
Normal file
@ -0,0 +1,68 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Factories\HasFactory;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class TrRegistrasi extends Model
|
||||
{
|
||||
use HasFactory;
|
||||
|
||||
protected $table = 'tr_registrasis';
|
||||
|
||||
protected $fillable = [
|
||||
'TanggalRegistrasi',
|
||||
'MRPasien',
|
||||
'NomorKartuAsuransi',
|
||||
'IdAsuransi',
|
||||
'IdPegawai',
|
||||
'IdRuangPelayanan',
|
||||
];
|
||||
|
||||
//Relasi ke MsPasien
|
||||
public function MsPasien()
|
||||
{
|
||||
return $this->belongsTo(MsPasien::class);
|
||||
}
|
||||
|
||||
//Relasi ke TrTransaksi
|
||||
public function TrTransaksi()
|
||||
{
|
||||
return $this->hasMany(TrTransaksi::class);
|
||||
}
|
||||
|
||||
//Relasi ke MsAsuransi
|
||||
public function MsAsuransi()
|
||||
{
|
||||
return $this->belongsTo(MsAsuransi::class);
|
||||
}
|
||||
|
||||
//Relasi ke MsPegawai
|
||||
public function MsPegawai()
|
||||
{
|
||||
return $this->belongsTo(MsPegawai::class);
|
||||
}
|
||||
|
||||
//Relasi ke MsRuangPelayanan
|
||||
public function MsRuangPelayanan()
|
||||
{
|
||||
return $this->belongsTo(MsRuangPelayanan::class);
|
||||
}
|
||||
|
||||
public function up()
|
||||
{
|
||||
Schema::create('tr_registrasis', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->date('TanggalRegistrasi');
|
||||
$table->foreignId('MRPasien')->constrained('ms_pasiens');
|
||||
$table->string('NomorKartuAsuransi');
|
||||
$table->foreignId('IdAsuransi')->constrained('ms_asuransis');
|
||||
$table->foreignId('IdPegawai')->constrained('ms_pegawais');
|
||||
$table->foreignId('IdRuangPelayanan')->constrained('ms_ruang_pelayanans');
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
40
app/Models/TrTransaksi.php
Normal file
40
app/Models/TrTransaksi.php
Normal file
@ -0,0 +1,40 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Factories\HasFactory;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class TrTransaksi extends Model
|
||||
{
|
||||
use HasFactory;
|
||||
|
||||
protected $table = 'tr_transaksis';
|
||||
protected $fillable = [
|
||||
'IdRegistrasi',
|
||||
'IdTindakan',
|
||||
'JmlTindakan',
|
||||
'IdPegawai',
|
||||
];
|
||||
|
||||
//Relasi ke TrRegistrasi
|
||||
public function TrRegistrasi()
|
||||
{
|
||||
return $this->belongsTo(TrRegistrasi::class);
|
||||
}
|
||||
|
||||
//Relasi ke MsTindakan
|
||||
public function MsTindakan()
|
||||
{
|
||||
return $this->belongsTo(MsTindakan::class);
|
||||
}
|
||||
|
||||
//Relasi ke MsPegawai
|
||||
public function MsPegawai()
|
||||
{
|
||||
return $this->belongsTo(MsPegawai::class);
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
48
app/Models/User.php
Normal file
48
app/Models/User.php
Normal file
@ -0,0 +1,48 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
// use Illuminate\Contracts\Auth\MustVerifyEmail;
|
||||
use Illuminate\Database\Eloquent\Factories\HasFactory;
|
||||
use Illuminate\Foundation\Auth\User as Authenticatable;
|
||||
use Illuminate\Notifications\Notifiable;
|
||||
|
||||
class User extends Authenticatable
|
||||
{
|
||||
/** @use HasFactory<\Database\Factories\UserFactory> */
|
||||
use HasFactory, Notifiable;
|
||||
|
||||
/**
|
||||
* The attributes that are mass assignable.
|
||||
*
|
||||
* @var list<string>
|
||||
*/
|
||||
protected $fillable = [
|
||||
'name',
|
||||
'email',
|
||||
'password',
|
||||
];
|
||||
|
||||
/**
|
||||
* The attributes that should be hidden for serialization.
|
||||
*
|
||||
* @var list<string>
|
||||
*/
|
||||
protected $hidden = [
|
||||
'password',
|
||||
'remember_token',
|
||||
];
|
||||
|
||||
/**
|
||||
* Get the attributes that should be cast.
|
||||
*
|
||||
* @return array<string, string>
|
||||
*/
|
||||
protected function casts(): array
|
||||
{
|
||||
return [
|
||||
'email_verified_at' => 'datetime',
|
||||
'password' => 'hashed',
|
||||
];
|
||||
}
|
||||
}
|
||||
24
app/Providers/AppServiceProvider.php
Normal file
24
app/Providers/AppServiceProvider.php
Normal file
@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
namespace App\Providers;
|
||||
|
||||
use Illuminate\Support\ServiceProvider;
|
||||
|
||||
class AppServiceProvider extends ServiceProvider
|
||||
{
|
||||
/**
|
||||
* Register any application services.
|
||||
*/
|
||||
public function register(): void
|
||||
{
|
||||
//
|
||||
}
|
||||
|
||||
/**
|
||||
* Bootstrap any application services.
|
||||
*/
|
||||
public function boot(): void
|
||||
{
|
||||
//
|
||||
}
|
||||
}
|
||||
18
artisan
Normal file
18
artisan
Normal file
@ -0,0 +1,18 @@
|
||||
#!/usr/bin/env php
|
||||
<?php
|
||||
|
||||
use Illuminate\Foundation\Application;
|
||||
use Symfony\Component\Console\Input\ArgvInput;
|
||||
|
||||
define('LARAVEL_START', microtime(true));
|
||||
|
||||
// Register the Composer autoloader...
|
||||
require __DIR__.'/vendor/autoload.php';
|
||||
|
||||
// Bootstrap Laravel and handle the command...
|
||||
/** @var Application $app */
|
||||
$app = require_once __DIR__.'/bootstrap/app.php';
|
||||
|
||||
$status = $app->handleCommand(new ArgvInput);
|
||||
|
||||
exit($status);
|
||||
18
bootstrap/app.php
Normal file
18
bootstrap/app.php
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Foundation\Application;
|
||||
use Illuminate\Foundation\Configuration\Exceptions;
|
||||
use Illuminate\Foundation\Configuration\Middleware;
|
||||
|
||||
return Application::configure(basePath: dirname(__DIR__))
|
||||
->withRouting(
|
||||
web: __DIR__.'/../routes/web.php',
|
||||
commands: __DIR__.'/../routes/console.php',
|
||||
health: '/up',
|
||||
)
|
||||
->withMiddleware(function (Middleware $middleware) {
|
||||
//
|
||||
})
|
||||
->withExceptions(function (Exceptions $exceptions) {
|
||||
//
|
||||
})->create();
|
||||
2
bootstrap/cache/.gitignore
vendored
Normal file
2
bootstrap/cache/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
||||
5
bootstrap/providers.php
Normal file
5
bootstrap/providers.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
App\Providers\AppServiceProvider::class,
|
||||
];
|
||||
75
composer.json
Normal file
75
composer.json
Normal file
@ -0,0 +1,75 @@
|
||||
{
|
||||
"$schema": "https://getcomposer.org/schema.json",
|
||||
"name": "laravel/laravel",
|
||||
"type": "project",
|
||||
"description": "The skeleton application for the Laravel framework.",
|
||||
"keywords": ["laravel", "framework"],
|
||||
"license": "MIT",
|
||||
"require": {
|
||||
"php": "^8.2",
|
||||
"laravel/framework": "^12.0",
|
||||
"laravel/tinker": "^2.10.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"fakerphp/faker": "^1.24",
|
||||
"laravel/pail": "^1.2.2",
|
||||
"laravel/pint": "^1.13",
|
||||
"laravel/sail": "^1.41",
|
||||
"mockery/mockery": "^1.6",
|
||||
"nunomaduro/collision": "^8.6",
|
||||
"phpunit/phpunit": "^11.5.3"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"App\\": "app/",
|
||||
"Database\\Factories\\": "database/factories/",
|
||||
"Database\\Seeders\\": "database/seeders/"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Tests\\": "tests/"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"post-autoload-dump": [
|
||||
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
|
||||
"@php artisan package:discover --ansi"
|
||||
],
|
||||
"post-update-cmd": [
|
||||
"@php artisan vendor:publish --tag=laravel-assets --ansi --force"
|
||||
],
|
||||
"post-root-package-install": [
|
||||
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
|
||||
],
|
||||
"post-create-project-cmd": [
|
||||
"@php artisan key:generate --ansi",
|
||||
"@php -r \"file_exists('database/database.sqlite') || touch('database/database.sqlite');\"",
|
||||
"@php artisan migrate --graceful --ansi"
|
||||
],
|
||||
"dev": [
|
||||
"Composer\\Config::disableProcessTimeout",
|
||||
"npx concurrently -c \"#93c5fd,#c4b5fd,#fb7185,#fdba74\" \"php artisan serve\" \"php artisan queue:listen --tries=1\" \"php artisan pail --timeout=0\" \"npm run dev\" --names=server,queue,logs,vite"
|
||||
],
|
||||
"test": [
|
||||
"@php artisan config:clear --ansi",
|
||||
"@php artisan test"
|
||||
]
|
||||
},
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"dont-discover": []
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"optimize-autoloader": true,
|
||||
"preferred-install": "dist",
|
||||
"sort-packages": true,
|
||||
"allow-plugins": {
|
||||
"pestphp/pest-plugin": true,
|
||||
"php-http/discovery": true
|
||||
}
|
||||
},
|
||||
"minimum-stability": "stable",
|
||||
"prefer-stable": true
|
||||
}
|
||||
8085
composer.lock
generated
Normal file
8085
composer.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
126
config/app.php
Normal file
126
config/app.php
Normal file
@ -0,0 +1,126 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Application Name
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| This value is the name of your application, which will be used when the
|
||||
| framework needs to place the application's name in a notification or
|
||||
| other UI elements where an application name needs to be displayed.
|
||||
|
|
||||
*/
|
||||
|
||||
'name' => env('APP_NAME', 'Laravel'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Application Environment
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| This value determines the "environment" your application is currently
|
||||
| running in. This may determine how you prefer to configure various
|
||||
| services the application utilizes. Set this in your ".env" file.
|
||||
|
|
||||
*/
|
||||
|
||||
'env' => env('APP_ENV', 'production'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Application Debug Mode
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| When your application is in debug mode, detailed error messages with
|
||||
| stack traces will be shown on every error that occurs within your
|
||||
| application. If disabled, a simple generic error page is shown.
|
||||
|
|
||||
*/
|
||||
|
||||
'debug' => (bool) env('APP_DEBUG', false),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Application URL
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| This URL is used by the console to properly generate URLs when using
|
||||
| the Artisan command line tool. You should set this to the root of
|
||||
| the application so that it's available within Artisan commands.
|
||||
|
|
||||
*/
|
||||
|
||||
'url' => env('APP_URL', 'http://localhost'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Application Timezone
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here you may specify the default timezone for your application, which
|
||||
| will be used by the PHP date and date-time functions. The timezone
|
||||
| is set to "UTC" by default as it is suitable for most use cases.
|
||||
|
|
||||
*/
|
||||
|
||||
'timezone' => 'UTC',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Application Locale Configuration
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The application locale determines the default locale that will be used
|
||||
| by Laravel's translation / localization methods. This option can be
|
||||
| set to any locale for which you plan to have translation strings.
|
||||
|
|
||||
*/
|
||||
|
||||
'locale' => env('APP_LOCALE', 'en'),
|
||||
|
||||
'fallback_locale' => env('APP_FALLBACK_LOCALE', 'en'),
|
||||
|
||||
'faker_locale' => env('APP_FAKER_LOCALE', 'en_US'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Encryption Key
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| This key is utilized by Laravel's encryption services and should be set
|
||||
| to a random, 32 character string to ensure that all encrypted values
|
||||
| are secure. You should do this prior to deploying the application.
|
||||
|
|
||||
*/
|
||||
|
||||
'cipher' => 'AES-256-CBC',
|
||||
|
||||
'key' => env('APP_KEY'),
|
||||
|
||||
'previous_keys' => [
|
||||
...array_filter(
|
||||
explode(',', env('APP_PREVIOUS_KEYS', ''))
|
||||
),
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Maintenance Mode Driver
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| These configuration options determine the driver used to determine and
|
||||
| manage Laravel's "maintenance mode" status. The "cache" driver will
|
||||
| allow maintenance mode to be controlled across multiple machines.
|
||||
|
|
||||
| Supported drivers: "file", "cache"
|
||||
|
|
||||
*/
|
||||
|
||||
'maintenance' => [
|
||||
'driver' => env('APP_MAINTENANCE_DRIVER', 'file'),
|
||||
'store' => env('APP_MAINTENANCE_STORE', 'database'),
|
||||
],
|
||||
|
||||
];
|
||||
115
config/auth.php
Normal file
115
config/auth.php
Normal file
@ -0,0 +1,115 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Authentication Defaults
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| This option defines the default authentication "guard" and password
|
||||
| reset "broker" for your application. You may change these values
|
||||
| as required, but they're a perfect start for most applications.
|
||||
|
|
||||
*/
|
||||
|
||||
'defaults' => [
|
||||
'guard' => env('AUTH_GUARD', 'web'),
|
||||
'passwords' => env('AUTH_PASSWORD_BROKER', 'users'),
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Authentication Guards
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Next, you may define every authentication guard for your application.
|
||||
| Of course, a great default configuration has been defined for you
|
||||
| which utilizes session storage plus the Eloquent user provider.
|
||||
|
|
||||
| All authentication guards have a user provider, which defines how the
|
||||
| users are actually retrieved out of your database or other storage
|
||||
| system used by the application. Typically, Eloquent is utilized.
|
||||
|
|
||||
| Supported: "session"
|
||||
|
|
||||
*/
|
||||
|
||||
'guards' => [
|
||||
'web' => [
|
||||
'driver' => 'session',
|
||||
'provider' => 'users',
|
||||
],
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| User Providers
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| All authentication guards have a user provider, which defines how the
|
||||
| users are actually retrieved out of your database or other storage
|
||||
| system used by the application. Typically, Eloquent is utilized.
|
||||
|
|
||||
| If you have multiple user tables or models you may configure multiple
|
||||
| providers to represent the model / table. These providers may then
|
||||
| be assigned to any extra authentication guards you have defined.
|
||||
|
|
||||
| Supported: "database", "eloquent"
|
||||
|
|
||||
*/
|
||||
|
||||
'providers' => [
|
||||
'users' => [
|
||||
'driver' => 'eloquent',
|
||||
'model' => env('AUTH_MODEL', App\Models\User::class),
|
||||
],
|
||||
|
||||
// 'users' => [
|
||||
// 'driver' => 'database',
|
||||
// 'table' => 'users',
|
||||
// ],
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Resetting Passwords
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| These configuration options specify the behavior of Laravel's password
|
||||
| reset functionality, including the table utilized for token storage
|
||||
| and the user provider that is invoked to actually retrieve users.
|
||||
|
|
||||
| The expiry time is the number of minutes that each reset token will be
|
||||
| considered valid. This security feature keeps tokens short-lived so
|
||||
| they have less time to be guessed. You may change this as needed.
|
||||
|
|
||||
| The throttle setting is the number of seconds a user must wait before
|
||||
| generating more password reset tokens. This prevents the user from
|
||||
| quickly generating a very large amount of password reset tokens.
|
||||
|
|
||||
*/
|
||||
|
||||
'passwords' => [
|
||||
'users' => [
|
||||
'provider' => 'users',
|
||||
'table' => env('AUTH_PASSWORD_RESET_TOKEN_TABLE', 'password_reset_tokens'),
|
||||
'expire' => 60,
|
||||
'throttle' => 60,
|
||||
],
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Password Confirmation Timeout
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here you may define the amount of seconds before a password confirmation
|
||||
| window expires and users are asked to re-enter their password via the
|
||||
| confirmation screen. By default, the timeout lasts for three hours.
|
||||
|
|
||||
*/
|
||||
|
||||
'password_timeout' => env('AUTH_PASSWORD_TIMEOUT', 10800),
|
||||
|
||||
];
|
||||
108
config/cache.php
Normal file
108
config/cache.php
Normal file
@ -0,0 +1,108 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Support\Str;
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Default Cache Store
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| This option controls the default cache store that will be used by the
|
||||
| framework. This connection is utilized if another isn't explicitly
|
||||
| specified when running a cache operation inside the application.
|
||||
|
|
||||
*/
|
||||
|
||||
'default' => env('CACHE_STORE', 'database'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Cache Stores
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here you may define all of the cache "stores" for your application as
|
||||
| well as their drivers. You may even define multiple stores for the
|
||||
| same cache driver to group types of items stored in your caches.
|
||||
|
|
||||
| Supported drivers: "array", "database", "file", "memcached",
|
||||
| "redis", "dynamodb", "octane", "null"
|
||||
|
|
||||
*/
|
||||
|
||||
'stores' => [
|
||||
|
||||
'array' => [
|
||||
'driver' => 'array',
|
||||
'serialize' => false,
|
||||
],
|
||||
|
||||
'database' => [
|
||||
'driver' => 'database',
|
||||
'connection' => env('DB_CACHE_CONNECTION'),
|
||||
'table' => env('DB_CACHE_TABLE', 'cache'),
|
||||
'lock_connection' => env('DB_CACHE_LOCK_CONNECTION'),
|
||||
'lock_table' => env('DB_CACHE_LOCK_TABLE'),
|
||||
],
|
||||
|
||||
'file' => [
|
||||
'driver' => 'file',
|
||||
'path' => storage_path('framework/cache/data'),
|
||||
'lock_path' => storage_path('framework/cache/data'),
|
||||
],
|
||||
|
||||
'memcached' => [
|
||||
'driver' => 'memcached',
|
||||
'persistent_id' => env('MEMCACHED_PERSISTENT_ID'),
|
||||
'sasl' => [
|
||||
env('MEMCACHED_USERNAME'),
|
||||
env('MEMCACHED_PASSWORD'),
|
||||
],
|
||||
'options' => [
|
||||
// Memcached::OPT_CONNECT_TIMEOUT => 2000,
|
||||
],
|
||||
'servers' => [
|
||||
[
|
||||
'host' => env('MEMCACHED_HOST', '127.0.0.1'),
|
||||
'port' => env('MEMCACHED_PORT', 11211),
|
||||
'weight' => 100,
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
'redis' => [
|
||||
'driver' => 'redis',
|
||||
'connection' => env('REDIS_CACHE_CONNECTION', 'cache'),
|
||||
'lock_connection' => env('REDIS_CACHE_LOCK_CONNECTION', 'default'),
|
||||
],
|
||||
|
||||
'dynamodb' => [
|
||||
'driver' => 'dynamodb',
|
||||
'key' => env('AWS_ACCESS_KEY_ID'),
|
||||
'secret' => env('AWS_SECRET_ACCESS_KEY'),
|
||||
'region' => env('AWS_DEFAULT_REGION', 'us-east-1'),
|
||||
'table' => env('DYNAMODB_CACHE_TABLE', 'cache'),
|
||||
'endpoint' => env('DYNAMODB_ENDPOINT'),
|
||||
],
|
||||
|
||||
'octane' => [
|
||||
'driver' => 'octane',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Cache Key Prefix
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| When utilizing the APC, database, memcached, Redis, and DynamoDB cache
|
||||
| stores, there might be other applications using the same cache. For
|
||||
| that reason, you may prefix every cache key to avoid collisions.
|
||||
|
|
||||
*/
|
||||
|
||||
'prefix' => env('CACHE_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_').'_cache_'),
|
||||
|
||||
];
|
||||
174
config/database.php
Normal file
174
config/database.php
Normal file
@ -0,0 +1,174 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Support\Str;
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Default Database Connection Name
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here you may specify which of the database connections below you wish
|
||||
| to use as your default connection for database operations. This is
|
||||
| the connection which will be utilized unless another connection
|
||||
| is explicitly specified when you execute a query / statement.
|
||||
|
|
||||
*/
|
||||
|
||||
'default' => env('DB_CONNECTION', 'sqlite'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Database Connections
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Below are all of the database connections defined for your application.
|
||||
| An example configuration is provided for each database system which
|
||||
| is supported by Laravel. You're free to add / remove connections.
|
||||
|
|
||||
*/
|
||||
|
||||
'connections' => [
|
||||
|
||||
'sqlite' => [
|
||||
'driver' => 'sqlite',
|
||||
'url' => env('DB_URL'),
|
||||
'database' => env('DB_DATABASE', database_path('database.sqlite')),
|
||||
'prefix' => '',
|
||||
'foreign_key_constraints' => env('DB_FOREIGN_KEYS', true),
|
||||
'busy_timeout' => null,
|
||||
'journal_mode' => null,
|
||||
'synchronous' => null,
|
||||
],
|
||||
|
||||
'mysql' => [
|
||||
'driver' => 'mysql',
|
||||
'url' => env('DB_URL'),
|
||||
'host' => env('DB_HOST', '127.0.0.1'),
|
||||
'port' => env('DB_PORT', '3306'),
|
||||
'database' => env('DB_DATABASE', 'rsab_harapan_kita'),
|
||||
'username' => env('DB_USERNAME', 'root'),
|
||||
'password' => env('DB_PASSWORD', ''),
|
||||
'unix_socket' => env('DB_SOCKET', ''),
|
||||
'charset' => env('DB_CHARSET', 'utf8mb4'),
|
||||
'collation' => env('DB_COLLATION', 'utf8mb4_unicode_ci'),
|
||||
'prefix' => '',
|
||||
'prefix_indexes' => true,
|
||||
'strict' => true,
|
||||
'engine' => null,
|
||||
'options' => extension_loaded('pdo_mysql') ? array_filter([
|
||||
PDO::MYSQL_ATTR_SSL_CA => env('MYSQL_ATTR_SSL_CA'),
|
||||
]) : [],
|
||||
],
|
||||
|
||||
'mariadb' => [
|
||||
'driver' => 'mariadb',
|
||||
'url' => env('DB_URL'),
|
||||
'host' => env('DB_HOST', '127.0.0.1'),
|
||||
'port' => env('DB_PORT', '3306'),
|
||||
'database' => env('DB_DATABASE', 'laravel'),
|
||||
'username' => env('DB_USERNAME', 'root'),
|
||||
'password' => env('DB_PASSWORD', ''),
|
||||
'unix_socket' => env('DB_SOCKET', ''),
|
||||
'charset' => env('DB_CHARSET', 'utf8mb4'),
|
||||
'collation' => env('DB_COLLATION', 'utf8mb4_unicode_ci'),
|
||||
'prefix' => '',
|
||||
'prefix_indexes' => true,
|
||||
'strict' => true,
|
||||
'engine' => null,
|
||||
'options' => extension_loaded('pdo_mysql') ? array_filter([
|
||||
PDO::MYSQL_ATTR_SSL_CA => env('MYSQL_ATTR_SSL_CA'),
|
||||
]) : [],
|
||||
],
|
||||
|
||||
'pgsql' => [
|
||||
'driver' => 'pgsql',
|
||||
'url' => env('DB_URL'),
|
||||
'host' => env('DB_HOST', '127.0.0.1'),
|
||||
'port' => env('DB_PORT', '5432'),
|
||||
'database' => env('DB_DATABASE', 'laravel'),
|
||||
'username' => env('DB_USERNAME', 'root'),
|
||||
'password' => env('DB_PASSWORD', ''),
|
||||
'charset' => env('DB_CHARSET', 'utf8'),
|
||||
'prefix' => '',
|
||||
'prefix_indexes' => true,
|
||||
'search_path' => 'public',
|
||||
'sslmode' => 'prefer',
|
||||
],
|
||||
|
||||
'sqlsrv' => [
|
||||
'driver' => 'sqlsrv',
|
||||
'url' => env('DB_URL'),
|
||||
'host' => env('DB_HOST', 'localhost'),
|
||||
'port' => env('DB_PORT', '1433'),
|
||||
'database' => env('DB_DATABASE', 'laravel'),
|
||||
'username' => env('DB_USERNAME', 'root'),
|
||||
'password' => env('DB_PASSWORD', ''),
|
||||
'charset' => env('DB_CHARSET', 'utf8'),
|
||||
'prefix' => '',
|
||||
'prefix_indexes' => true,
|
||||
// 'encrypt' => env('DB_ENCRYPT', 'yes'),
|
||||
// 'trust_server_certificate' => env('DB_TRUST_SERVER_CERTIFICATE', 'false'),
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Migration Repository Table
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| This table keeps track of all the migrations that have already run for
|
||||
| your application. Using this information, we can determine which of
|
||||
| the migrations on disk haven't actually been run on the database.
|
||||
|
|
||||
*/
|
||||
|
||||
'migrations' => [
|
||||
'table' => 'migrations',
|
||||
'update_date_on_publish' => true,
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Redis Databases
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Redis is an open source, fast, and advanced key-value store that also
|
||||
| provides a richer body of commands than a typical key-value system
|
||||
| such as Memcached. You may define your connection settings here.
|
||||
|
|
||||
*/
|
||||
|
||||
'redis' => [
|
||||
|
||||
'client' => env('REDIS_CLIENT', 'phpredis'),
|
||||
|
||||
'options' => [
|
||||
'cluster' => env('REDIS_CLUSTER', 'redis'),
|
||||
'prefix' => env('REDIS_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_').'_database_'),
|
||||
'persistent' => env('REDIS_PERSISTENT', false),
|
||||
],
|
||||
|
||||
'default' => [
|
||||
'url' => env('REDIS_URL'),
|
||||
'host' => env('REDIS_HOST', '127.0.0.1'),
|
||||
'username' => env('REDIS_USERNAME'),
|
||||
'password' => env('REDIS_PASSWORD'),
|
||||
'port' => env('REDIS_PORT', '6379'),
|
||||
'database' => env('REDIS_DB', '0'),
|
||||
],
|
||||
|
||||
'cache' => [
|
||||
'url' => env('REDIS_URL'),
|
||||
'host' => env('REDIS_HOST', '127.0.0.1'),
|
||||
'username' => env('REDIS_USERNAME'),
|
||||
'password' => env('REDIS_PASSWORD'),
|
||||
'port' => env('REDIS_PORT', '6379'),
|
||||
'database' => env('REDIS_CACHE_DB', '1'),
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
80
config/filesystems.php
Normal file
80
config/filesystems.php
Normal file
@ -0,0 +1,80 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Default Filesystem Disk
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here you may specify the default filesystem disk that should be used
|
||||
| by the framework. The "local" disk, as well as a variety of cloud
|
||||
| based disks are available to your application for file storage.
|
||||
|
|
||||
*/
|
||||
|
||||
'default' => env('FILESYSTEM_DISK', 'local'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Filesystem Disks
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Below you may configure as many filesystem disks as necessary, and you
|
||||
| may even configure multiple disks for the same driver. Examples for
|
||||
| most supported storage drivers are configured here for reference.
|
||||
|
|
||||
| Supported drivers: "local", "ftp", "sftp", "s3"
|
||||
|
|
||||
*/
|
||||
|
||||
'disks' => [
|
||||
|
||||
'local' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('app/private'),
|
||||
'serve' => true,
|
||||
'throw' => false,
|
||||
'report' => false,
|
||||
],
|
||||
|
||||
'public' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('app/public'),
|
||||
'url' => env('APP_URL').'/storage',
|
||||
'visibility' => 'public',
|
||||
'throw' => false,
|
||||
'report' => false,
|
||||
],
|
||||
|
||||
's3' => [
|
||||
'driver' => 's3',
|
||||
'key' => env('AWS_ACCESS_KEY_ID'),
|
||||
'secret' => env('AWS_SECRET_ACCESS_KEY'),
|
||||
'region' => env('AWS_DEFAULT_REGION'),
|
||||
'bucket' => env('AWS_BUCKET'),
|
||||
'url' => env('AWS_URL'),
|
||||
'endpoint' => env('AWS_ENDPOINT'),
|
||||
'use_path_style_endpoint' => env('AWS_USE_PATH_STYLE_ENDPOINT', false),
|
||||
'throw' => false,
|
||||
'report' => false,
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Symbolic Links
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here you may configure the symbolic links that will be created when the
|
||||
| `storage:link` Artisan command is executed. The array keys should be
|
||||
| the locations of the links and the values should be their targets.
|
||||
|
|
||||
*/
|
||||
|
||||
'links' => [
|
||||
public_path('storage') => storage_path('app/public'),
|
||||
],
|
||||
|
||||
];
|
||||
132
config/logging.php
Normal file
132
config/logging.php
Normal file
@ -0,0 +1,132 @@
|
||||
<?php
|
||||
|
||||
use Monolog\Handler\NullHandler;
|
||||
use Monolog\Handler\StreamHandler;
|
||||
use Monolog\Handler\SyslogUdpHandler;
|
||||
use Monolog\Processor\PsrLogMessageProcessor;
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Default Log Channel
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| This option defines the default log channel that is utilized to write
|
||||
| messages to your logs. The value provided here should match one of
|
||||
| the channels present in the list of "channels" configured below.
|
||||
|
|
||||
*/
|
||||
|
||||
'default' => env('LOG_CHANNEL', 'stack'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Deprecations Log Channel
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| This option controls the log channel that should be used to log warnings
|
||||
| regarding deprecated PHP and library features. This allows you to get
|
||||
| your application ready for upcoming major versions of dependencies.
|
||||
|
|
||||
*/
|
||||
|
||||
'deprecations' => [
|
||||
'channel' => env('LOG_DEPRECATIONS_CHANNEL', 'null'),
|
||||
'trace' => env('LOG_DEPRECATIONS_TRACE', false),
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Log Channels
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here you may configure the log channels for your application. Laravel
|
||||
| utilizes the Monolog PHP logging library, which includes a variety
|
||||
| of powerful log handlers and formatters that you're free to use.
|
||||
|
|
||||
| Available drivers: "single", "daily", "slack", "syslog",
|
||||
| "errorlog", "monolog", "custom", "stack"
|
||||
|
|
||||
*/
|
||||
|
||||
'channels' => [
|
||||
|
||||
'stack' => [
|
||||
'driver' => 'stack',
|
||||
'channels' => explode(',', env('LOG_STACK', 'single')),
|
||||
'ignore_exceptions' => false,
|
||||
],
|
||||
|
||||
'single' => [
|
||||
'driver' => 'single',
|
||||
'path' => storage_path('logs/laravel.log'),
|
||||
'level' => env('LOG_LEVEL', 'debug'),
|
||||
'replace_placeholders' => true,
|
||||
],
|
||||
|
||||
'daily' => [
|
||||
'driver' => 'daily',
|
||||
'path' => storage_path('logs/laravel.log'),
|
||||
'level' => env('LOG_LEVEL', 'debug'),
|
||||
'days' => env('LOG_DAILY_DAYS', 14),
|
||||
'replace_placeholders' => true,
|
||||
],
|
||||
|
||||
'slack' => [
|
||||
'driver' => 'slack',
|
||||
'url' => env('LOG_SLACK_WEBHOOK_URL'),
|
||||
'username' => env('LOG_SLACK_USERNAME', 'Laravel Log'),
|
||||
'emoji' => env('LOG_SLACK_EMOJI', ':boom:'),
|
||||
'level' => env('LOG_LEVEL', 'critical'),
|
||||
'replace_placeholders' => true,
|
||||
],
|
||||
|
||||
'papertrail' => [
|
||||
'driver' => 'monolog',
|
||||
'level' => env('LOG_LEVEL', 'debug'),
|
||||
'handler' => env('LOG_PAPERTRAIL_HANDLER', SyslogUdpHandler::class),
|
||||
'handler_with' => [
|
||||
'host' => env('PAPERTRAIL_URL'),
|
||||
'port' => env('PAPERTRAIL_PORT'),
|
||||
'connectionString' => 'tls://'.env('PAPERTRAIL_URL').':'.env('PAPERTRAIL_PORT'),
|
||||
],
|
||||
'processors' => [PsrLogMessageProcessor::class],
|
||||
],
|
||||
|
||||
'stderr' => [
|
||||
'driver' => 'monolog',
|
||||
'level' => env('LOG_LEVEL', 'debug'),
|
||||
'handler' => StreamHandler::class,
|
||||
'handler_with' => [
|
||||
'stream' => 'php://stderr',
|
||||
],
|
||||
'formatter' => env('LOG_STDERR_FORMATTER'),
|
||||
'processors' => [PsrLogMessageProcessor::class],
|
||||
],
|
||||
|
||||
'syslog' => [
|
||||
'driver' => 'syslog',
|
||||
'level' => env('LOG_LEVEL', 'debug'),
|
||||
'facility' => env('LOG_SYSLOG_FACILITY', LOG_USER),
|
||||
'replace_placeholders' => true,
|
||||
],
|
||||
|
||||
'errorlog' => [
|
||||
'driver' => 'errorlog',
|
||||
'level' => env('LOG_LEVEL', 'debug'),
|
||||
'replace_placeholders' => true,
|
||||
],
|
||||
|
||||
'null' => [
|
||||
'driver' => 'monolog',
|
||||
'handler' => NullHandler::class,
|
||||
],
|
||||
|
||||
'emergency' => [
|
||||
'path' => storage_path('logs/laravel.log'),
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
118
config/mail.php
Normal file
118
config/mail.php
Normal file
@ -0,0 +1,118 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Default Mailer
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| This option controls the default mailer that is used to send all email
|
||||
| messages unless another mailer is explicitly specified when sending
|
||||
| the message. All additional mailers can be configured within the
|
||||
| "mailers" array. Examples of each type of mailer are provided.
|
||||
|
|
||||
*/
|
||||
|
||||
'default' => env('MAIL_MAILER', 'log'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Mailer Configurations
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here you may configure all of the mailers used by your application plus
|
||||
| their respective settings. Several examples have been configured for
|
||||
| you and you are free to add your own as your application requires.
|
||||
|
|
||||
| Laravel supports a variety of mail "transport" drivers that can be used
|
||||
| when delivering an email. You may specify which one you're using for
|
||||
| your mailers below. You may also add additional mailers if needed.
|
||||
|
|
||||
| Supported: "smtp", "sendmail", "mailgun", "ses", "ses-v2",
|
||||
| "postmark", "resend", "log", "array",
|
||||
| "failover", "roundrobin"
|
||||
|
|
||||
*/
|
||||
|
||||
'mailers' => [
|
||||
|
||||
'smtp' => [
|
||||
'transport' => 'smtp',
|
||||
'scheme' => env('MAIL_SCHEME'),
|
||||
'url' => env('MAIL_URL'),
|
||||
'host' => env('MAIL_HOST', '127.0.0.1'),
|
||||
'port' => env('MAIL_PORT', 2525),
|
||||
'username' => env('MAIL_USERNAME'),
|
||||
'password' => env('MAIL_PASSWORD'),
|
||||
'timeout' => null,
|
||||
'local_domain' => env('MAIL_EHLO_DOMAIN', parse_url(env('APP_URL', 'http://localhost'), PHP_URL_HOST)),
|
||||
],
|
||||
|
||||
'ses' => [
|
||||
'transport' => 'ses',
|
||||
],
|
||||
|
||||
'postmark' => [
|
||||
'transport' => 'postmark',
|
||||
// 'message_stream_id' => env('POSTMARK_MESSAGE_STREAM_ID'),
|
||||
// 'client' => [
|
||||
// 'timeout' => 5,
|
||||
// ],
|
||||
],
|
||||
|
||||
'resend' => [
|
||||
'transport' => 'resend',
|
||||
],
|
||||
|
||||
'sendmail' => [
|
||||
'transport' => 'sendmail',
|
||||
'path' => env('MAIL_SENDMAIL_PATH', '/usr/sbin/sendmail -bs -i'),
|
||||
],
|
||||
|
||||
'log' => [
|
||||
'transport' => 'log',
|
||||
'channel' => env('MAIL_LOG_CHANNEL'),
|
||||
],
|
||||
|
||||
'array' => [
|
||||
'transport' => 'array',
|
||||
],
|
||||
|
||||
'failover' => [
|
||||
'transport' => 'failover',
|
||||
'mailers' => [
|
||||
'smtp',
|
||||
'log',
|
||||
],
|
||||
'retry_after' => 60,
|
||||
],
|
||||
|
||||
'roundrobin' => [
|
||||
'transport' => 'roundrobin',
|
||||
'mailers' => [
|
||||
'ses',
|
||||
'postmark',
|
||||
],
|
||||
'retry_after' => 60,
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Global "From" Address
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| You may wish for all emails sent by your application to be sent from
|
||||
| the same address. Here you may specify a name and address that is
|
||||
| used globally for all emails that are sent by your application.
|
||||
|
|
||||
*/
|
||||
|
||||
'from' => [
|
||||
'address' => env('MAIL_FROM_ADDRESS', 'hello@example.com'),
|
||||
'name' => env('MAIL_FROM_NAME', 'Example'),
|
||||
],
|
||||
|
||||
];
|
||||
112
config/queue.php
Normal file
112
config/queue.php
Normal file
@ -0,0 +1,112 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Default Queue Connection Name
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Laravel's queue supports a variety of backends via a single, unified
|
||||
| API, giving you convenient access to each backend using identical
|
||||
| syntax for each. The default queue connection is defined below.
|
||||
|
|
||||
*/
|
||||
|
||||
'default' => env('QUEUE_CONNECTION', 'database'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Queue Connections
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here you may configure the connection options for every queue backend
|
||||
| used by your application. An example configuration is provided for
|
||||
| each backend supported by Laravel. You're also free to add more.
|
||||
|
|
||||
| Drivers: "sync", "database", "beanstalkd", "sqs", "redis", "null"
|
||||
|
|
||||
*/
|
||||
|
||||
'connections' => [
|
||||
|
||||
'sync' => [
|
||||
'driver' => 'sync',
|
||||
],
|
||||
|
||||
'database' => [
|
||||
'driver' => 'database',
|
||||
'connection' => env('DB_QUEUE_CONNECTION'),
|
||||
'table' => env('DB_QUEUE_TABLE', 'jobs'),
|
||||
'queue' => env('DB_QUEUE', 'default'),
|
||||
'retry_after' => (int) env('DB_QUEUE_RETRY_AFTER', 90),
|
||||
'after_commit' => false,
|
||||
],
|
||||
|
||||
'beanstalkd' => [
|
||||
'driver' => 'beanstalkd',
|
||||
'host' => env('BEANSTALKD_QUEUE_HOST', 'localhost'),
|
||||
'queue' => env('BEANSTALKD_QUEUE', 'default'),
|
||||
'retry_after' => (int) env('BEANSTALKD_QUEUE_RETRY_AFTER', 90),
|
||||
'block_for' => 0,
|
||||
'after_commit' => false,
|
||||
],
|
||||
|
||||
'sqs' => [
|
||||
'driver' => 'sqs',
|
||||
'key' => env('AWS_ACCESS_KEY_ID'),
|
||||
'secret' => env('AWS_SECRET_ACCESS_KEY'),
|
||||
'prefix' => env('SQS_PREFIX', 'https://sqs.us-east-1.amazonaws.com/your-account-id'),
|
||||
'queue' => env('SQS_QUEUE', 'default'),
|
||||
'suffix' => env('SQS_SUFFIX'),
|
||||
'region' => env('AWS_DEFAULT_REGION', 'us-east-1'),
|
||||
'after_commit' => false,
|
||||
],
|
||||
|
||||
'redis' => [
|
||||
'driver' => 'redis',
|
||||
'connection' => env('REDIS_QUEUE_CONNECTION', 'default'),
|
||||
'queue' => env('REDIS_QUEUE', 'default'),
|
||||
'retry_after' => (int) env('REDIS_QUEUE_RETRY_AFTER', 90),
|
||||
'block_for' => null,
|
||||
'after_commit' => false,
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Job Batching
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following options configure the database and table that store job
|
||||
| batching information. These options can be updated to any database
|
||||
| connection and table which has been defined by your application.
|
||||
|
|
||||
*/
|
||||
|
||||
'batching' => [
|
||||
'database' => env('DB_CONNECTION', 'sqlite'),
|
||||
'table' => 'job_batches',
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Failed Queue Jobs
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| These options configure the behavior of failed queue job logging so you
|
||||
| can control how and where failed jobs are stored. Laravel ships with
|
||||
| support for storing failed jobs in a simple file or in a database.
|
||||
|
|
||||
| Supported drivers: "database-uuids", "dynamodb", "file", "null"
|
||||
|
|
||||
*/
|
||||
|
||||
'failed' => [
|
||||
'driver' => env('QUEUE_FAILED_DRIVER', 'database-uuids'),
|
||||
'database' => env('DB_CONNECTION', 'sqlite'),
|
||||
'table' => 'failed_jobs',
|
||||
],
|
||||
|
||||
];
|
||||
38
config/services.php
Normal file
38
config/services.php
Normal file
@ -0,0 +1,38 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Third Party Services
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| This file is for storing the credentials for third party services such
|
||||
| as Mailgun, Postmark, AWS and more. This file provides the de facto
|
||||
| location for this type of information, allowing packages to have
|
||||
| a conventional file to locate the various service credentials.
|
||||
|
|
||||
*/
|
||||
|
||||
'postmark' => [
|
||||
'token' => env('POSTMARK_TOKEN'),
|
||||
],
|
||||
|
||||
'ses' => [
|
||||
'key' => env('AWS_ACCESS_KEY_ID'),
|
||||
'secret' => env('AWS_SECRET_ACCESS_KEY'),
|
||||
'region' => env('AWS_DEFAULT_REGION', 'us-east-1'),
|
||||
],
|
||||
|
||||
'resend' => [
|
||||
'key' => env('RESEND_KEY'),
|
||||
],
|
||||
|
||||
'slack' => [
|
||||
'notifications' => [
|
||||
'bot_user_oauth_token' => env('SLACK_BOT_USER_OAUTH_TOKEN'),
|
||||
'channel' => env('SLACK_BOT_USER_DEFAULT_CHANNEL'),
|
||||
],
|
||||
],
|
||||
|
||||
];
|
||||
217
config/session.php
Normal file
217
config/session.php
Normal file
@ -0,0 +1,217 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Support\Str;
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Default Session Driver
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| This option determines the default session driver that is utilized for
|
||||
| incoming requests. Laravel supports a variety of storage options to
|
||||
| persist session data. Database storage is a great default choice.
|
||||
|
|
||||
| Supported: "file", "cookie", "database", "apc",
|
||||
| "memcached", "redis", "dynamodb", "array"
|
||||
|
|
||||
*/
|
||||
|
||||
'driver' => env('SESSION_DRIVER', 'database'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Session Lifetime
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here you may specify the number of minutes that you wish the session
|
||||
| to be allowed to remain idle before it expires. If you want them
|
||||
| to expire immediately when the browser is closed then you may
|
||||
| indicate that via the expire_on_close configuration option.
|
||||
|
|
||||
*/
|
||||
|
||||
'lifetime' => (int) env('SESSION_LIFETIME', 120),
|
||||
|
||||
'expire_on_close' => env('SESSION_EXPIRE_ON_CLOSE', false),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Session Encryption
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| This option allows you to easily specify that all of your session data
|
||||
| should be encrypted before it's stored. All encryption is performed
|
||||
| automatically by Laravel and you may use the session like normal.
|
||||
|
|
||||
*/
|
||||
|
||||
'encrypt' => env('SESSION_ENCRYPT', false),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Session File Location
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| When utilizing the "file" session driver, the session files are placed
|
||||
| on disk. The default storage location is defined here; however, you
|
||||
| are free to provide another location where they should be stored.
|
||||
|
|
||||
*/
|
||||
|
||||
'files' => storage_path('framework/sessions'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Session Database Connection
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| When using the "database" or "redis" session drivers, you may specify a
|
||||
| connection that should be used to manage these sessions. This should
|
||||
| correspond to a connection in your database configuration options.
|
||||
|
|
||||
*/
|
||||
|
||||
'connection' => env('SESSION_CONNECTION'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Session Database Table
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| When using the "database" session driver, you may specify the table to
|
||||
| be used to store sessions. Of course, a sensible default is defined
|
||||
| for you; however, you're welcome to change this to another table.
|
||||
|
|
||||
*/
|
||||
|
||||
'table' => env('SESSION_TABLE', 'sessions'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Session Cache Store
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| When using one of the framework's cache driven session backends, you may
|
||||
| define the cache store which should be used to store the session data
|
||||
| between requests. This must match one of your defined cache stores.
|
||||
|
|
||||
| Affects: "apc", "dynamodb", "memcached", "redis"
|
||||
|
|
||||
*/
|
||||
|
||||
'store' => env('SESSION_STORE'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Session Sweeping Lottery
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Some session drivers must manually sweep their storage location to get
|
||||
| rid of old sessions from storage. Here are the chances that it will
|
||||
| happen on a given request. By default, the odds are 2 out of 100.
|
||||
|
|
||||
*/
|
||||
|
||||
'lottery' => [2, 100],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Session Cookie Name
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here you may change the name of the session cookie that is created by
|
||||
| the framework. Typically, you should not need to change this value
|
||||
| since doing so does not grant a meaningful security improvement.
|
||||
|
|
||||
*/
|
||||
|
||||
'cookie' => env(
|
||||
'SESSION_COOKIE',
|
||||
Str::slug(env('APP_NAME', 'laravel'), '_').'_session'
|
||||
),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Session Cookie Path
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The session cookie path determines the path for which the cookie will
|
||||
| be regarded as available. Typically, this will be the root path of
|
||||
| your application, but you're free to change this when necessary.
|
||||
|
|
||||
*/
|
||||
|
||||
'path' => env('SESSION_PATH', '/'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Session Cookie Domain
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| This value determines the domain and subdomains the session cookie is
|
||||
| available to. By default, the cookie will be available to the root
|
||||
| domain and all subdomains. Typically, this shouldn't be changed.
|
||||
|
|
||||
*/
|
||||
|
||||
'domain' => env('SESSION_DOMAIN'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| HTTPS Only Cookies
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| By setting this option to true, session cookies will only be sent back
|
||||
| to the server if the browser has a HTTPS connection. This will keep
|
||||
| the cookie from being sent to you when it can't be done securely.
|
||||
|
|
||||
*/
|
||||
|
||||
'secure' => env('SESSION_SECURE_COOKIE'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| HTTP Access Only
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Setting this value to true will prevent JavaScript from accessing the
|
||||
| value of the cookie and the cookie will only be accessible through
|
||||
| the HTTP protocol. It's unlikely you should disable this option.
|
||||
|
|
||||
*/
|
||||
|
||||
'http_only' => env('SESSION_HTTP_ONLY', true),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Same-Site Cookies
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| This option determines how your cookies behave when cross-site requests
|
||||
| take place, and can be used to mitigate CSRF attacks. By default, we
|
||||
| will set this value to "lax" to permit secure cross-site requests.
|
||||
|
|
||||
| See: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie#samesitesamesite-value
|
||||
|
|
||||
| Supported: "lax", "strict", "none", null
|
||||
|
|
||||
*/
|
||||
|
||||
'same_site' => env('SESSION_SAME_SITE', 'lax'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Partitioned Cookies
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Setting this value to true will tie the cookie to the top-level site for
|
||||
| a cross-site context. Partitioned cookies are accepted by the browser
|
||||
| when flagged "secure" and the Same-Site attribute is set to "none".
|
||||
|
|
||||
*/
|
||||
|
||||
'partitioned' => env('SESSION_PARTITIONED_COOKIE', false),
|
||||
|
||||
];
|
||||
1
database/.gitignore
vendored
Normal file
1
database/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.sqlite*
|
||||
44
database/factories/UserFactory.php
Normal file
44
database/factories/UserFactory.php
Normal file
@ -0,0 +1,44 @@
|
||||
<?php
|
||||
|
||||
namespace Database\Factories;
|
||||
|
||||
use Illuminate\Database\Eloquent\Factories\Factory;
|
||||
use Illuminate\Support\Facades\Hash;
|
||||
use Illuminate\Support\Str;
|
||||
|
||||
/**
|
||||
* @extends \Illuminate\Database\Eloquent\Factories\Factory<\App\Models\User>
|
||||
*/
|
||||
class UserFactory extends Factory
|
||||
{
|
||||
/**
|
||||
* The current password being used by the factory.
|
||||
*/
|
||||
protected static ?string $password;
|
||||
|
||||
/**
|
||||
* Define the model's default state.
|
||||
*
|
||||
* @return array<string, mixed>
|
||||
*/
|
||||
public function definition(): array
|
||||
{
|
||||
return [
|
||||
'name' => fake()->name(),
|
||||
'email' => fake()->unique()->safeEmail(),
|
||||
'email_verified_at' => now(),
|
||||
'password' => static::$password ??= Hash::make('password'),
|
||||
'remember_token' => Str::random(10),
|
||||
];
|
||||
}
|
||||
|
||||
/**
|
||||
* Indicate that the model's email address should be unverified.
|
||||
*/
|
||||
public function unverified(): static
|
||||
{
|
||||
return $this->state(fn (array $attributes) => [
|
||||
'email_verified_at' => null,
|
||||
]);
|
||||
}
|
||||
}
|
||||
49
database/migrations/0001_01_01_000000_create_users_table.php
Normal file
49
database/migrations/0001_01_01_000000_create_users_table.php
Normal file
@ -0,0 +1,49 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Database\Migrations\Migration;
|
||||
use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
|
||||
return new class extends Migration
|
||||
{
|
||||
/**
|
||||
* Run the migrations.
|
||||
*/
|
||||
public function up(): void
|
||||
{
|
||||
Schema::create('users', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->string('name');
|
||||
$table->string('email')->unique();
|
||||
$table->timestamp('email_verified_at')->nullable();
|
||||
$table->string('password');
|
||||
$table->rememberToken();
|
||||
$table->timestamps();
|
||||
});
|
||||
|
||||
Schema::create('password_reset_tokens', function (Blueprint $table) {
|
||||
$table->string('email')->primary();
|
||||
$table->string('token');
|
||||
$table->timestamp('created_at')->nullable();
|
||||
});
|
||||
|
||||
Schema::create('sessions', function (Blueprint $table) {
|
||||
$table->string('id')->primary();
|
||||
$table->foreignId('user_id')->nullable()->index();
|
||||
$table->string('ip_address', 45)->nullable();
|
||||
$table->text('user_agent')->nullable();
|
||||
$table->longText('payload');
|
||||
$table->integer('last_activity')->index();
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* Reverse the migrations.
|
||||
*/
|
||||
public function down(): void
|
||||
{
|
||||
Schema::dropIfExists('users');
|
||||
Schema::dropIfExists('password_reset_tokens');
|
||||
Schema::dropIfExists('sessions');
|
||||
}
|
||||
};
|
||||
35
database/migrations/0001_01_01_000001_create_cache_table.php
Normal file
35
database/migrations/0001_01_01_000001_create_cache_table.php
Normal file
@ -0,0 +1,35 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Database\Migrations\Migration;
|
||||
use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
|
||||
return new class extends Migration
|
||||
{
|
||||
/**
|
||||
* Run the migrations.
|
||||
*/
|
||||
public function up(): void
|
||||
{
|
||||
Schema::create('cache', function (Blueprint $table) {
|
||||
$table->string('key')->primary();
|
||||
$table->mediumText('value');
|
||||
$table->integer('expiration');
|
||||
});
|
||||
|
||||
Schema::create('cache_locks', function (Blueprint $table) {
|
||||
$table->string('key')->primary();
|
||||
$table->string('owner');
|
||||
$table->integer('expiration');
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* Reverse the migrations.
|
||||
*/
|
||||
public function down(): void
|
||||
{
|
||||
Schema::dropIfExists('cache');
|
||||
Schema::dropIfExists('cache_locks');
|
||||
}
|
||||
};
|
||||
57
database/migrations/0001_01_01_000002_create_jobs_table.php
Normal file
57
database/migrations/0001_01_01_000002_create_jobs_table.php
Normal file
@ -0,0 +1,57 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Database\Migrations\Migration;
|
||||
use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
|
||||
return new class extends Migration
|
||||
{
|
||||
/**
|
||||
* Run the migrations.
|
||||
*/
|
||||
public function up(): void
|
||||
{
|
||||
Schema::create('jobs', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->string('queue')->index();
|
||||
$table->longText('payload');
|
||||
$table->unsignedTinyInteger('attempts');
|
||||
$table->unsignedInteger('reserved_at')->nullable();
|
||||
$table->unsignedInteger('available_at');
|
||||
$table->unsignedInteger('created_at');
|
||||
});
|
||||
|
||||
Schema::create('job_batches', function (Blueprint $table) {
|
||||
$table->string('id')->primary();
|
||||
$table->string('name');
|
||||
$table->integer('total_jobs');
|
||||
$table->integer('pending_jobs');
|
||||
$table->integer('failed_jobs');
|
||||
$table->longText('failed_job_ids');
|
||||
$table->mediumText('options')->nullable();
|
||||
$table->integer('cancelled_at')->nullable();
|
||||
$table->integer('created_at');
|
||||
$table->integer('finished_at')->nullable();
|
||||
});
|
||||
|
||||
Schema::create('failed_jobs', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->string('uuid')->unique();
|
||||
$table->text('connection');
|
||||
$table->text('queue');
|
||||
$table->longText('payload');
|
||||
$table->longText('exception');
|
||||
$table->timestamp('failed_at')->useCurrent();
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* Reverse the migrations.
|
||||
*/
|
||||
public function down(): void
|
||||
{
|
||||
Schema::dropIfExists('jobs');
|
||||
Schema::dropIfExists('job_batches');
|
||||
Schema::dropIfExists('failed_jobs');
|
||||
}
|
||||
};
|
||||
@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Database\Migrations\Migration;
|
||||
use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
|
||||
return new class extends Migration
|
||||
{
|
||||
/**
|
||||
* Run the migrations.
|
||||
*/
|
||||
public function up(): void
|
||||
{
|
||||
Schema::create('ms_pasiens', function (Blueprint $table) {
|
||||
$table->id('MRPasien');
|
||||
$table->string('NamaPasien');
|
||||
$table->date('TanggalLahir');
|
||||
$table->enum('JenisKelamin', ['L', 'P']);
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* Reverse the migrations.
|
||||
*/
|
||||
public function down(): void
|
||||
{
|
||||
Schema::dropIfExists('ms_pasiens');
|
||||
}
|
||||
};
|
||||
@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Database\Migrations\Migration;
|
||||
use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
|
||||
return new class extends Migration
|
||||
{
|
||||
/**
|
||||
* Run the migrations.
|
||||
*/
|
||||
public function up(): void
|
||||
{
|
||||
Schema::create('ms_asuransis', function (Blueprint $table) {
|
||||
$table->id('IdAsuransi');
|
||||
$table->string('NamaAsuransi');
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* Reverse the migrations.
|
||||
*/
|
||||
public function down(): void
|
||||
{
|
||||
Schema::dropIfExists('ms_asuransis');
|
||||
}
|
||||
};
|
||||
@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Database\Migrations\Migration;
|
||||
use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
|
||||
return new class extends Migration
|
||||
{
|
||||
/**
|
||||
* Run the migrations.
|
||||
*/
|
||||
public function up(): void
|
||||
{
|
||||
Schema::create('ms_pegawais', function (Blueprint $table) {
|
||||
$table->id('IdPegawai');
|
||||
$table->string('NamaPegawai');
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* Reverse the migrations.
|
||||
*/
|
||||
public function down(): void
|
||||
{
|
||||
Schema::dropIfExists('ms_pegawais');
|
||||
}
|
||||
};
|
||||
@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Database\Migrations\Migration;
|
||||
use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
|
||||
return new class extends Migration
|
||||
{
|
||||
/**
|
||||
* Run the migrations.
|
||||
*/
|
||||
public function up(): void
|
||||
{
|
||||
Schema::create('ms_ruang_pelayanans', function (Blueprint $table) {
|
||||
$table->id('IdRuangPelayanan');
|
||||
$table->string('NamaRuangPelayanan');
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* Reverse the migrations.
|
||||
*/
|
||||
public function down(): void
|
||||
{
|
||||
Schema::dropIfExists('ms_ruang_pelayanans');
|
||||
}
|
||||
};
|
||||
@ -0,0 +1,38 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Database\Migrations\Migration;
|
||||
use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
|
||||
return new class extends Migration
|
||||
{
|
||||
/**
|
||||
* Run the migrations.
|
||||
*/
|
||||
public function up(): void
|
||||
{
|
||||
Schema::create('tr_registrasis', function (Blueprint $table) {
|
||||
$table->id('IdRegistrasi');
|
||||
$table->date('TanggalRegistrasi');
|
||||
$table->unsignedBigInteger('MRPasien');
|
||||
$table->string('NomorKartuAsuransi');
|
||||
$table->unsignedBigInteger('IdAsuransi');
|
||||
$table->unsignedBigInteger('IdPegawai');
|
||||
$table->unsignedBigInteger('IdRuangPelayanan');
|
||||
$table->timestamps();
|
||||
|
||||
$table->foreign('MRPasien')->references('MRPasien')->on('ms_pasiens');
|
||||
$table->foreign('IdAsuransi')->references('IdAsuransi')->on('ms_asuransis');
|
||||
$table->foreign('IdPegawai')->references('IdPegawai')->on('ms_pegawais');
|
||||
$table->foreign('IdRuangPelayanan')->references('IdRuangPelayanan')->on('ms_ruang_pelayanans');
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* Reverse the migrations.
|
||||
*/
|
||||
public function down(): void
|
||||
{
|
||||
Schema::dropIfExists('tr_registrasis');
|
||||
}
|
||||
};
|
||||
@ -0,0 +1,35 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Database\Migrations\Migration;
|
||||
use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
|
||||
return new class extends Migration
|
||||
{
|
||||
/**
|
||||
* Run the migrations.
|
||||
*/
|
||||
public function up(): void
|
||||
{
|
||||
Schema::create('tr_transaksis', function (Blueprint $table) {
|
||||
$table->id('IdTransaksi');
|
||||
$table->unsignedBigInteger('IdRegistrasi');
|
||||
$table->unsignedBigInteger('IdTindakan');
|
||||
$table->integer('JmlTindakan');
|
||||
$table->unsignedBigInteger('IdPegawai');
|
||||
$table->timestamps();
|
||||
|
||||
$table->foreign('IdRegistrasi')->references('IdRegistrasi')->on('tr_registrasis');
|
||||
$table->foreign('IdTindakan')->references('IdTindakan')->on('ms_tindakans');
|
||||
$table->foreign('IdPegawai')->references('IdPegawai')->on('ms_pegawais');
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* Reverse the migrations.
|
||||
*/
|
||||
public function down(): void
|
||||
{
|
||||
Schema::dropIfExists('tr_transaksis');
|
||||
}
|
||||
};
|
||||
@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Database\Migrations\Migration;
|
||||
use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
|
||||
return new class extends Migration
|
||||
{
|
||||
/**
|
||||
* Run the migrations.
|
||||
*/
|
||||
public function up(): void
|
||||
{
|
||||
Schema::create('ms_tindakans', function (Blueprint $table) {
|
||||
$table->id('IdTindakan');
|
||||
$table->string('NamaTindakan');
|
||||
$table->integer('TarifTindakan');
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* Reverse the migrations.
|
||||
*/
|
||||
public function down(): void
|
||||
{
|
||||
Schema::dropIfExists('ms_tindakans');
|
||||
}
|
||||
};
|
||||
32
database/seeders/DatabaseSeeder.php
Normal file
32
database/seeders/DatabaseSeeder.php
Normal file
@ -0,0 +1,32 @@
|
||||
<?php
|
||||
|
||||
namespace Database\Seeders;
|
||||
|
||||
use App\Models\User;
|
||||
// use Illuminate\Database\Console\Seeds\WithoutModelEvents;
|
||||
use Illuminate\Database\Seeder;
|
||||
|
||||
class DatabaseSeeder extends Seeder
|
||||
{
|
||||
/**
|
||||
* Seed the application's database.
|
||||
*/
|
||||
public function run(): void
|
||||
{
|
||||
// User::factory(10)->create();
|
||||
|
||||
User::factory()->create([
|
||||
'name' => 'Test User',
|
||||
'email' => 'test@example.com',
|
||||
]);
|
||||
|
||||
// Memanggil MsPasienSeeder
|
||||
$this->call(MsPasienSeeder::class);
|
||||
$this->call(MsAsuransiSeeder::class);
|
||||
$this->call(MsPegawaiSeeder::class);
|
||||
$this->call(MsRuangPelayananSeeder::class);
|
||||
$this->call(MsTindakanSeeder::class);
|
||||
$this->call(TrTransaksiSeeder::class);
|
||||
$this->call(TrRegistrasiSeeder::class);
|
||||
}
|
||||
}
|
||||
28
database/seeders/MsAsuransiSeeder.php
Normal file
28
database/seeders/MsAsuransiSeeder.php
Normal file
@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
namespace Database\Seeders;
|
||||
|
||||
use Illuminate\Database\Seeder;
|
||||
use Faker\Factory as Faker;
|
||||
use Illuminate\Support\Facades\DB;
|
||||
|
||||
class MsAsuransiSeeder extends Seeder
|
||||
{
|
||||
/**
|
||||
* Run the database seeds.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function run()
|
||||
{
|
||||
// Membuat instance Faker
|
||||
$faker = Faker::create();
|
||||
|
||||
// Menambahkan 200 data dummy ke tabel ms_asuransis
|
||||
for ($i = 0; $i < 200; $i++) {
|
||||
DB::table('ms_asuransis')->insert([
|
||||
'NamaAsuransi' => $faker->company, // Menggunakan faker untuk nama asuransi
|
||||
]);
|
||||
}
|
||||
}
|
||||
}
|
||||
32
database/seeders/MsPasienSeeder.php
Normal file
32
database/seeders/MsPasienSeeder.php
Normal file
@ -0,0 +1,32 @@
|
||||
<?php
|
||||
|
||||
namespace Database\Seeders;
|
||||
|
||||
use Illuminate\Database\Seeder;
|
||||
use Faker\Factory as Faker;
|
||||
use Illuminate\Support\Facades\DB;
|
||||
|
||||
class MsPasienSeeder extends Seeder
|
||||
{
|
||||
/**
|
||||
* Run the database seeds.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function run()
|
||||
{
|
||||
// Membuat instance Faker
|
||||
$faker = Faker::create();
|
||||
|
||||
// Menambahkan 200 data dummy ke tabel ms_pasiens
|
||||
for ($i = 0; $i < 200; $i++) {
|
||||
DB::table('ms_pasiens')->insert([
|
||||
'NamaPasien' => $faker->name, // Nama pasien
|
||||
'TanggalLahir' => $faker->date, // Tanggal lahir pasien
|
||||
'JenisKelamin' => $faker->randomElement(['L', 'P']), // Jenis kelamin
|
||||
'created_at' => Carbon::now()->subDays(rand(1, 30)), // Waktu acak dalam 30 hari terakhir
|
||||
'updated_at' => Carbon::now(), // Waktu saat ini untuk updated_at
|
||||
]);
|
||||
}
|
||||
}
|
||||
}
|
||||
23
database/seeders/MsPegawaiSeeder.php
Normal file
23
database/seeders/MsPegawaiSeeder.php
Normal file
@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
namespace Database\Seeders;
|
||||
|
||||
use Illuminate\Database\Seeder;
|
||||
use App\Models\MsPegawai;
|
||||
use Faker\Factory as Faker;
|
||||
use Illuminate\Support\Facades\DB;
|
||||
|
||||
class MsPegawaiSeeder extends Seeder
|
||||
{
|
||||
public function run()
|
||||
{
|
||||
$faker = Faker::create();
|
||||
|
||||
// Menambahkan 200 data dummy ke tabel ms_pegawais
|
||||
for ($i = 0; $i < 200; $i++) {
|
||||
MsPegawai::create([
|
||||
'NamaPegawai' => $faker->name,
|
||||
]);
|
||||
}
|
||||
}
|
||||
}
|
||||
23
database/seeders/MsRuangPelayananSeeder.php
Normal file
23
database/seeders/MsRuangPelayananSeeder.php
Normal file
@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
namespace Database\Seeders;
|
||||
|
||||
use Illuminate\Database\Seeder;
|
||||
use App\Models\MsRuangPelayanan;
|
||||
use Faker\Factory as Faker;
|
||||
use Illuminate\Support\Facades\DB;
|
||||
|
||||
class MsRuangPelayananSeeder extends Seeder
|
||||
{
|
||||
public function run()
|
||||
{
|
||||
$faker = Faker::create();
|
||||
|
||||
// Menambahkan 200 data dummy ke tabel ms_ruang_pelayanans
|
||||
for ($i = 0; $i < 200; $i++) {
|
||||
MsRuangPelayanan::create([
|
||||
'NamaRuangPelayanan' => $faker->word, // Menggunakan faker untuk nama ruang pelayanan
|
||||
]);
|
||||
}
|
||||
}
|
||||
}
|
||||
25
database/seeders/MsTindakanSeeder.php
Normal file
25
database/seeders/MsTindakanSeeder.php
Normal file
@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
namespace Database\Seeders;
|
||||
|
||||
use Illuminate\Database\Seeder;
|
||||
use App\Models\MsTindakan;
|
||||
use Faker\Factory as Faker;
|
||||
use Illuminate\Support\Facades\DB;
|
||||
|
||||
|
||||
class MsTindakanSeeder extends Seeder
|
||||
{
|
||||
public function run()
|
||||
{
|
||||
$faker = Faker::create();
|
||||
|
||||
// Menambahkan 200 data dummy ke tabel ms_tindakans
|
||||
for ($i = 0; $i < 200; $i++) {
|
||||
MsTindakan::create([
|
||||
'NamaTindakan' => $faker->word, // Menggunakan faker untuk nama tindakan
|
||||
'TarifTindakan' => $faker->randomFloat(2, 10000, 1000000), // Tarif acak antara 500 dan 1000
|
||||
]);
|
||||
}
|
||||
}
|
||||
}
|
||||
40
database/seeders/TrRegistrasiSeeder.php
Normal file
40
database/seeders/TrRegistrasiSeeder.php
Normal file
@ -0,0 +1,40 @@
|
||||
<?php
|
||||
|
||||
namespace Database\Seeders;
|
||||
|
||||
use Illuminate\Database\Seeder;
|
||||
use App\Models\TrRegistrasi;
|
||||
use App\Models\MsPasien;
|
||||
use App\Models\MsAsuransi;
|
||||
use App\Models\MsPegawai;
|
||||
use App\Models\MsRuangPelayanan;
|
||||
use Faker\Factory as Faker;
|
||||
use Illuminate\Support\Facades\DB;
|
||||
|
||||
class TrRegistrasiSeeder extends Seeder
|
||||
{
|
||||
public function run()
|
||||
{
|
||||
// Inisialisasi Faker untuk generate data palsu
|
||||
$faker = Faker::create();
|
||||
|
||||
// Loop untuk membuat data TrRegistrasi
|
||||
for ($i = 0; $i < 10; $i++) {
|
||||
// Mengambil angka acak antara 1 dan 200 untuk ID yang diperlukan
|
||||
$randomMRPasien = rand(1, 200); // ID Pasien acak antara 1-200
|
||||
$randomIdAsuransi = rand(1, 200); // ID Asuransi acak antara 1-200
|
||||
$randomIdPegawai = rand(1, 200); // ID Pegawai acak antara 1-200
|
||||
$randomIdRuangPelayanan = rand(1, 200); // ID Ruang Pelayanan acak antara 1-200
|
||||
|
||||
// Membuat data TrRegistrasi dengan ID acak
|
||||
TrRegistrasi::create([
|
||||
'TanggalRegistrasi' => $faker->date(),
|
||||
'MRPasien' => $randomMRPasien,
|
||||
'NomorKartuAsuransi' => $faker->unique()->numerify('###-###-####'),
|
||||
'IdAsuransi' => $randomIdAsuransi,
|
||||
'IdPegawai' => $randomIdPegawai,
|
||||
'IdRuangPelayanan' => $randomIdRuangPelayanan,
|
||||
]);
|
||||
}
|
||||
}
|
||||
}
|
||||
39
database/seeders/TrTransaksiSeeder.php
Normal file
39
database/seeders/TrTransaksiSeeder.php
Normal file
@ -0,0 +1,39 @@
|
||||
<?php
|
||||
|
||||
namespace Database\Seeders;
|
||||
|
||||
use Illuminate\Database\Seeder;
|
||||
use App\Models\TrTransaksi;
|
||||
use App\Models\TrRegistrasi;
|
||||
use App\Models\MsTindakan;
|
||||
use App\Models\MsPegawai;
|
||||
use Faker\Factory as Faker;
|
||||
use Illuminate\Support\Facades\DB;
|
||||
|
||||
class TrTransaksiSeeder extends Seeder
|
||||
{
|
||||
public function run()
|
||||
{
|
||||
// Nonaktifkan foreign key checks
|
||||
DB::statement('SET FOREIGN_KEY_CHECKS=0;');
|
||||
|
||||
// Seeder untuk transaksi
|
||||
for ($i = 0; $i < 10; $i++) {
|
||||
// Ambil data acak dari tabel yang ada
|
||||
$registrasi = rand(1, 200);// Ambil registrasi acak
|
||||
$tindakan = rand(1, 200); // Ambil tindakan acak
|
||||
$pegawai = rand(1, 200); // Ambil pegawai acak
|
||||
|
||||
// Buat transaksi
|
||||
TrTransaksi::create([
|
||||
'IdRegistrasi' => $registrasi,
|
||||
'IdTindakan' => $tindakan,
|
||||
'JmlTindakan' => rand(1, 5), // Contoh: jumlah tindakan acak antara 1-5
|
||||
'IdPegawai' => $pegawai,
|
||||
]);
|
||||
}
|
||||
|
||||
// Aktifkan kembali foreign key checks
|
||||
DB::statement('SET FOREIGN_KEY_CHECKS=1;');
|
||||
}
|
||||
}
|
||||
16
package.json
Normal file
16
package.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "vite build",
|
||||
"dev": "vite"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/vite": "^4.0.0",
|
||||
"axios": "^1.8.2",
|
||||
"concurrently": "^9.0.1",
|
||||
"laravel-vite-plugin": "^1.2.0",
|
||||
"tailwindcss": "^4.0.0",
|
||||
"vite": "^6.2.4"
|
||||
}
|
||||
}
|
||||
33
phpunit.xml
Normal file
33
phpunit.xml
Normal file
@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
|
||||
bootstrap="vendor/autoload.php"
|
||||
colors="true"
|
||||
>
|
||||
<testsuites>
|
||||
<testsuite name="Unit">
|
||||
<directory>tests/Unit</directory>
|
||||
</testsuite>
|
||||
<testsuite name="Feature">
|
||||
<directory>tests/Feature</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
<source>
|
||||
<include>
|
||||
<directory>app</directory>
|
||||
</include>
|
||||
</source>
|
||||
<php>
|
||||
<env name="APP_ENV" value="testing"/>
|
||||
<env name="APP_MAINTENANCE_DRIVER" value="file"/>
|
||||
<env name="BCRYPT_ROUNDS" value="4"/>
|
||||
<env name="CACHE_STORE" value="array"/>
|
||||
<env name="DB_CONNECTION" value="sqlite"/>
|
||||
<env name="DB_DATABASE" value=":memory:"/>
|
||||
<env name="MAIL_MAILER" value="array"/>
|
||||
<env name="PULSE_ENABLED" value="false"/>
|
||||
<env name="QUEUE_CONNECTION" value="sync"/>
|
||||
<env name="SESSION_DRIVER" value="array"/>
|
||||
<env name="TELESCOPE_ENABLED" value="false"/>
|
||||
</php>
|
||||
</phpunit>
|
||||
25
public/.htaccess
Normal file
25
public/.htaccess
Normal file
@ -0,0 +1,25 @@
|
||||
<IfModule mod_rewrite.c>
|
||||
<IfModule mod_negotiation.c>
|
||||
Options -MultiViews -Indexes
|
||||
</IfModule>
|
||||
|
||||
RewriteEngine On
|
||||
|
||||
# Handle Authorization Header
|
||||
RewriteCond %{HTTP:Authorization} .
|
||||
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
|
||||
|
||||
# Handle X-XSRF-Token Header
|
||||
RewriteCond %{HTTP:x-xsrf-token} .
|
||||
RewriteRule .* - [E=HTTP_X_XSRF_TOKEN:%{HTTP:X-XSRF-Token}]
|
||||
|
||||
# Redirect Trailing Slashes If Not A Folder...
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteCond %{REQUEST_URI} (.+)/$
|
||||
RewriteRule ^ %1 [L,R=301]
|
||||
|
||||
# Send Requests To Front Controller...
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteRule ^ index.php [L]
|
||||
</IfModule>
|
||||
71
public/css/style.css
Normal file
71
public/css/style.css
Normal file
@ -0,0 +1,71 @@
|
||||
:root {
|
||||
--bg-color: #ffffff;
|
||||
--text-color: #000000;
|
||||
--card-bg: #f8f9fa;
|
||||
}
|
||||
|
||||
[data-theme="dark"] {
|
||||
--bg-color: #121212;
|
||||
--text-color: #ffffff;
|
||||
--card-bg: #1e1e1e;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: var(--bg-color);
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
.card {
|
||||
background-color: var(--card-bg);
|
||||
color: var(--text-color);
|
||||
border: none;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
min-height: 100vh;
|
||||
width: 250px;
|
||||
background-color: #343a40;
|
||||
position: relative;
|
||||
transition: left 0.3s ease;
|
||||
}
|
||||
|
||||
.sidebar a {
|
||||
color: #fff;
|
||||
padding: 10px 20px;
|
||||
display: block;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.sidebar a:hover {
|
||||
background-color: #495057;
|
||||
}
|
||||
|
||||
.sidebar form button {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.sidebar {
|
||||
position: fixed;
|
||||
z-index: 1030;
|
||||
left: -250px;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.sidebar.show {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
#overlay {
|
||||
display: none;
|
||||
background: rgba(0,0,0,0.5);
|
||||
position: fixed;
|
||||
top: 0; left: 0;
|
||||
width: 100%; height: 100%;
|
||||
z-index: 1020;
|
||||
}
|
||||
|
||||
#overlay.active {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
0
public/favicon.ico
Normal file
0
public/favicon.ico
Normal file
20
public/index.php
Normal file
20
public/index.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Foundation\Application;
|
||||
use Illuminate\Http\Request;
|
||||
|
||||
define('LARAVEL_START', microtime(true));
|
||||
|
||||
// Determine if the application is in maintenance mode...
|
||||
if (file_exists($maintenance = __DIR__.'/../storage/framework/maintenance.php')) {
|
||||
require $maintenance;
|
||||
}
|
||||
|
||||
// Register the Composer autoloader...
|
||||
require __DIR__.'/../vendor/autoload.php';
|
||||
|
||||
// Bootstrap Laravel and handle the request...
|
||||
/** @var Application $app */
|
||||
$app = require_once __DIR__.'/../bootstrap/app.php';
|
||||
|
||||
$app->handleRequest(Request::capture());
|
||||
2
public/robots.txt
Normal file
2
public/robots.txt
Normal file
@ -0,0 +1,2 @@
|
||||
User-agent: *
|
||||
Disallow:
|
||||
11
resources/css/app.css
Normal file
11
resources/css/app.css
Normal file
@ -0,0 +1,11 @@
|
||||
@import 'tailwindcss';
|
||||
|
||||
@source '../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php';
|
||||
@source '../../storage/framework/views/*.php';
|
||||
@source '../**/*.blade.php';
|
||||
@source '../**/*.js';
|
||||
|
||||
@theme {
|
||||
--font-sans: 'Instrument Sans', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
|
||||
'Segoe UI Symbol', 'Noto Color Emoji';
|
||||
}
|
||||
1
resources/js/app.js
Normal file
1
resources/js/app.js
Normal file
@ -0,0 +1 @@
|
||||
import './bootstrap';
|
||||
4
resources/js/bootstrap.js
vendored
Normal file
4
resources/js/bootstrap.js
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
import axios from 'axios';
|
||||
window.axios = axios;
|
||||
|
||||
window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest';
|
||||
84
resources/views/dashboard.blade.php
Normal file
84
resources/views/dashboard.blade.php
Normal file
@ -0,0 +1,84 @@
|
||||
@extends('layouts.app')
|
||||
|
||||
@section('title', 'Dashboard')
|
||||
|
||||
@section('content')
|
||||
<div class="container mt-5">
|
||||
<h1 class="mb-4">Dashboard RSAB Harapan Kita</h1>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-6 mb-4">
|
||||
<h4>Jumlah Pasien per Hari</h4>
|
||||
<canvas id="pasienChart"></canvas>
|
||||
</div>
|
||||
<div class="col-md-6 mb-4">
|
||||
<h4>Pendapatan per Hari</h4>
|
||||
<canvas id="pendapatanChart"></canvas>
|
||||
</div>
|
||||
|
||||
<div class="col-md-6 mb-4">
|
||||
<h4>Distribusi Jenis Kelamin Pasien</h4>
|
||||
<canvas id="genderChart"></canvas>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@endsection
|
||||
|
||||
@section('scripts')
|
||||
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
|
||||
<script>
|
||||
// Data Pasien per Hari
|
||||
const pasienLabels = {!! $pasienPerHari->isNotEmpty() ? json_encode($pasienPerHari->pluck('tanggal')->toArray()) : json_encode(['Senin', 'Selasa', 'Rabu', 'Kamis', 'Jumat', 'Sabtu', 'Minggu']) !!};
|
||||
const pasienData = {!! $pasienPerHari->isNotEmpty() ? json_encode($pasienPerHari->pluck('jumlah')->toArray()) : json_encode([12, 19, 3, 5, 2, 3, 7]) !!};
|
||||
|
||||
const pasienCtx = document.getElementById('pasienChart').getContext('2d');
|
||||
new Chart(pasienCtx, {
|
||||
type: 'bar',
|
||||
data: {
|
||||
labels: pasienLabels,
|
||||
datasets: [{
|
||||
label: 'Jumlah Pasien',
|
||||
data: pasienData,
|
||||
backgroundColor: 'rgba(54, 162, 235, 0.7)',
|
||||
}]
|
||||
}
|
||||
});
|
||||
|
||||
// Data Pendapatan per Hari
|
||||
const pendapatanLabels = {!! $pendapatanPerHari->isNotEmpty() ? json_encode($pendapatanPerHari->pluck('tanggal')->toArray()) : json_encode(['Senin', 'Selasa', 'Rabu', 'Kamis', 'Jumat', 'Sabtu', 'Minggu']) !!};
|
||||
const pendapatanData = {!! $pendapatanPerHari->isNotEmpty() ? json_encode($pendapatanPerHari->pluck('total')->toArray()) : json_encode([1200000, 1900000, 300000, 500000, 200000, 300000, 700000]) !!};
|
||||
|
||||
const pendapatanCtx = document.getElementById('pendapatanChart').getContext('2d');
|
||||
new Chart(pendapatanCtx, {
|
||||
type: 'line',
|
||||
data: {
|
||||
labels: pendapatanLabels,
|
||||
datasets: [{
|
||||
label: 'Pendapatan (Rp)',
|
||||
data: pendapatanData,
|
||||
backgroundColor: 'rgba(255, 99, 132, 0.7)',
|
||||
borderColor: 'rgba(255, 99, 132, 1)',
|
||||
borderWidth: 2,
|
||||
fill: false
|
||||
}]
|
||||
}
|
||||
});
|
||||
|
||||
// Data Gender Pasien
|
||||
const genderLabels = {!! isset($genderData) ? json_encode(array_keys($genderData)) : json_encode(['Laki-laki', 'Perempuan']) !!};
|
||||
const genderData = {!! isset($genderData) ? json_encode(array_values($genderData)) : json_encode([120, 100]) !!};
|
||||
|
||||
const genderCtx = document.getElementById('genderChart').getContext('2d');
|
||||
new Chart(genderCtx, {
|
||||
type: 'pie',
|
||||
data: {
|
||||
labels: genderLabels,
|
||||
datasets: [{
|
||||
data: genderData,
|
||||
backgroundColor: ['rgba(54, 162, 235, 0.7)', 'rgba(255, 99, 132, 0.7)'],
|
||||
}]
|
||||
}
|
||||
});
|
||||
|
||||
</script>
|
||||
@endsection
|
||||
83
resources/views/layouts/app.blade.php
Normal file
83
resources/views/layouts/app.blade.php
Normal file
@ -0,0 +1,83 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>@yield('title') RSAB Harapan Kita</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="{{ asset('css/style.css') }}" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<div id="overlay" onclick="toggleSidebar()"></div>
|
||||
|
||||
<div class="d-flex">
|
||||
<!-- Sidebar -->
|
||||
<nav class="sidebar bg-dark text-white p-3">
|
||||
<h4 class="text-center border-bottom pb-3">
|
||||
RSAB Harapan Kita
|
||||
</h4>
|
||||
<a href="{{ route('dashboard') }}">Dashboard</a>
|
||||
<a href="/ms_pasien" class="">Pasien</a>
|
||||
<a href="/ms_asuransi" class="">Asuransi</a>
|
||||
<a href="/ms_pegawai" class="">Pegawai</a>
|
||||
<a href="/ms_ruang_pelayanan" class="">Ruang Pelayanan</a>
|
||||
<a href="/ms_tindakan" class="">Tindakan</a>
|
||||
<a href="/tr_registrasi" class="">Registrasi</a>
|
||||
<a href="/tr_transaksi" class="">Transaksi</a>
|
||||
</nav>
|
||||
<!-- /#sidebar-wrapper -->
|
||||
|
||||
<!-- Main Content -->
|
||||
<div class="flex-grow-1 p-4">
|
||||
<div class="d-md-none mb-3">
|
||||
<button class="btn btn-dark" onclick="toggleSidebar()">☰ Menu</button>
|
||||
</div>
|
||||
<!-- Theme Toggle -->
|
||||
<div class="text-end p-2">
|
||||
<button class="btn btn-sm btn-outline-secondary" onclick="toggleTheme()">
|
||||
<span id="theme-icon">🌙</span>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<h2>@yield('title')</h2>
|
||||
<hr>
|
||||
@yield('content')
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
|
||||
|
||||
<script>
|
||||
function toggleSidebar() {
|
||||
const sidebar = document.querySelector('.sidebar');
|
||||
const overlay = document.getElementById('overlay');
|
||||
sidebar.classList.toggle('show');
|
||||
overlay.classList.toggle('active');
|
||||
}
|
||||
function toggleTheme() {
|
||||
const currentTheme = document.documentElement.getAttribute("data-theme");
|
||||
const newTheme = currentTheme === "dark" ? "light" : "dark";
|
||||
document.documentElement.setAttribute("data-theme", newTheme);
|
||||
localStorage.setItem("theme", newTheme);
|
||||
document.getElementById('theme-icon').textContent = newTheme === "dark" ? "☀️" : "🌙";
|
||||
}
|
||||
|
||||
// Load from localStorage
|
||||
document.addEventListener("DOMContentLoaded", function () {
|
||||
const savedTheme = localStorage.getItem("theme") || "light";
|
||||
document.documentElement.setAttribute("data-theme", savedTheme);
|
||||
document.getElementById('theme-icon').textContent = savedTheme === "dark" ? "☀️" : "🌙";
|
||||
});
|
||||
</script>
|
||||
|
||||
<!-- Footer -->
|
||||
<footer class="mt-auto py-3 bg-light text-center text-muted border-top" style="background-color: var(--card-bg); color: var(--text-color);">
|
||||
<div class="container">
|
||||
<span>© {{ date('Y') }} Sistem Informasi RSAB Harapan Kita. All rights reserved.</span>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
@stack('scripts')
|
||||
|
||||
</body>
|
||||
</html>
|
||||
22
resources/views/ms_asuransi/create.blade.php
Normal file
22
resources/views/ms_asuransi/create.blade.php
Normal file
@ -0,0 +1,22 @@
|
||||
@extends('layouts.app')
|
||||
|
||||
@section('title', 'Tambah Asuransi')
|
||||
|
||||
@section('content')
|
||||
<div class="container">
|
||||
<h1>Tambah Asuransi</h1>
|
||||
|
||||
<form action="{{ route('ms_asuransi.store') }}" method="POST">
|
||||
@csrf
|
||||
<div class="mb-3">
|
||||
<label for="NamaAsuransi" class="form-label">Nama Asuransi</label>
|
||||
<input type="text" name="NamaAsuransi" id="NamaAsuransi" class="form-control" value="{{ old('NamaAsuransi') }}" required>
|
||||
@error('NamaAsuransi')
|
||||
<div class="text-danger">{{ $message }}</div>
|
||||
@enderror
|
||||
</div>
|
||||
<button type="submit" class="btn btn-success">Simpan</button>
|
||||
<a href="{{ route('ms_asuransi.index') }}" class="btn btn-secondary">Kembali</a>
|
||||
</form>
|
||||
</div>
|
||||
@endsection
|
||||
23
resources/views/ms_asuransi/edit.blade.php
Normal file
23
resources/views/ms_asuransi/edit.blade.php
Normal file
@ -0,0 +1,23 @@
|
||||
@extends('layouts.app')
|
||||
|
||||
@section('title', 'Edit Asuransi')
|
||||
|
||||
@section('content')
|
||||
<div class="container">
|
||||
<h1>Edit Asuransi</h1>
|
||||
|
||||
<form action="{{ route('ms_asuransi.update', $asuransi) }}" method="POST">
|
||||
@csrf
|
||||
@method('PUT')
|
||||
<div class="mb-3">
|
||||
<label for="NamaAsuransi" class="form-label">Nama Asuransi</label>
|
||||
<input type="text" name="NamaAsuransi" id="NamaAsuransi" class="form-control" value="{{ old('NamaAsuransi', $asuransi->NamaAsuransi) }}" required>
|
||||
@error('NamaAsuransi')
|
||||
<div class="text-danger">{{ $message }}</div>
|
||||
@enderror
|
||||
</div>
|
||||
<button type="submit" class="btn btn-primary">Update</button>
|
||||
<a href="{{ route('ms_asuransi.index') }}" class="btn btn-secondary">Kembali</a>
|
||||
</form>
|
||||
</div>
|
||||
@endsection
|
||||
52
resources/views/ms_asuransi/index.blade.php
Normal file
52
resources/views/ms_asuransi/index.blade.php
Normal file
@ -0,0 +1,52 @@
|
||||
@extends('layouts.app')
|
||||
|
||||
@section('title', 'Data Asuransi')
|
||||
|
||||
@section('content')
|
||||
<div class="container">
|
||||
<h1>Data Asuransi</h1>
|
||||
|
||||
<a href="{{ route('ms_asuransi.create') }}" class="btn btn-primary mb-3">Tambah Asuransi</a>
|
||||
|
||||
<form method="GET" action="{{ route('ms_asuransi.index') }}" class="mb-3">
|
||||
<input type="text" name="search" class="form-control" placeholder="Cari berdasarkan nama atau ID..." value="{{ request('search') }}">
|
||||
</form>
|
||||
|
||||
<table class="table table-bordered">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>No</th>
|
||||
<th>Nama Asuransi</th>
|
||||
<th>Aksi</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@forelse ($asuransis as $asuransi)
|
||||
<tr>
|
||||
<td>{{ $asuransi->IdAsuransi }}</td> <!-- Menggunakan IdAsuransi -->
|
||||
<td>{{ $asuransi->NamaAsuransi }}</td>
|
||||
<td>
|
||||
<!-- Menggunakan IdAsuransi untuk mengarahkan ke halaman edit -->
|
||||
<a href="{{ route('ms_asuransi.edit', $asuransi->IdAsuransi) }}" class="btn btn-warning btn-sm">Edit</a>
|
||||
|
||||
<!-- Menggunakan IdAsuransi untuk menghapus data -->
|
||||
<form action="{{ route('ms_asuransi.destroy', $asuransi->IdAsuransi) }}" method="POST" style="display:inline;">
|
||||
@csrf
|
||||
@method('DELETE')
|
||||
<button class="btn btn-danger btn-sm" onclick="return confirm('Yakin ingin menghapus?')">Hapus</button>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
@empty
|
||||
<tr>
|
||||
<td colspan="3" class="text-center">Tidak ada data.</td>
|
||||
</tr>
|
||||
@endforelse
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<div class="d-flex justify-content-center">
|
||||
{{ $asuransis->links() }}
|
||||
</div>
|
||||
</div>
|
||||
@endsection
|
||||
28
resources/views/ms_pasien/create.blade.php
Normal file
28
resources/views/ms_pasien/create.blade.php
Normal file
@ -0,0 +1,28 @@
|
||||
@extends('layouts.app')
|
||||
|
||||
@section('title', 'Tambah Pasien')
|
||||
@section('content')
|
||||
<div class="container">
|
||||
<h1>Tambah Pasien</h1>
|
||||
|
||||
<form action="{{ route('ms_pasien.store') }}" method="POST">@csrf
|
||||
<div class="mb-3">
|
||||
<label>Nama Pasien</label>
|
||||
<input type="text" name="NamaPasien" class="form-control" required>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label>Tanggal Lahir</label>
|
||||
<input type="date" name="TanggalLahir" class="form-control" required>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label>Jenis Kelamin</label>
|
||||
<select name="JenisKelamin" class="form-control" required>
|
||||
<option value="L">Laki-laki</option>
|
||||
<option value="P">Perempuan</option>
|
||||
</select>
|
||||
</div>
|
||||
<button type="submit" class="btn btn-success">Simpan</button>
|
||||
<a href="{{ route('ms_pasien.index') }}" class="btn btn-secondary">Kembali</a>
|
||||
</form>
|
||||
</div>
|
||||
@endsection
|
||||
30
resources/views/ms_pasien/edit.blade.php
Normal file
30
resources/views/ms_pasien/edit.blade.php
Normal file
@ -0,0 +1,30 @@
|
||||
@extends('layouts.app')
|
||||
|
||||
@section('title', 'Edit Pasien')
|
||||
@section('content')
|
||||
<div class="container">
|
||||
<h1>Edit Pasien</h1>
|
||||
|
||||
<form action="{{ route('ms_pasien.update', $pasien) }}" method="POST">
|
||||
@csrf
|
||||
@method('PUT')
|
||||
<div class="mb-3">
|
||||
<label>Nama Pasien</label>
|
||||
<input type="text" name="NamaPasien" class="form-control" value="{{ $pasien->NamaPasien }}" required>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label>Tanggal Lahir</label>
|
||||
<input type="date" name="TanggalLahir" class="form-control" value="{{ $pasien->TanggalLahir }}" required>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label>Jenis Kelamin</label>
|
||||
<select name="JenisKelamin" class="form-control" required>
|
||||
<option value="L" {{ $pasien->JenisKelamin == 'L' ? 'selected' : '' }}>Laki-laki</option>
|
||||
<option value="P" {{ $pasien->JenisKelamin == 'P' ? 'selected' : '' }}>Perempuan</option>
|
||||
</select>
|
||||
</div>
|
||||
<button type="submit" class="btn btn-primary">Update</button>
|
||||
<a href="{{ route('ms_pasien.index') }}" class="btn btn-secondary">Kembali</a>
|
||||
</form>
|
||||
</div>
|
||||
@endsection
|
||||
47
resources/views/ms_pasien/index.blade.php
Normal file
47
resources/views/ms_pasien/index.blade.php
Normal file
@ -0,0 +1,47 @@
|
||||
@extends('layouts.app')
|
||||
|
||||
@section('title', 'Data Pasien')
|
||||
@section('content')
|
||||
<div class="container">
|
||||
<h1>Data Pasien</h1>
|
||||
<a href="{{ route('ms_pasien.create') }}" class="btn btn-primary mb-3">Tambah Pasien</a>
|
||||
|
||||
<form method="GET" action="{{ route('ms_pasien.index') }}" class="mb-3">
|
||||
<input type="text" name="search" class="form-control" placeholder="Cari berdasarkan nama atau ID..." value="{{ request('search') }}">
|
||||
</form>
|
||||
|
||||
<table class="table table-bordered">
|
||||
<thead class="table-light">
|
||||
<tr>
|
||||
<th>No</th>
|
||||
<th>Nama Pasien</th>
|
||||
<th>Tanggal Lahir</th>
|
||||
<th>Jenis Kelamin</th>
|
||||
<th>Aksi</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@foreach ($pasiens as $pasien)
|
||||
<tr>
|
||||
<td>{{ $pasien->MRPasien }}</td> <!-- Menggunakan IdPasien -->
|
||||
<td>{{ $pasien->NamaPasien }}</td>
|
||||
<td>{{ $pasien->TanggalLahir }}</td>
|
||||
<td>{{ $pasien->JenisKelamin }}</td>
|
||||
<td>
|
||||
<!-- Menggunakan IdPasien untuk mengarahkan ke halaman edit -->
|
||||
<a href="{{ route('ms_pasien.edit', $pasien->MRPasien) }}" class="btn btn-warning btn-sm">Edit</a>
|
||||
|
||||
<!-- Menggunakan IdPasien untuk menghapus data -->
|
||||
<form action="{{ route('ms_pasien.destroy', $pasien->MRPasien) }}" method="POST" style="display:inline;">
|
||||
@csrf
|
||||
@method('DELETE')
|
||||
<button class="btn btn-danger btn-sm" onclick="return confirm('Yakin hapus?')">Hapus</button>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
@endforeach
|
||||
</tbody>
|
||||
</table>
|
||||
{{ $pasiens->links() }}
|
||||
</div>
|
||||
@endsection
|
||||
18
resources/views/ms_pegawai/create.blade.php
Normal file
18
resources/views/ms_pegawai/create.blade.php
Normal file
@ -0,0 +1,18 @@
|
||||
@extends('layouts.app')
|
||||
|
||||
@section('title', 'Tambah Pegawai')
|
||||
@section('content')
|
||||
<div class="container">
|
||||
<h1>Tambah Pegawai</h1>
|
||||
|
||||
<form action="{{ route('ms_pegawai.store') }}" method="POST">
|
||||
@csrf
|
||||
<div class="mb-3">
|
||||
<label>Nama Pegawai</label>
|
||||
<input type="text" name="NamaPegawai" class="form-control" required>
|
||||
</div>
|
||||
<button type="submit" class="btn btn-success">Simpan</button>
|
||||
<a href="{{ route('ms_pegawai.index') }}" class="btn btn-secondary">Kembali</a>
|
||||
</form>
|
||||
</div>
|
||||
@endsection
|
||||
18
resources/views/ms_pegawai/edit.blade.php
Normal file
18
resources/views/ms_pegawai/edit.blade.php
Normal file
@ -0,0 +1,18 @@
|
||||
@extends('layouts.app')
|
||||
|
||||
@section('title', 'Edit Pegawai')
|
||||
<div class="container">
|
||||
<h1>Edit Pegawai</h1>
|
||||
|
||||
<form action="{{ route('ms_pegawai.update', $pegawai) }}" method="POST">
|
||||
@csrf
|
||||
@method('PUT')
|
||||
<div class="mb-3">
|
||||
<label>Nama Pegawai</label>
|
||||
<input type="text" name="NamaPegawai" class="form-control" value="{{ $pegawai->NamaPegawai }}" required>
|
||||
</div>
|
||||
<button type="submit" class="btn btn-primary">Update</button>
|
||||
<a href="{{ route('ms_pegawai.index') }}" class="btn btn-secondary">Kembali</a>
|
||||
</form>
|
||||
</div>
|
||||
@endsection
|
||||
40
resources/views/ms_pegawai/index.blade.php
Normal file
40
resources/views/ms_pegawai/index.blade.php
Normal file
@ -0,0 +1,40 @@
|
||||
@extends('layouts.app')
|
||||
|
||||
@section('title', 'Data Pegawai')
|
||||
@section('content')
|
||||
<div class="container">
|
||||
<h1>Data Pegawai</h1>
|
||||
<a href="{{ route('ms_pegawai.create') }}" class="btn btn-primary mb-3">Tambah Pegawai</a>
|
||||
|
||||
<form method="GET" action="{{ route('ms_pegawai.index') }}" class="mb-3">
|
||||
<input type="text" name="search" class="form-control" placeholder="Cari berdasarkan nama atau ID..." value="{{ request('search') }}">
|
||||
</form>
|
||||
|
||||
<table class="table table-bordered">
|
||||
<thead class="table-light">
|
||||
<tr>
|
||||
<th>No</th>
|
||||
<th>Nama Pegawai</th>
|
||||
<th>Aksi</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@foreach ($pegawais as $pegawai)
|
||||
<tr>
|
||||
<td>{{ $pegawai->IdPegawai }}</td>
|
||||
<td>{{ $pegawai->NamaPegawai }}</td>
|
||||
<td>
|
||||
<a href="{{ route('ms_pegawai.edit', $pegawai->IdPegawai) }}" class="btn btn-warning btn-sm">Edit</a>
|
||||
<form action="{{ route('ms_pegawai.destroy', $pegawai->IdPegawai) }}" method="POST">
|
||||
@csrf
|
||||
@method('DELETE')
|
||||
<button class="btn btn-danger btn-sm" onclick="return confirm('Yakin hapus?')">Hapus</button>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
@endforeach
|
||||
</tbody>
|
||||
</table>
|
||||
{{ $pegawais->links() }}
|
||||
</div>
|
||||
@endsection
|
||||
18
resources/views/ms_ruang_pelayanan/create.blade.php
Normal file
18
resources/views/ms_ruang_pelayanan/create.blade.php
Normal file
@ -0,0 +1,18 @@
|
||||
@extends('layouts.app')
|
||||
|
||||
@section('title', 'Tambah Ruang Pelayanan')
|
||||
@section('content')
|
||||
<div class="container">
|
||||
<h1>Tambah Ruang Pelayanan</h1>
|
||||
|
||||
<form action="{{ route('ms_ruang_pelayanan.store') }}" method="POST">
|
||||
@csrf
|
||||
<div class="mb-3">
|
||||
<label>Nama Ruang Pelayanan</label>
|
||||
<input type="text" name="NamaRuangPelayanan" class="form-control" required>
|
||||
</div>
|
||||
<button type="submit" class="btn btn-success">Simpan</button>
|
||||
<a href="{{ route('ms_ruang_pelayanan.index') }}" class="btn btn-secondary">Kembali</a>
|
||||
</form>
|
||||
</div>
|
||||
@endsection
|
||||
19
resources/views/ms_ruang_pelayanan/edit.blade.php
Normal file
19
resources/views/ms_ruang_pelayanan/edit.blade.php
Normal file
@ -0,0 +1,19 @@
|
||||
@extends('layouts.app')
|
||||
|
||||
@section('title', 'Edit Ruang Pelayanan')
|
||||
@section('content')
|
||||
<div class="container">
|
||||
<h1>Edit Ruang Pelayanan</h1>
|
||||
|
||||
<form action="{{ route('ms_ruang_pelayanan.update', $ruangPelayanan) }}" method="POST">
|
||||
@csrf
|
||||
@method('PUT')
|
||||
<div class="mb-3">
|
||||
<label>Nama Ruang Pelayanan</label>
|
||||
<input type="text" name="NamaRuangPelayanan" class="form-control" value="{{ $ruangPelayanan->NamaRuangPelayanan }}" required>
|
||||
</div>
|
||||
<button type="submit" class="btn btn-primary">Update</button>
|
||||
<a href="{{ route('ms_ruang_pelayanan.index') }}" class="btn btn-secondary">Kembali</a>
|
||||
</form>
|
||||
</div>
|
||||
@endsection
|
||||
40
resources/views/ms_ruang_pelayanan/index.blade.php
Normal file
40
resources/views/ms_ruang_pelayanan/index.blade.php
Normal file
@ -0,0 +1,40 @@
|
||||
@extends('layouts.app')
|
||||
|
||||
@section('title', 'Data Ruang Pelayanan')
|
||||
@section('content')
|
||||
<div class="container">
|
||||
<h1>Data Ruang Pelayanan</h1>
|
||||
<a href="{{ route('ms_ruang_pelayanan.create') }}" class="btn btn-primary mb-3">Tambah Ruang Pelayanan</a>
|
||||
|
||||
<form method="GET" action="{{ route('ms_ruang_pelayanan.index') }}" class="mb-3">
|
||||
<input type="text" name="search" class="form-control" placeholder="Cari berdasarkan nama atau ID..." value="{{ request('search') }}">
|
||||
</form>
|
||||
|
||||
<table class="table table-bordered">
|
||||
<thead class="table-light">
|
||||
<tr>
|
||||
<th>No</th>
|
||||
<th>Nama Ruang Pelayanan</th>
|
||||
<th>Aksi</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@foreach ($ruangPelayanans as $ruang)
|
||||
<tr>
|
||||
<td>{{ $ruang->IdRuangPelayanan }}</td>
|
||||
<td>{{ $ruang->NamaRuangPelayanan }}</td>
|
||||
<td>
|
||||
<a href="{{ route('ms_ruang_pelayanan.edit', $ruang->IdRuangPelayanan) }}" class="btn btn-warning btn-sm">Edit</a>
|
||||
<form action="{{ route('ms_ruang_pelayanan.destroy', $ruang->IdRuangPelayanan) }}" method="POST">
|
||||
@csrf
|
||||
@method('DELETE')
|
||||
<button class="btn btn-danger btn-sm" onclick="return confirm('Yakin hapus?')">Hapus</button>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
@endforeach
|
||||
</tbody>
|
||||
</table>
|
||||
{{ $ruangPelayanans->links() }}
|
||||
</div>
|
||||
@endsection
|
||||
22
resources/views/ms_tindakan/create.blade.php
Normal file
22
resources/views/ms_tindakan/create.blade.php
Normal file
@ -0,0 +1,22 @@
|
||||
@extends('layouts.app')
|
||||
|
||||
@section('title', 'Tambah Tindakan')
|
||||
@section('content')
|
||||
<div class="container">
|
||||
<h1>Tambah Tindakan</h1>
|
||||
|
||||
<form action="{{ route('ms_tindakan.store') }}" method="POST">
|
||||
@csrf
|
||||
<div class="mb-3">
|
||||
<label>Nama Tindakan</label>
|
||||
<input type="text" name="NamaTindakan" class="form-control" required>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label>Tarif</label>
|
||||
<input type="number" name="Tarif" class="form-control" required>
|
||||
</div>
|
||||
<button type="submit" class="btn btn-success">Simpan</button>
|
||||
<a href="{{ route('ms_tindakan.index') }}" class="btn btn-secondary">Kembali</a>
|
||||
</form>
|
||||
</div>
|
||||
@endsection
|
||||
23
resources/views/ms_tindakan/edit.blade.php
Normal file
23
resources/views/ms_tindakan/edit.blade.php
Normal file
@ -0,0 +1,23 @@
|
||||
@extends('layouts.app')
|
||||
|
||||
@section('title', 'Edit Tindakan')
|
||||
@section('content')
|
||||
<div class="container">
|
||||
<h1>Edit Tindakan</h1>
|
||||
|
||||
<form action="{{ route('ms_tindakan.update', $tindakan) }}" method="POST">
|
||||
@csrf
|
||||
@method('PUT')
|
||||
<div class="mb-3">
|
||||
<label>Nama Tindakan</label>
|
||||
<input type="text" name="NamaTindakan" class="form-control" value="{{ $tindakan->NamaTindakan }}" required>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label>Tarif</label>
|
||||
<input type="number" name="Tarif" class="form-control" value="{{ $tindakan->Tarif }}" required>
|
||||
</div>
|
||||
<button type="submit" class="btn btn-primary">Update</button>
|
||||
<a href="{{ route('ms_tindakan.index') }}" class="btn btn-secondary">Kembali</a>
|
||||
</form>
|
||||
</div>
|
||||
@endsection
|
||||
42
resources/views/ms_tindakan/index.blade.php
Normal file
42
resources/views/ms_tindakan/index.blade.php
Normal file
@ -0,0 +1,42 @@
|
||||
@extends('layouts.app')
|
||||
|
||||
@section('title', 'Data Tindakan')
|
||||
@section('content')
|
||||
<div class="container">
|
||||
<h1>Data Tindakan</h1>
|
||||
<a href="{{ route('ms_tindakan.create') }}" class="btn btn-primary mb-3">Tambah Tindakan</a>
|
||||
|
||||
<form method="GET" action="{{ route('ms_tindakan.index') }}" class="mb-3">
|
||||
<input type="text" name="search" class="form-control" placeholder="Cari berdasarkan nama atau ID..." value="{{ request('search') }}">
|
||||
</form>
|
||||
|
||||
<table class="table table-bordered">
|
||||
<thead class="table-light">
|
||||
<tr>
|
||||
<th>No</th>
|
||||
<th>Nama Tindakan</th>
|
||||
<th>Tarif</th>
|
||||
<th>Aksi</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@foreach ($tindakans as $tindakan)
|
||||
<tr>
|
||||
<td>{{ $tindakan->IdTindakan }}</td>
|
||||
<td>{{ $tindakan->NamaTindakan }}</td>
|
||||
<td>{{ number_format($tindakan->Tarif, 0, ',', '.') }}</td>
|
||||
<td>
|
||||
<a href="{{ route('ms_tindakan.edit', $tindakan->IdTindakan) }}" class="btn btn-warning btn-sm">Edit</a>
|
||||
<form action="{{ route('ms_tindakan.destroy', $tindakan->IdTindakan) }}" method="POST">
|
||||
@csrf
|
||||
@method('DELETE')
|
||||
<button class="btn btn-danger btn-sm" onclick="return confirm('Yakin hapus?')">Hapus</button>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
@endforeach
|
||||
</tbody>
|
||||
</table>
|
||||
{{ $tindakans->links() }}
|
||||
</div>
|
||||
@endsection
|
||||
64
resources/views/tr_registrasi/create.blade.php
Normal file
64
resources/views/tr_registrasi/create.blade.php
Normal file
@ -0,0 +1,64 @@
|
||||
@extends('layouts.app')
|
||||
|
||||
@section('title', 'Tambah Registrasi')
|
||||
@section('content')
|
||||
<div class="container">
|
||||
<h1>Tambah Registrasi</h1>
|
||||
|
||||
<form action="{{ route('tr_registrasi.store') }}" method="POST">
|
||||
@csrf
|
||||
<div class="mb-3">
|
||||
<label>Tanggal Registrasi</label>
|
||||
<input type="date" name="TanggalRegistrasi" class="form-control" required>
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
<label>Pasien</label>
|
||||
<select name="MRPasien" class="form-control" required>
|
||||
<option value="">-- Pilih Pasien --</option>
|
||||
@foreach($pasiens as $pasien)
|
||||
<option value="{{ $pasien->id }}">{{ $pasien->NamaPasien }}</option>
|
||||
@endforeach
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
<label>Nomor Kartu Asuransi</label>
|
||||
<input type="text" name="NomorKartuAsuransi" class="form-control" required>
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
<label>Asuransi</label>
|
||||
<select name="IdAsuransi" class="form-control" required>
|
||||
<option value="">-- Pilih Asuransi --</option>
|
||||
@foreach($asuransis as $asuransi)
|
||||
<option value="{{ $asuransi->id }}">{{ $asuransi->NamaAsuransi }}</option>
|
||||
@endforeach
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
<label>Pegawai</label>
|
||||
<select name="IdPegawai" class="form-control" required>
|
||||
<option value="">-- Pilih Pegawai --</option>
|
||||
@foreach($pegawais as $pegawai)
|
||||
<option value="{{ $pegawai->id }}">{{ $pegawai->NamaPegawai }}</option>
|
||||
@endforeach
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
<label>Ruang Pelayanan</label>
|
||||
<select name="IdRuangPelayanan" class="form-control" required>
|
||||
<option value="">-- Pilih Ruang Pelayanan --</option>
|
||||
@foreach($ruangpelayanans as $ruang)
|
||||
<option value="{{ $ruang->id }}">{{ $ruang->NamaRuangPelayanan }}</option>
|
||||
@endforeach
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<button type="submit" class="btn btn-success">Simpan</button>
|
||||
<a href="{{ route('tr_registrasi.index') }}" class="btn btn-secondary">Kembali</a>
|
||||
</form>
|
||||
</div>
|
||||
@endsection
|
||||
63
resources/views/tr_registrasi/edit.blade.php
Normal file
63
resources/views/tr_registrasi/edit.blade.php
Normal file
@ -0,0 +1,63 @@
|
||||
@extends('layouts.app')
|
||||
|
||||
@section('title', 'Edit Registrasi')
|
||||
@section('content')
|
||||
<div class="container">
|
||||
<h1>Edit Registrasi</h1>
|
||||
|
||||
<form action="{{ route('tr_registrasi.update', $registrasi) }}" method="POST">
|
||||
@csrf
|
||||
@method('PUT')
|
||||
<div class="mb-3">
|
||||
<label>Tanggal Registrasi</label>
|
||||
<input type="date" name="TanggalRegistrasi" class="form-control" value="{{ $registrasi->TanggalRegistrasi }}" required>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label>MRPasien</label>
|
||||
<select name="MRPasien" class="form-control" required>
|
||||
@foreach($pasiens as $pasien)
|
||||
<option value="{{ $pasien->id }}" {{ $registrasi->MRPasien == $pasien->id ? 'selected' : '' }}>
|
||||
{{ $pasien->NamaPasien }}
|
||||
</option>
|
||||
@endforeach
|
||||
</select>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label>Nomor Kartu Asuransi</label>
|
||||
<input type="text" name="NomorKartuAsuransi" class="form-control" value="{{ $registrasi->NomorKartuAsuransi }}" required>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label>ID Asuransi</label>
|
||||
<select name="IdAsuransi" class="form-control" required>
|
||||
@foreach($asuransis as $asuransi)
|
||||
<option value="{{ $asuransi->id }}" {{ $registrasi->IdAsuransi == $asuransi->id ? 'selected' : '' }}>
|
||||
{{ $asuransi->NamaAsuransi }}
|
||||
</option>
|
||||
@endforeach
|
||||
</select>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label>ID Pegawai</label>
|
||||
<select name="IdPegawai" class="form-control" required>
|
||||
@foreach($pegawais as $pegawai)
|
||||
<option value="{{ $pegawai->id }}" {{ $registrasi->IdPegawai == $pegawai->id ? 'selected' : '' }}>
|
||||
{{ $pegawai->NamaPegawai }}
|
||||
</option>
|
||||
@endforeach
|
||||
</select>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label>ID Ruang Pelayanan</label>
|
||||
<select name="IdRuangPelayanan" class="form-control" required>
|
||||
@foreach($ruangPelayanans as $ruang)
|
||||
<option value="{{ $ruang->id }}" {{ $registrasi->IdRuangPelayanan == $ruang->id ? 'selected' : '' }}>
|
||||
{{ $ruang->NamaRuangPelayanan }}
|
||||
</option>
|
||||
@endforeach
|
||||
</select>
|
||||
</div>
|
||||
<button type="submit" class="btn btn-primary">Update</button>
|
||||
<a href="{{ route('tr_registrasi.index') }}" class="btn btn-secondary">Kembali</a>
|
||||
</form>
|
||||
</div>
|
||||
@endsection
|
||||
50
resources/views/tr_registrasi/index.blade.php
Normal file
50
resources/views/tr_registrasi/index.blade.php
Normal file
@ -0,0 +1,50 @@
|
||||
@extends('layouts.app')
|
||||
|
||||
@section('title', 'Data Registrasi')
|
||||
@section('content')
|
||||
<div class="container">
|
||||
<h1>Data Registrasi</h1>
|
||||
<a href="{{ route('tr_registrasi.create') }}" class="btn btn-primary mb-3">Tambah Registrasi</a>
|
||||
|
||||
<form method="GET" action="{{ route('tr_registrasi.index') }}" class="mb-3">
|
||||
<input type="text" name="search" class="form-control" placeholder="Cari berdasarkan nama atau ID..." value="{{ request('search') }}">
|
||||
</form>
|
||||
|
||||
<table class="table table-bordered">
|
||||
<thead class="table-light">
|
||||
<tr>
|
||||
<th>No</th>
|
||||
<th>Tanggal Registrasi</th>
|
||||
<th>MRPasien</th>
|
||||
<th>Nomor Kartu Asuransi</th>
|
||||
<th>ID Asuransi</th>
|
||||
<th>ID Pegawai</th>
|
||||
<th>ID Ruang Pelayanan</th>
|
||||
<th>Aksi</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@foreach ($registrasis as $registrasi)
|
||||
<tr>
|
||||
<td>{{ $registrasi->IdRegistrasi }}</td>
|
||||
<td>{{ $registrasi->TanggalRegistrasi }}</td>
|
||||
<td>{{ $registrasi->MRPasien }}</td>
|
||||
<td>{{ $registrasi->NomorKartuAsuransi }}</td>
|
||||
<td>{{ $registrasi->IdAsuransi }}</td>
|
||||
<td>{{ $registrasi->IdPegawai }}</td>
|
||||
<td>{{ $registrasi->IdRuangPelayanan }}</td>
|
||||
<td>
|
||||
<a href="{{ route('tr_registrasi.edit', $registrasi->IdRegistrasi) }}" class="btn btn-warning btn-sm">Edit</a>
|
||||
<form action="{{ route('tr_registrasi.destroy', $registrasi->IdRegistrasi) }}" method="POST" style="display:inline;">
|
||||
@csrf
|
||||
@method('DELETE')
|
||||
<button class="btn btn-danger btn-sm" onclick="return confirm('Yakin hapus?')">Hapus</button>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
@endforeach
|
||||
</tbody>
|
||||
</table>
|
||||
{{ $registrasis->links() }}
|
||||
</div>
|
||||
@endsection
|
||||
49
resources/views/tr_transaksi/create.blade.php
Normal file
49
resources/views/tr_transaksi/create.blade.php
Normal file
@ -0,0 +1,49 @@
|
||||
@extends('layouts.app')
|
||||
|
||||
@section('title', 'Tambah Transaksi')
|
||||
@section('content')
|
||||
<div class="container">
|
||||
<h1>Tambah Transaksi</h1>
|
||||
|
||||
<form action="{{ route('tr_transaksi.store') }}" method="POST">
|
||||
@csrf
|
||||
<div class="mb-3">
|
||||
<label>Registrasi</label>
|
||||
<select name="IdRegistrasi" class="form-control" required>
|
||||
<option value="">-- Pilih Registrasi --</option>
|
||||
@foreach($registrasis as $registrasi)
|
||||
<option value="{{ $registrasi->id }}">{{ $registrasi->id }}</option>
|
||||
@endforeach
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
<label>Tindakan</label>
|
||||
<select name="IdTindakan" class="form-control" required>
|
||||
<option value="">-- Pilih Tindakan --</option>
|
||||
@foreach($tindakans as $tindakan)
|
||||
<option value="{{ $tindakan->id }}">{{ $tindakan->NamaTindakan }}</option>
|
||||
@endforeach
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
<label>Jumlah Tindakan</label>
|
||||
<input type="number" name="JmlTindakan" class="form-control" required min="1">
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
<label>Pegawai</label>
|
||||
<select name="IdPegawai" class="form-control" required>
|
||||
<option value="">-- Pilih Pegawai --</option>
|
||||
@foreach($pegawais as $pegawai)
|
||||
<option value="{{ $pegawai->id }}">{{ $pegawai->NamaPegawai }}</option>
|
||||
@endforeach
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<button type="submit" class="btn btn-primary">Simpan</button>
|
||||
<a href="{{ route('tr_transaksi.index') }}" class="btn btn-secondary">Kembali</a>
|
||||
</form>
|
||||
</div>
|
||||
@endsection
|
||||
53
resources/views/tr_transaksi/edit.blade.php
Normal file
53
resources/views/tr_transaksi/edit.blade.php
Normal file
@ -0,0 +1,53 @@
|
||||
@extends('layouts.app')
|
||||
|
||||
@section('title', 'Edit Transaksi')
|
||||
@section('content')
|
||||
<div class="container">
|
||||
<h1>Edit Transaksi</h1>
|
||||
|
||||
<form action="{{ route('tr_transaksi.update', $tr_transaksi) }}" method="POST">
|
||||
@csrf
|
||||
@method('PUT')
|
||||
<div class="mb-3">
|
||||
<label>Registrasi</label>
|
||||
<select name="IdRegistrasi" class="form-control" required>
|
||||
@foreach($registrasis as $registrasi)
|
||||
<option value="{{ $registrasi->id }}" {{ $tr_transaksi->IdRegistrasi == $registrasi->id ? 'selected' : '' }}>
|
||||
{{ $registrasi->id }}
|
||||
</option>
|
||||
@endforeach
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
<label>Tindakan</label>
|
||||
<select name="IdTindakan" class="form-control" required>
|
||||
@foreach($tindakans as $tindakan)
|
||||
<option value="{{ $tindakan->id }}" {{ $tr_transaksi->IdTindakan == $tindakan->id ? 'selected' : '' }}>
|
||||
{{ $tindakan->NamaTindakan }}
|
||||
</option>
|
||||
@endforeach
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
<label>Jumlah Tindakan</label>
|
||||
<input type="number" name="JmlTindakan" class="form-control" value="{{ $tr_transaksi->JmlTindakan }}" required min="1">
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
<label>Pegawai</label>
|
||||
<select name="IdPegawai" class="form-control" required>
|
||||
@foreach($pegawais as $pegawai)
|
||||
<option value="{{ $pegawai->id }}" {{ $tr_transaksi->IdPegawai == $pegawai->id ? 'selected' : '' }}>
|
||||
{{ $pegawai->NamaPegawai }}
|
||||
</option>
|
||||
@endforeach
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<button type="submit" class="btn btn-primary">Update</button>
|
||||
<a href="{{ route('tr_transaksi.index') }}" class="btn btn-secondary">Kembali</a>
|
||||
</form>
|
||||
</div>
|
||||
@endsection
|
||||
47
resources/views/tr_transaksi/index.blade.php
Normal file
47
resources/views/tr_transaksi/index.blade.php
Normal file
@ -0,0 +1,47 @@
|
||||
@extends('layouts.app')
|
||||
|
||||
@section('title', 'Data Transaksi')
|
||||
@section('content')
|
||||
<div class="container">
|
||||
<h1>Data Transaksi</h1>
|
||||
<a href="{{ route('tr_transaksi.create') }}" class="btn btn-primary mb-3">Tambah Transaksi</a>
|
||||
|
||||
<form method="GET" action="{{ route('tr_transaksi.index') }}" class="mb-3">
|
||||
<input type="text" name="search" class="form-control" placeholder="Cari berdasarkan ID atau ID Registrasi..." value="{{ request('search') }}">
|
||||
</form>
|
||||
|
||||
<table class="table table-bordered">
|
||||
<thead class="table-light">
|
||||
<tr>
|
||||
<th>No</th>
|
||||
<th>ID Registrasi</th>
|
||||
<th>ID Tindakan</th>
|
||||
<th>Jumlah Tindakan</th>
|
||||
<th>ID Pegawai</th>
|
||||
<th>Aksi</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@foreach ($transaksis as $transaksi)
|
||||
<tr>
|
||||
<td>{{ $transaksi->IdTransaksi }}</td>
|
||||
<td>{{ $transaksi->IdRegistrasi }}</td>
|
||||
<td>{{ $transaksi->IdTindakan }}</td>
|
||||
<td>{{ $transaksi->JmlTindakan }}</td>
|
||||
<td>{{ $transaksi->IdPegawai }}</td>
|
||||
<td>
|
||||
<a href="{{ route('tr_transaksi.edit', $transaksi->IdTransaksi) }}" class="btn btn-warning btn-sm">Edit</a>
|
||||
<form action="{{ route('tr_transaksi.destroy', $transaksi->IdTransaksi) }}" method="POST" style="display:inline;">
|
||||
@csrf
|
||||
@method('DELETE')
|
||||
<button class="btn btn-danger btn-sm" onclick="return confirm('Yakin hapus?')">Hapus</button>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
@endforeach
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
{{ $transaksis->links() }}
|
||||
</div>
|
||||
@endsection
|
||||
277
resources/views/welcome.blade.php
Normal file
277
resources/views/welcome.blade.php
Normal file
File diff suppressed because one or more lines are too long
8
routes/console.php
Normal file
8
routes/console.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Foundation\Inspiring;
|
||||
use Illuminate\Support\Facades\Artisan;
|
||||
|
||||
Artisan::command('inspire', function () {
|
||||
$this->comment(Inspiring::quote());
|
||||
})->purpose('Display an inspiring quote');
|
||||
25
routes/web.php
Normal file
25
routes/web.php
Normal file
@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
|
||||
use App\Http\Controllers\MsPasienController;
|
||||
use App\Http\Controllers\MsAsuransiController;
|
||||
use App\Http\Controllers\MsPegawaiController;
|
||||
use App\Http\Controllers\MsRuangPelayananController;
|
||||
use App\Http\Controllers\MsTindakanController;
|
||||
use App\Http\Controllers\TrRegistrasiController;
|
||||
use App\Http\Controllers\TrTransaksiController;
|
||||
use App\Http\Controllers\DashboardController;
|
||||
|
||||
use Illuminate\Support\Facades\Route;
|
||||
|
||||
Route::get('/dashboard', [DashboardController::class, 'index'])->name('dashboard');
|
||||
|
||||
Route::resource('ms_pasien', MsPasienController::class);
|
||||
Route::resource('ms_asuransi', MsAsuransiController::class);
|
||||
Route::resource('ms_pegawai', MsPegawaiController::class);
|
||||
Route::resource('ms_ruang_pelayanan', MsRuangPelayananController::class);
|
||||
Route::resource('ms_tindakan', MsTindakanController::class);
|
||||
Route::resource('tr_registrasi', TrRegistrasiController::class);
|
||||
Route::resource('tr_transaksi', TrTransaksiController::class);
|
||||
Route::get('/', [DashboardController::class, 'index']);
|
||||
|
||||
4
storage/app/.gitignore
vendored
Normal file
4
storage/app/.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
*
|
||||
!private/
|
||||
!public/
|
||||
!.gitignore
|
||||
2
storage/app/private/.gitignore
vendored
Normal file
2
storage/app/private/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
||||
2
storage/app/public/.gitignore
vendored
Normal file
2
storage/app/public/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
||||
9
storage/framework/.gitignore
vendored
Normal file
9
storage/framework/.gitignore
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
compiled.php
|
||||
config.php
|
||||
down
|
||||
events.scanned.php
|
||||
maintenance.php
|
||||
routes.php
|
||||
routes.scanned.php
|
||||
schedule-*
|
||||
services.json
|
||||
3
storage/framework/cache/.gitignore
vendored
Normal file
3
storage/framework/cache/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
*
|
||||
!data/
|
||||
!.gitignore
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user