Skip to content

lifeatedmlab/denton

Repository files navigation

EDE Laboratory Linkedin EDE Laboratory Instagram EDE Laboratory Medium EDE Laboratory Youtube EDE Laboratory Gmail

About The Denton

The Denton is a repository for EDE Laboratory official website. The name denton is taken from a baby's name in English which means "Rumah yang Bahagia" (a happy home).

Requirements

  • PHP >= 7.3.0
  • Laravel 8

Ussage

  1. Clone this repository.
  2. Duplicate .env.example and rename it to .env then make changes according to your development server configuration.
  3. Run the command composer install in the project folder of this repository.
  4. Run the command php artisan key:generate
  5. Create a database called thedenton (match with your .env) on your development server
  6. Run the command php artisan migrate:fresh --seed
  7. Run the app php artisan serve

Contribute (EDE Member Only)

It is assumed that you have been successfully run the application on your development server.

  1. Before making any changes, create a new git branch with git checkout -b <your_branch_name>
  2. Make a changes and don't forget to commit with descriptive message.
  3. Push to the remote repository git push origin <your_branch_name>

Have a problem or question? Don't hesitate to open a discussion on the EDE Discord Channel.

Connect. Share. Discuss. Grow.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published