chibuikeIg / Lynk_Social

Lynk Social Network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alt text

Lynk is a new open-source Social network site built using Laravel 6.

Getting set up

  • Fork repo
git clone  addurlhere
cd lynk_social
cp .env.example .env
composer install
php artisan key:generate
  • set up mysql DB and add db name/username/password in .env
  • run php artisan migrate
  • create new branch 'Feat-username' when updating main.scss you will need to run npm run dev for changes to take effect

Now you can begin working on Lynk-Social.

Contributing to Lynk

Lynk social is a twitter like social network. currently in the very early stages. The issue log will list whats needed to get this off the ground and hopefully soon make live for testing.

Find what needs to be worked on here

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.

If you don't feel like reading, Laracasts can help. Laracasts contains over 1500 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.

About

Lynk Social Network

License:MIT License


Languages

Language:PHP 78.2%Language:HTML 21.8%