Skip to content

emmanuelh-dev/devstagram

Repository files navigation

SocialHubProject

Welcome to SocialHubProject, your very own Facebook clone built with Laravel, Intervention Image, and more!

Getting Started

To kick things off, follow these simple steps:

Install Dependencies

Make sure you have all the necessary dependencies. Run the following commands:

Installation

  1. Clone this repository to your local server.
git clone -b develop git@bitbucket.org:strappberry/heracall-server.git
  1. Navigate to the project directory.
cd heracall-server
  1. Install project dependencies.
composer install
  1. Run storage link.
php artisan storage:link
  1. Create a .env file from .env.example and configure the environment variables.
cp .env.example .env
  1. Generate an application key.
php artisan key:generate
  1. Run migrations and seeders (if you have them).
php artisan migrate --seed

Now you're all set to explore the exciting world of SocialHubProject! Happy coding!