All Projects → tighten → Gistlog

tighten / Gistlog

GistLog - simple, easy blogging based on GitHub gists

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Gistlog

Tenancy
Run multiple websites using the same Laravel installation while keeping tenant specific data separated for fully independent multi-domain setups.
Stars: ✭ 916 (+286.5%)
Mutual labels:  saas, hacktoberfest, laravel
Multi Tenant
Run multiple websites using the same Laravel installation while keeping tenant specific data separated for fully independent multi-domain setups, previously github.com/hyn/multi-tenant
Stars: ✭ 2,304 (+872.15%)
Mutual labels:  saas, hacktoberfest, laravel
Blogetc
Easily add a full Laravel blog (with built in admin panel and public views) to your laravel project with this simple package.
Stars: ✭ 198 (-16.46%)
Mutual labels:  blog-engine, blogging, laravel
Statiq.web
Statiq Web is a flexible static site generator written in .NET.
Stars: ✭ 1,358 (+473%)
Mutual labels:  hacktoberfest, blog-engine, blogging
Laravel Surveillance
Put malicious users, IP addresses and anonymous browser fingerprints under surveillance, log the URLs they visit and block malicious ones from accessing the Laravel app.
Stars: ✭ 198 (-16.46%)
Mutual labels:  hacktoberfest, laravel
Librenms
Community-based GPL-licensed network monitoring system
Stars: ✭ 2,567 (+983.12%)
Mutual labels:  hacktoberfest, laravel
Slimcms
SlimCMS - lightweight CMS based on slim 3 framework
Stars: ✭ 201 (-15.19%)
Mutual labels:  blog-engine, blogging
Laravelpackage.com
Documentation for LaravelPackage.com: Learn to create Laravel specific PHP packages from scratch, following this open documentation.
Stars: ✭ 214 (-9.7%)
Mutual labels:  hacktoberfest, laravel
Nebula
Nebula is a minimalistic and easy to use administration tool for Laravel applications, made with Laravel, Alpine.js, and Tailwind CSS.
Stars: ✭ 190 (-19.83%)
Mutual labels:  hacktoberfest, laravel
Laravel Executor
Configurable code that can be run when installing and updating your web app.
Stars: ✭ 204 (-13.92%)
Mutual labels:  hacktoberfest, laravel
Urlhub
URL shortener web application based on the Laravel PHP Framework.
Stars: ✭ 217 (-8.44%)
Mutual labels:  hacktoberfest, laravel
Icalendar Generator
Generate calendars in the iCalendar format
Stars: ✭ 193 (-18.57%)
Mutual labels:  hacktoberfest, laravel
Laravel Datatables Buttons
jQuery DataTables Buttons Plugin for Laravel.
Stars: ✭ 192 (-18.99%)
Mutual labels:  hacktoberfest, laravel
Larastan
⚗️ Adds code analysis to Laravel improving developer productivity and code quality.
Stars: ✭ 3,554 (+1399.58%)
Mutual labels:  hacktoberfest, laravel
Onesignal
OneSignal notifications channel for Laravel
Stars: ✭ 222 (-6.33%)
Mutual labels:  hacktoberfest, laravel
Wagonwheel
Offer an online version of your Laravel emails to users.
Stars: ✭ 224 (-5.49%)
Mutual labels:  hacktoberfest, laravel
Underexpress
A free, responsive, ready to use website ui kit, built with bootstrap 4.
Stars: ✭ 205 (-13.5%)
Mutual labels:  saas, hacktoberfest
Lazyblorg
Blogging with Org-mode for very lazy people
Stars: ✭ 226 (-4.64%)
Mutual labels:  blog-engine, blogging
Laravel Datatables Html
Laravel DataTables HTML Builder Plugin
Stars: ✭ 188 (-20.68%)
Mutual labels:  hacktoberfest, laravel
Media Manager
A simple file browser and up-loader for Laravel written in Vue.JS
Stars: ✭ 190 (-19.83%)
Mutual labels:  hacktoberfest, laravel

Gistlog logo

GistLog

Build Status

Turn your gists into easy, beautiful, responsive blog posts--a "GistLog". Just paste a Gist URL into GistLog.co and you're up and running.

You can also just replace gist.github.com in any URL with gistlog.co, and you instantly have a beautiful GistLog.

An exercise in iterative development by Matt Stauffer and Adam Wathan of Tighten Co..

Requirements

  • PHP >= 7.1.3
  • Composer

Installation

  1. Clone the repository locally
  2. Install dependencies with composer install
  3. Copy .env.example to .env and modify its contents to reflect your local environment
  4. Generate application key
php artisan key:generate
  1. Configure a web server, such as the built-in PHP web server, to serve this site using the +public+ directory as its root
php -S localhost:8080 -t public
  1. Go to https://github.com/settings/developers and create a Oauth app
  2. Create a token here https://github.com/settings/tokens that has access right to Gist

Questions

If you have any questions, please reach out to @mattstauffer. Find him here or on twitter at @stauffermatt.

Contributing

Please see the contributing.md for more explicit instructions on how to contribute to the project.

If you have an idea for the project, please look at the open issues, and if your idea isn't there, open an issue for discussion.You can write a pull request without validating the idea first, but it will open up the possibility that you spend a lot of time writing a feature and it gets rejected.

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