Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.
/ DTF-clone Public archive

Platform for discussion with personal blogs and communities. Made with Laravel and Vue.

License

Notifications You must be signed in to change notification settings

ADamCarraway/DTF-clone

Repository files navigation

LARAVEL / SPA / LIKE DTF.RU

This is an image

Installation

The project is under development and refactoring. You will not be able to upgrade to the next version. Complete reinstallation only.

Clone the source code

git clone https://github.com/ADamCarraway/DTF-clone.git

Set the config

cp .env.example .env

Edit the .env file and set the database and other config for the system after you copy the .env.example file.

Install all packages:

composer install

Generate config:

php artisan key:generate

Set up the database:

php artisan migrate --seed

Compile the js code:

npm run watch

Run serve:

php artisan serve

php artisan websockets:serve

php artisan horizon

Login details:

Email    - admin@mail.com
Password - password