PHP Classes

How to install this?

Recommend this page to a friend!

      PHP Twitter Bot  >  All threads  >  How to install this?  >  (Un) Subscribe thread alerts  
Subject:How to install this?
Summary:How to install your twitter bot?
Messages:2
Author:Michael McGinn
Date:2019-04-03 09:23:34
 

  1. How to install this?   Reply   Report abuse  
Picture of Michael McGinn Michael McGinn - 2019-04-03 09:23:34
How do I install this system on my server?
I am getting an error when running the /public/index.php script. The vendor directory does not exist after I unzip the downloaded file from phpclasses.

Is there some pre-setup config file to edit or system requirements or dependencies that must be met before the system will run.

I'm running on an ampps local server lamp stack php 7 system.


  2. Re: How to install this?   Reply   Report abuse  
Picture of Naif Alshaye Naif Alshaye - 2019-04-03 09:36:37 - In reply to message 1 from Michael McGinn
Yes, there is, this is a Laravel Application so you need to run composer install to install all required dependencies and packages.

Check out the documentation https://laravel.com/docs/5.8#installation