Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 615 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 615 Bytes

GTA trucking firm webiste

Features

  • Tachograph
  • License plates
  • User trucks
  • User loads count
  • Loadout system connected to user profiles, trucks and trailers

Installation

Clone repository

$ git clone https://github.com/pusty44/SA-MP-Trucking-firm-website.git

Using composer install all vendors (How to install composer: https://getcomposer.org/download/)

$ composer install

Mark your domain folder target to public Edit .env file to access your database and then create schema with command:

$ php bin/console d:s:u -f

THATS ALL FOLKS! YOU DID IT!