Skip to content

My graduate project @Patika.dev

Notifications You must be signed in to change notification settings

kadirermantr/news-hub

Repository files navigation

News Hub

Installation

composer install
cp .env.example .env
docker-compose up -d

This command adds autoload, a helper function, and requirements to the composer file. It also creates a database and imports demo records.

  • DB_PASSWORD=root

User Accounts


Maintenance Mode

To put the website into maintenance mode, the MAINTENANCE_MODE variable in the .env file should be set to true. By default, the value of this variable is false.

API


Note: You can access the first version of this project from here.