All Projects → lvntayn → Laravel Social Network

lvntayn / Laravel Social Network

Laravel 5.4 - location-based social network

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Laravel Social Network

Voten
The code that powers voten.co
Stars: ✭ 1,215 (+965.79%)
Mutual labels:  social, laravel, social-network
Db Seeder
A database seeder app for MySQL
Stars: ✭ 77 (-32.46%)
Mutual labels:  mysql, laravel
Laravel Log To Db
Custom Laravel and Lumen 5.6+ Log channel handler that can store log events to SQL or MongoDB databases. Uses Laravel/Monolog native logging functionality.
Stars: ✭ 76 (-33.33%)
Mutual labels:  mysql, laravel
Docker Laravel
Laravel 5 with Dockerized Gulp, PHP-FPM, MySQL and nginx using docker-compose
Stars: ✭ 85 (-25.44%)
Mutual labels:  mysql, laravel
Groups
A Laravel 5 user groups package
Stars: ✭ 66 (-42.11%)
Mutual labels:  laravel, social-network
Backup
MySQL Database backup package for Laravel
Stars: ✭ 66 (-42.11%)
Mutual labels:  mysql, laravel
Mern Social Network
A Notes App developed with MERN stack. Screenshots below. Visit the link for SPA version!! 📝 📒
Stars: ✭ 85 (-25.44%)
Mutual labels:  mysql, social-network
Laravel
Muito conteúdo sobre o framework Laravel. Controllers, Models, Views, Blade, Migrations, Seeders, Middlewares, Autenticação, Autorização, Providers, pacotes, laravel 8, etc.
Stars: ✭ 43 (-62.28%)
Mutual labels:  mysql, laravel
Vkbot
Простой разговорный бот на PHP
Stars: ✭ 88 (-22.81%)
Mutual labels:  social, mysql
Doesangue Core
Online platform that connects people interested in blood donation
Stars: ✭ 91 (-20.18%)
Mutual labels:  laravel, social-network
Pilothouse
A command line app for managing a LEMP local development environment based on Docker.
Stars: ✭ 98 (-14.04%)
Mutual labels:  mysql, laravel
Strimoid
Source code of Strm
Stars: ✭ 57 (-50%)
Mutual labels:  mysql, social-network
Photo Blog
The Photo Blog Application based on Laravel 5 and Vue.js 2 + Prerender
Stars: ✭ 55 (-51.75%)
Mutual labels:  mysql, laravel
Easy Short Url
ESU 短网址,可在 Laravel、Yii、ThinkPHP 等框架 Composer 包引入,也可以独立搭建短网址站点
Stars: ✭ 71 (-37.72%)
Mutual labels:  mysql, laravel
Vue Social Sharing
A renderless Vue.js component for sharing links to social networks, compatible with SSR
Stars: ✭ 1,071 (+839.47%)
Mutual labels:  social, social-network
Docker Laravel
🐳 Docker Images for Laravel development
Stars: ✭ 101 (-11.4%)
Mutual labels:  mysql, laravel
Readmarvel
ReadMarvel's open sourced code
Stars: ✭ 31 (-72.81%)
Mutual labels:  mysql, laravel
Friend.ly
A social media platform with a friend recommendation engine based on personality trait extraction
Stars: ✭ 41 (-64.04%)
Mutual labels:  social, social-network
Svelte Social Auth
Social Auth for Svelte v3
Stars: ✭ 86 (-24.56%)
Mutual labels:  social, social-network
Socialnetwork
Laravel and Vue.JS powerd social network
Stars: ✭ 101 (-11.4%)
Mutual labels:  laravel, social-network

Laravel 5 - Simple Location-Based Social Network

It's location-based social network developed by lvntayn, theoneremains and koniqwe using the Laravel PHP framework.

Live - https://around.kim

Demo Pages - https://github.com/lvntayn/laravel-social-network/tree/master/public/images/demo

Installation

  • git clone https://github.com/lvntayn/laravel-social-network.git projectname
  • cd projectname
  • composer install
  • php artisan key:generate to regenerate secure key
  • create new database and edit .env file for DB settings
  • php artisan migrate —seed
  • edit .env file for APP configuration and Google API Configuration
  • storage, bootstrap/cache and public/cache directories should be writable
  • php artisan storage:link
  • php artisan serve

Include

Features

  • Create a profile with a username, profile picture, cover picture, bio and personal information
  • Share Posts, Images
  • Find, follow your friends and send direct message to them
  • Make comments on Posts, Images
  • Like Posts, Images
  • Follow new events with notifications
  • Add hobbies
  • Become a member of a hobby group automatically and interact with other people
  • Hide your profile by sharing your location. Let only the people around you to have access to communicate with you
  • Find people around you at the same location, having same hobby and become a member of an automatically created hobby group

Pages

There are 7 pages. which are Home Page for Login and Sign Up, TimeLine, Direct Messages and Profile you know.

  • Nearby page is for seeing people around you.
  • Groups are created automatically for people who share the same hobby. You can see group posts in groups page if you added that specific hobby.
  • Following & Followers page shows the list of followers and people you are following.

Packages Included

  • alexpechkarev/google-maps
  • barryvdh/laravel-debugbar
  • barryvdh/laravel-ide-helper
  • nesbot/carbon

Requirements

  • PHP 5.6.4
  • MySQL

Authors

lvntayn

theoneremains

koniqwe

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].