Welcome to SocialHubProject, your very own Facebook clone built with Laravel, Intervention Image, and more!
To kick things off, follow these simple steps:
Make sure you have all the necessary dependencies. Run the following commands:
- Clone this repository to your local server.
git clone -b develop git@bitbucket.org:strappberry/heracall-server.git
- Navigate to the project directory.
cd heracall-server
- Install project dependencies.
composer install
- Run storage link.
php artisan storage:link
- Create a
.env
file from.env.example
and configure the environment variables.
cp .env.example .env
- Generate an application key.
php artisan key:generate
- 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!