{"id":29421672,"url":"https://github.com/19ajikamaludin/spp-paud","last_synced_at":"2025-07-12T03:15:51.002Z","repository":{"id":37497025,"uuid":"225887454","full_name":"19ajikamaludin/spp-paud","owner":"19ajikamaludin","description":"Ini adalah contoh aplikasi menggunakan laravel dengan studi kasus Sistem Informasi Pembayaran SPP dan Tabungan untuk Paud","archived":false,"fork":false,"pushed_at":"2025-03-25T02:47:12.000Z","size":6044,"stargazers_count":35,"open_issues_count":0,"forks_count":12,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-11T13:51:39.666Z","etag":null,"topics":["laravel","mariadb","php","tabler"],"latest_commit_sha":null,"homepage":"https://spp-paud.ajikamaludin.id","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/19ajikamaludin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-12-04T14:34:47.000Z","updated_at":"2025-07-11T10:12:17.000Z","dependencies_parsed_at":"2025-02-20T18:32:56.229Z","dependency_job_id":"e5dda8c9-5594-4405-9648-4e046dba0a12","html_url":"https://github.com/19ajikamaludin/spp-paud","commit_stats":null,"previous_names":["19ajikamaludin/spp-paud"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/19ajikamaludin/spp-paud","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/19ajikamaludin%2Fspp-paud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/19ajikamaludin%2Fspp-paud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/19ajikamaludin%2Fspp-paud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/19ajikamaludin%2Fspp-paud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/19ajikamaludin","download_url":"https://codeload.github.com/19ajikamaludin/spp-paud/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/19ajikamaludin%2Fspp-paud/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264929688,"owners_count":23684859,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["laravel","mariadb","php","tabler"],"created_at":"2025-07-12T03:15:47.632Z","updated_at":"2025-07-12T03:15:50.986Z","avatar_url":"https://github.com/19ajikamaludin.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dashboard Preview\n\n![preview dashboard](https://raw.githubusercontent.com/ajikamaludin/spp-paud/master/public/preview.png)\n\n## Support me - Dukung Saya\n\n\u003ca href=\"https://trakteer.id/ajikamaludin\" target=\"_blank\"\u003e\u003cimg id=\"wse-buttons-preview\" src=\"https://cdn.trakteer.id/images/embed/trbtn-blue-2.png\" height=\"40\" style=\"border:0px;height:40px;\" alt=\"Trakteer Saya\"\u003e\u003c/a\u003e\n\n# Getting started\n\n## Installation\n\nPlease check the official laravel installation guide for server requirements before you start. [Official Documentation](https://laravel.com/docs/5.4/installation#installation)\n\nClone the repository\n\n    git clone https://github.com/ajikamaludin/spp-paud.git\n\nSwitch to the repo folder\n\n    cd spp-paud\n\nInstall all the dependencies using composer\n\n    composer install\n\nCreate database for this app, copy the example env file and make the required database configuration changes in the .env file\n\n    cp .env.example .env\n\nRun the database migrations (**Set the database connection in .env before migrating**)\n\n    php artisan migrate --seed\n\nStart the local development server\n\n    php artisan serve\n\nYou can now access the server at http://localhost:8000\n\n```bash\nphp artisan --version\n# Laravel Framework 11.23.5\n```\n\n# Code overview\n\n## Folders\n\n-   `app/Models` - Contains all the Eloquent models\n-   `app/Http/Controllers` - Contains all the controllers\n-   `config` - Contains all the application configuration files\n-   `database/factories` - Contains the model factory for all the models\n-   `database/migrations` - Contains all the database migrations\n-   `database/seeds` - Contains the database seeder\n-   `routes` - Contains all the api routes defined in api.php file\n\n## Environment variables\n\n-   `.env` - Environment variables can be set in this file\n\n**_Note_** : You can quickly set the database information and other variables in this file and have the application fully working.\n\n---\n\n# Default SuperUser\n\nDefault Email : [demo link](http://spp-paud.ajikamaludin.id)\n\n    admin@admin.com\n\nPassword :\n\n    password\n\n# Author\n\n:rocket: [Aji Kamaludin](https://github.com/ajikamaludin)\n\n:rocket: [Arif Setyo Nugroho](https://github.com/arifsetyo21)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F19ajikamaludin%2Fspp-paud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F19ajikamaludin%2Fspp-paud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F19ajikamaludin%2Fspp-paud/lists"}