Coder Social home page Coder Social logo

snoopycodex / panguil-ecopark-admin-laravel Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 45.15 MB

An admin system for Panguil River Eco-park and Resort

Home Page: https://github.com/SnoopyCodeX/panguil-ecopark-admin-laravel

PHP 13.02% CSS 45.29% HTML 34.72% JavaScript 2.89% SCSS 2.28% Blade 1.80%
admin-panel bootstrap5 laravel leafletjs mapbox php pusherjs vite

panguil-ecopark-admin-laravel's Introduction

Project Logo

Panguil EcoPark and Resort Admin System

About this project

This 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 NobleUI.com. This system features:

  • Quick summaries of total tourists visited in the current year and previous year, registered tourists, reservations and assigned tourists.
  • The dashboard itself also shows the reminders
  • Complete list of registered tourists
  • Complete list of reservations
  • Complete list of tour guides
  • Live map tracking of users

This 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.

Techs Used

Project Preview

dashboard live-map-tracking
live-map-tracking

Geofence editing

geofence-editor

Building Project

Download dependencies:

composer install
npm install
npm install --dev

Copy .env.example to .env file:

cp .env.example .env

Run artisan command:

php artisan key:generate

Next, open .env file and find and replace these keys' values with your own pubnub account credentials and database credentials. Create an account at pubnub.com to get your own credentials if you don't have one.

DB_DATABASE=[YOUR DATABASE NAME]
DB_USERNAME=[YOUR DATABASE USERNAME]
DB_PASSWORD=[YOUR DATABASE PASSWORD]

PUBNUB_PUBLISH_KEY=[YOUR PUBNUB PUBLISH KEY]
PUBNUB_SUBSCRIBE_KEY=[YOUR PUBNUB SUBSCRIBE KEY]
PUBNUB_SECRET_KEY=[YOUR PUBNUB SECRET KEY]
PUBNUB_CHANNEL_NAME=[YOUR CUSTOM CHANNEL NAME]

Next, run migration to generate all the tables:

php artisan migrate

Next, run this command to create a default admin account for the system:

php artisan app:create-admin

The default admin email address and password is:

Email: [email protected]
Password: test123

Next, 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:

php artisan app:run-as-dev

Hit 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.

To run the system in production mode, you just do the same thing but with this command:

php artisan app:run-as-prod

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.

Generating PHP Docs

Just execute these commands:

# Generate php docs for laravel facades
php artisan ide-helper:generate

# Generate php docs for laravel models
# You will be prompted in the console, just type no.
php artisan ide-helper:models

Laravel Logo

Build Status Total Downloads Latest Stable Version License

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:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Learning Laravel

Laravel has the most extensive and thorough documentation 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, where you will be guided through building a modern Laravel application from scratch.

If you don't feel like reading, Laracasts 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.

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 Patreon page.

Premium Partners

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [email protected]. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.

panguil-ecopark-admin-laravel's People

Contributors

snoopycodex avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.