Download the PHP package ctl/laz without Composer
On this page you can find all versions of the php package ctl/laz. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package laz
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:
Prerequisites | Command To check |
---|---|
Apache or Nginx | apache2 -v nginx -v |
PHP 5.5.9 or 7.0 | php -v |
MySQL 5.6 | mysql -u root -p |
Redis Server | redis-server |
Node.js | npm -v |
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
All versions of laz with dependencies
laravel/framework Version 5.3.*
intervention/image Version 2.3.*
laravelcollective/html Version 5.3.*
predis/predis Version ~1.0
fzaninotto/faker Version ^1.5
aws/aws-sdk-php Version ^3.9
league/flysystem-aws-s3-v3 Version ^1.0
guzzlehttp/guzzle Version ^6.2
php-amqplib/php-amqplib Version ^2.6
tyrola/xmpphp Version ^2.0