ctl / laz
Open Source social network made simple
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
Language:JavaScript
Type:project
Requires
- aws/aws-sdk-php: ^3.3
- illuminate/html: ^5.0
- intervention/image: *
- laravel/framework: 5.0.*
- parse/php-sdk: 1.0.*
- predis/predis: ~1.0
Requires (Dev)
- mockery/mockery: ~0.9.2
- phpspec/phpspec: ~2.1
- phpunit/phpunit: ~4.0
This package is not auto-updated.
Last update: 2024-11-23 21:04:34 UTC
README
LAZ - Open Source Social Network Made Simple.
About LAZ
LAZ is a open source social network that uses the expressive and easy to use Laravel Framework to easily build "social network like" features such as:
- Favoriting Users
- Messaging Users
- Posting on Users Profiles
- Notifying Users on key events
- Showing Online Users
It is ready for initial production use but was made in mind to be flexible for developers and web masters to a add features specific to their target audience.
Installation
Prerequisites
We recommend using Corebox which was used in the development and QA stages of this application. If you choose to use another Virtual Machine check for the following:
Quick Setup
-
Download
git clone https://github.com/Core-Tech-Labs/LAZ
ORcomposer require ctl\laz
-
cd LAZ
-
mv .env.example .env
(Add values based on your settings) -
vagrant up
-
vagrant ssh
** Before migrating database you would need to configure your mysql server and the database.php via the .env
file **
php artisan migrate
Contributing
Read Contribution Wiki for an extensive run down.
License
LAZ is published under the Eclipse Public License v 1.0