Supabase - ~52K stars
- Designed explicitly as an open source firebase alternative
- Typescript based
- Docker support
Appwrite - ~32K stars
- Written in JavaScript and PHP
- Docker based
- Realtime support across all services
import React, { Component } from 'react'; | |
import ReactSelect, { components } from 'react-select'; | |
const TextOption = props => ( | |
components.Option && ( | |
<components.Option { ...props }> | |
... | |
</components.Option> | |
) | |
); |
<?php | |
namespace Plugin\Sideloader; | |
/** | |
* Function handles downloading a remote file and inserting it | |
* into the WP Media Library. | |
* @param string $url HTTP URL address of a remote file | |
* @param int $post_id The post ID the media is associated with | |
* @param string $desc Description of the side-loaded file | |
* @param string $post_data Post data to override |
<?php | |
/** | |
* List of global WP variables. | |
* | |
* @since 0.3.0 | |
* @since 0.11.0 Changed visibility from public to protected. | |
* @since 0.12.0 Renamed from `$globals` to `$wp_globals` to be more descriptive. | |
* @since 0.12.0 Moved from WordPress_Sniffs_Variables_GlobalVariablesSniff to WordPress_Sniff | |
* | |
* @var array |
PHP 5.1.6 |
/*
Made by [egyJs.com](https://www.instagram.com/egyjs/);
*/
install it on your localhost and try it :
<textarea><p style="text-align: center; font-size: 15px;"><img title="TinyMCE Logo" src="//www.tinymce.com/images/[email protected]" alt="TinyMCE Logo" width="110" height="97" /> | |
</p> | |
<h1 style="text-align: center;">Welcome to the TinyMCE Cloud demo!</h1> | |
<h5 style="text-align: center;">Note, this includes some "enterprise/premium" features.<br>Visit the <a href="https://www.tinymce.com/pricing/#demo-enterprise">pricing page</a> to learn more about our premium plugins.</h5> | |
<p>Please try out the features provided in this full featured example.</p> | |
<h2>Got questions or need help?</h2> | |
<ul> | |
<li>Our <a href="//www.tinymce.com/docs/">documentation</a> is a great resource for learning how to configure TinyMCE.</li> | |
<li>Have a specific question? Visit the <a href="https://community.tinymce.com/forum/">Community Forum</a>.</li> |
This is a guide for aligning images.
See the full Advanced Markdown doc for more tips and tricks
as found on StackOverflow
And this command to restart my php-fpm:
brew services restart php56