Skip to content

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

License

Notifications You must be signed in to change notification settings

mikhnyuk/DTF-clone

 
 

Repository files navigation

LARAVEL

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 

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 39.2%
  • Vue 35.9%
  • CSS 21.3%
  • JavaScript 3.0%
  • Other 0.6%