{"id":21467174,"url":"https://github.com/snoopycodex/panguil-ecopark-admin-laravel","last_synced_at":"2026-04-11T09:44:59.652Z","repository":{"id":175356931,"uuid":"653769292","full_name":"SnoopyCodeX/panguil-ecopark-admin-laravel","owner":"SnoopyCodeX","description":"An admin system for Panguil River Eco-park and Resort","archived":false,"fork":false,"pushed_at":"2024-05-10T23:48:06.000Z","size":46163,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-27T22:07:12.707Z","etag":null,"topics":["admin-panel","bootstrap5","laravel","leafletjs","mapbox","php","pusherjs","vite"],"latest_commit_sha":null,"homepage":"https://github.com/SnoopyCodeX/panguil-ecopark-admin-laravel","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SnoopyCodeX.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2023-06-14T17:39:55.000Z","updated_at":"2024-05-10T23:48:11.000Z","dependencies_parsed_at":"2025-01-23T15:43:18.344Z","dependency_job_id":null,"html_url":"https://github.com/SnoopyCodeX/panguil-ecopark-admin-laravel","commit_stats":null,"previous_names":["snoopycodex/panguil-ecopark-admin-laravel"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SnoopyCodeX/panguil-ecopark-admin-laravel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SnoopyCodeX%2Fpanguil-ecopark-admin-laravel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SnoopyCodeX%2Fpanguil-ecopark-admin-laravel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SnoopyCodeX%2Fpanguil-ecopark-admin-laravel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SnoopyCodeX%2Fpanguil-ecopark-admin-laravel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SnoopyCodeX","download_url":"https://codeload.github.com/SnoopyCodeX/panguil-ecopark-admin-laravel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SnoopyCodeX%2Fpanguil-ecopark-admin-laravel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31676210,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T08:18:19.405Z","status":"ssl_error","status_checked_at":"2026-04-11T08:17:08.892Z","response_time":54,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["admin-panel","bootstrap5","laravel","leafletjs","mapbox","php","pusherjs","vite"],"created_at":"2024-11-23T08:16:57.582Z","updated_at":"2026-04-11T09:44:59.622Z","avatar_url":"https://github.com/SnoopyCodeX.png","language":"CSS","funding_links":["https://patreon.com/taylorotwell"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003ca href=\"https://laravel.com\" target=\"_blank\"\u003e\u003cimg src=\"./public/assets/images/favicon.png\" width=\"40\" alt=\"Project Logo\"\u003e\u003c/a\u003e\u003c/p\u003e\n\u003ch1 align=\"center\" style=\"border-bottom:none; margin-bottom: 80px;\"\u003ePanguil EcoPark and Resort Admin System\u003c/h1\u003e\n\n## About this project\n\nThis is a web-based admin system for Panguil EcoPark and Resort which is made using Laravel + Vite and Bootstrap. The admin dashboard template used was from \u003ca href=\"https://www.nobleui.com\"\u003eNobleUI.com\u003c/a\u003e. This system features:\n\n- Quick summaries of total tourists visited in the current year and previous year, registered tourists, reservations and assigned tourists.\n- The dashboard itself also shows the reminders\n- Complete list of registered tourists\n- Complete list of reservations\n- Complete list of tour guides\n- Live map tracking of users\n\nThis admin system was built and made specifically for Panguil EcoPark and Resort so that it will be easier for them to keep track of their data and manage each tourist and tour guides' informations.\n\n## Techs Used\n- **[Laravel v10.xx](https://laravel.com)**\n- **[Pubnub](https://pubnub.com)**\n- **[Vite.JS](https://vitejs.dev)**\n- **[Leaflet.JS](https://leafletjs.com)**\n- **[Mapbox Tiles](https://mapbox.com)**\n- **[Bootstrap 5](https://getbootstrap.com)**\n- **[NobleUI Admin Template](https://nobleui.com)**\n\n## Project Preview\n\n| ![dashboard](./screenshots/dashboard.png) | ![live-map-tracking](./screenshots/live-map-tracking.png) |\n|-------------------------------------------|-----------------------------------------------------------|\n| ![live-map-tracking](./screenshots/live-map-tracking-2.png) | |\n\n### Geofence editing\n\n![geofence-editor](./screenshots/showcase-geofence-editor-map.gif)\n\n## Building Project\n\nDownload dependencies:\n\n```bash\ncomposer install\nnpm install\nnpm install --dev\n```\n\nCopy .env.example to .env file:\n\n```bash\ncp .env.example .env\n```\n\nRun artisan command:\n\n```bash\nphp artisan key:generate\n```\n\nNext, open `.env` file and find and replace these keys' values with your own [pubnub](https://pubnub.com) account credentials and database credentials.\nCreate an account at [pubnub.com](https://pubnub.com) to get your own credentials if you don't have one.\n\n```env\nDB_DATABASE=[YOUR DATABASE NAME]\nDB_USERNAME=[YOUR DATABASE USERNAME]\nDB_PASSWORD=[YOUR DATABASE PASSWORD]\n\nPUBNUB_PUBLISH_KEY=[YOUR PUBNUB PUBLISH KEY]\nPUBNUB_SUBSCRIBE_KEY=[YOUR PUBNUB SUBSCRIBE KEY]\nPUBNUB_SECRET_KEY=[YOUR PUBNUB SECRET KEY]\nPUBNUB_CHANNEL_NAME=[YOUR CUSTOM CHANNEL NAME]\n```\n\nNext, run migration to generate all the tables:\n\n```bash\nphp artisan migrate\n```\n\nNext, run this command to create a default admin account for the system:\n\n```bash\nphp artisan app:create-admin\n```\n\nThe default admin email address and password is:\n\n```\nEmail: tatel@gmail.com\nPassword: test123\n```\n\nNext, run this command twice (*for some reason it doesn't take effect by running once*) if you want to run the system in development mode:\n\n```bash\nphp artisan app:run-as-dev\n```\n\nHit `Ctrl+C` to stop and then execute it again. Then it will work, then just open `http://localhost:8000` in your browser. By default, the system is hosted on port `8000`.\n\nTo run the system in production mode, you just do the same thing but with this command:\n\n```bash\nphp artisan app:run-as-prod\n```\n\n*Note: When executing `php artisan app:run-as-dev` and `php artisan app:run-as-prod` while in __production mode__, you will be prompted in the console. When that happens, just type `yes` on each prompts and press `Enter`.*\n\n## Generating PHP Docs\n\nJust execute these commands:\n\n```bash\n# Generate php docs for laravel facades\nphp artisan ide-helper:generate\n\n# Generate php docs for laravel models\n# You will be prompted in the console, just type no.\nphp artisan ide-helper:models\n```\n\n\u003cp align=\"center\"\u003e\u003ca href=\"https://laravel.com\" target=\"_blank\"\u003e\u003cimg 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\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/laravel/framework/actions\"\u003e\u003cimg src=\"https://github.com/laravel/framework/workflows/tests/badge.svg\" alt=\"Build Status\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/laravel/framework\"\u003e\u003cimg src=\"https://img.shields.io/packagist/dt/laravel/framework\" alt=\"Total Downloads\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/laravel/framework\"\u003e\u003cimg src=\"https://img.shields.io/packagist/v/laravel/framework\" alt=\"Latest Stable Version\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/laravel/framework\"\u003e\u003cimg src=\"https://img.shields.io/packagist/l/laravel/framework\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## About Laravel\n\nLaravel 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:\n\n- [Simple, fast routing engine](https://laravel.com/docs/routing).\n- [Powerful dependency injection container](https://laravel.com/docs/container).\n- Multiple back-ends for [session](https://laravel.com/docs/session) and [cache](https://laravel.com/docs/cache) storage.\n- Expressive, intuitive [database ORM](https://laravel.com/docs/eloquent).\n- Database agnostic [schema migrations](https://laravel.com/docs/migrations).\n- [Robust background job processing](https://laravel.com/docs/queues).\n- [Real-time event broadcasting](https://laravel.com/docs/broadcasting).\n\nLaravel is accessible, powerful, and provides tools required for large, robust applications.\n\n## Learning Laravel\n\nLaravel 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.\n\nYou may also try the [Laravel Bootcamp](https://bootcamp.laravel.com), where you will be guided through building a modern Laravel application from scratch.\n\nIf you don't feel like reading, [Laracasts](https://laracasts.com) can help. Laracasts contains over 2000 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.\n\n## Laravel Sponsors\n\nWe 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 [Patreon page](https://patreon.com/taylorotwell).\n\n### Premium Partners\n\n- **[Vehikl](https://vehikl.com/)**\n- **[Tighten Co.](https://tighten.co)**\n- **[Kirschbaum Development Group](https://kirschbaumdevelopment.com)**\n- **[64 Robots](https://64robots.com)**\n- **[Cubet Techno Labs](https://cubettech.com)**\n- **[Cyber-Duck](https://cyber-duck.co.uk)**\n- **[Many](https://www.many.co.uk)**\n- **[Webdock, Fast VPS Hosting](https://www.webdock.io/en)**\n- **[DevSquad](https://devsquad.com)**\n- **[Curotec](https://www.curotec.com/services/technologies/laravel/)**\n- **[OP.GG](https://op.gg)**\n- **[WebReinvent](https://webreinvent.com/?utm_source=laravel\u0026utm_medium=github\u0026utm_campaign=patreon-sponsors)**\n- **[Lendio](https://lendio.com)**\n\n## Contributing\n\nThank you for considering contributing to the Laravel framework! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions).\n\n## Code of Conduct\n\nIn 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).\n\n## Security Vulnerabilities\n\nIf 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.\n\n## License\n\nThe Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnoopycodex%2Fpanguil-ecopark-admin-laravel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsnoopycodex%2Fpanguil-ecopark-admin-laravel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnoopycodex%2Fpanguil-ecopark-admin-laravel/lists"}