All Projects → nusmodifications → Nuswhispers

nusmodifications / Nuswhispers

Licence: mit
NUSWhispers source.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Nuswhispers

Larabbs
A forum project base on Laravel
Stars: ✭ 967 (+2586.11%)
Mutual labels:  laravel
Laravel Response Macros
Extra response macro's for Laravel
Stars: ✭ 35 (-2.78%)
Mutual labels:  laravel
Scrutiny
Ensure your laravel-based project is running in the correct server environment
Stars: ✭ 36 (+0%)
Mutual labels:  laravel
Iot
IoT, 这是一个最小Internet of Things ,一个Internet of Things相关的毕业设计产生的一个简化的物联网系统。 。
Stars: ✭ 970 (+2594.44%)
Mutual labels:  laravel
Nideadmin
【未完成】NideAdmin - 基于 Vue.js + Egg.js 的微信小程序后台框架
Stars: ✭ 35 (-2.78%)
Mutual labels:  laravel
Laravel Weather
🌤️ A wrapper around Open Weather Map API (Current weather)
Stars: ✭ 36 (+0%)
Mutual labels:  laravel
Deapk
DeAPK is an open-source, online APK decompiler which lets you upload an APK and then decompile it to Smali or Java sources. It is built using Laravel, Vue.js, Bootstrap, FontAwesome, Pusher, Redis, MySQL, apktool, jadx and hosted atop Oracle cloud platform.
Stars: ✭ 33 (-8.33%)
Mutual labels:  laravel
Laravel Personality Insights
👩 👱 Using IBM Watson Personality Insights Service with Laravel 5
Stars: ✭ 36 (+0%)
Mutual labels:  laravel
Htmlcache
Laravel middleware to cache the rendered html
Stars: ✭ 35 (-2.78%)
Mutual labels:  laravel
Laravel Qrcode Ecommerce
This is a complete laravel project that handles qrcodes, payments, api/microservices, and ecommerce
Stars: ✭ 36 (+0%)
Mutual labels:  laravel
Laravel Package Top 100
对 Packagist 上打了 Laravel 标签 的扩展包进行整理,截止到现在 2016 年 8 月 9号,有超过 7176 个扩展包,以下是下载量最大的 100 个。
Stars: ✭ 971 (+2597.22%)
Mutual labels:  laravel
Laravel User Settings
Simple and persistent boolean settings per user
Stars: ✭ 34 (-5.56%)
Mutual labels:  laravel
Lynnhosting
Open Source, Web Hosting Automation built with Laravel
Stars: ✭ 36 (+0%)
Mutual labels:  laravel
Framework
The Lawoole framework
Stars: ✭ 33 (-8.33%)
Mutual labels:  laravel
Ys Tinify Laravel
Tinify API support with laravel
Stars: ✭ 36 (+0%)
Mutual labels:  laravel
Cms
Statamic 3: The Core Composer Package
Stars: ✭ 965 (+2580.56%)
Mutual labels:  laravel
Validator
Client-side javascript validator library ports from Laravel 5.2
Stars: ✭ 35 (-2.78%)
Mutual labels:  laravel
Time Traveller
Time travel for your Laravel Models.
Stars: ✭ 36 (+0%)
Mutual labels:  laravel
Laravel Support
Rinvex common support helpers, contracts, and traits required by various Rinvex packages. Validator functionality, and basic controller included out-of-the-box.
Stars: ✭ 36 (+0%)
Mutual labels:  laravel
Nova Bar Metrics
A Laravel Nova tool for bar chart metrics and frequency distributions.
Stars: ✭ 36 (+0%)
Mutual labels:  laravel

NUSWhispers

Build Status Coverage Status StyleCI Status

Laravel 5 + AngularJS setup.

Requirements

  • Web server with PHP support
  • MySQL / MariaDB
  • Redis

For a development environment, using docker-nuswhispers is highly recommended.

Installation

  1. Rename .env.example to .env

  2. Install PHP dependencies via composer:

cd /path/to/current/directory
composer install
  1. Install JS dependencies via npm:
cd /path/to/current/directory
npm install
  1. Run database migrations and seed data via command line:
cd /path/to/current/directory
php artisan migrate
php artisan db:seed
  1. Compile front-end assets using the following command:
npm run development

Sponsors

Many thanks to those who have supported us in the operation of the platform:

Bugsnag

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].