Skip to content

wreative/expedition

Repository files navigation

Build Status Total Downloads Latest Stable Version License

Requirement

Because it uses Laravel migrations feature it can use any type of DBMS as long as it's a Relational Database.

Getting Started

  1. Clone repository with the command git clone https://github.com/Batu-Beling-Digital/expedition.git
  2. Installing package form Composer with command composer install
  3. Installing package module node js with command node install (Optional)
  4. Running web application using commands php artisan serve or running manually with web server.

Copy the .env.example file then change the name to .env, then adjust the settings with the database you want to connect to so that it is connected to the desired database, like the example below.

DB_CONNECTION=mysql //Driver Database
DB_HOST=127.0.0.1 //Host
DB_PORT=3306 //Port
DB_DATABASE=bb-temp //Name
DB_USERNAME=root //Username
DB_PASSWORD= //Password

If the key in .env is empty run this command to generate a key php artisan key:generate Run the migrations database to import all databases using the command php artisan migrate:refresh --seed

Login using username [email protected] and password 1234567890

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.

About

Expedition Web Application

Resources

Security policy

Stars

Watchers

Forks

Languages