Showing headlines posted by linuxphile
Integrating TinyMCE with your Laravel CMS
Laravel is a powerful and easy to learn PHP framework. A common use and/or project for beginners learning Laravel is to create a content management system (CMS). There are many WYSIWYG editors available, but none more popular than TinyMCE. This page will show you how to integrate TinyMCE into your Laravel CMS including media browsing and image upload.
Raspberry Pi and Node.js as Reverse Proxy
Both Raspberry Pi and Node.js continue to gain in popularity. With the Pi as an inexpensive piece of hardware and Node.js you can easily get a reverse proxy up and running with just a few lines of code. Theoretically you could use Node.js to act as a reverse proxy for all sorts of traffic, however, for the purposes of this article I have focused solely on web traffic.
