Skip to content

Latest commit

 

History

History
50 lines (40 loc) · 873 Bytes

README.md

File metadata and controls

50 lines (40 loc) · 873 Bytes

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