scottlaurent / baseline
Baseline Starting Point
Installs: 126
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=5.5.9
- aloha/twilio: ^2.0
- barryvdh/laravel-snappy: 0.2.x
- baum/baum: ~1.1
- gloudemans/shoppingcart: ~1.3
- guzzlehttp/guzzle: ~5.0
- guzzlehttp/guzzle-services: *
- guzzlehttp/log-subscriber: *
- guzzlehttp/retry-subscriber: *
- h4cc/wkhtmltoimage-amd64: 0.12.x
- h4cc/wkhtmltoimage-i386: 0.12.x
- h4cc/wkhtmltopdf-amd64: 0.12.x
- h4cc/wkhtmltopdf-i386: 0.12.x
- ignited/laravel-omnipay: 2.*
- khill/lavacharts: 2.5.*
- laravel/framework: 5.2.*
- laravelcollective/html: ~5.1
- league/flysystem-aws-s3-v3: ~1.0
- omnipay/stripe: ~2.0
- predis/predis: ~1.0
- pusher/pusher-php-server: ~2.0
- rtconner/laravel-tagging: ~2.0
- teepluss/theme: dev-master
- watson/validating: ~2.0
- yajra/laravel-datatables-oracle: ~6.0
- zizaco/entrust: dev-laravel-5
Requires (Dev)
- fzaninotto/faker: ~1.4
- mockery/mockery: 0.9.*
- phpunit/phpunit: ~4.0
- symfony/css-selector: 2.8.*|3.0.*
- symfony/dom-crawler: 2.8.*|3.0.*
This package is not auto-updated.
Last update: 2016-11-29 19:27:49 UTC
README
The code here is not very organized yet. We have started to port the pieces of all the apps we've built into a cohesive whole. So we have started putting it all here, but at the same time, some of this code needs to be cleaned up, separated to separate packages (ie: user access tokens) and, in general, needs tests added.
Synopsis
Baseline is a starting point for custom lead generation applications. We build mid-size platforms for lead networks and lead generation professionals. Our clients are usually small to mid-size companies who are looking to do lead management in a specific way that cannot be done with the current applications on the market. Sample projects include one-click deploying of 1,000+ domain name geo-templated websites, real-time call routing applications, and even simple projects like simple-form-to-ping-tree setups.
Motivation
At this point in time (Dec 2015), no all-around Laravel starting point seems to exist. Pyro is great, but it's more CMS and less "small self contained app that is easy to build from." The idea with baseline is (was) to do a rapid fire install, and have a working site with user, role, assets, ajax, themes, api, and working services (like pusher, twilio, mailchimp, etc). After the install, then it would be as if you had built a Laravel app from scratch (vs using a CMS).
It can be argued that maybe building bolt-ons to a cms like Pyro or October could work, at the end of the day, the idea is to be as "laravely" as possible and also have something that can be stripped apart piece by piece if desired without the need to rely entirely on a CMS framework.
The goal of baseline is NOT to be a framework or a final app. It's litterally just a starting point.
API Reference
To Do...
Tests
To Do...
Contributors
- Scott Laurent
- Michael Paas
- Brandon Hernon
License
None Granted