- Download MailHog: https://github.com/mailhog/MailHog/releases/download/v1.0.0/MailHog_windows_amd64.exe
- Move it to `C:\laragon\usr\bin\MailHog.exe
- Open Laragon's Procfile (Menu > Laragon > Procfile) and add these lines: MailHog: MailHog.exe autorun MailHog Admin: http://localhost:8025 autorun
- Stop Laragon
- Close/Edit completely
- Start Laragon
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * @see {@tutorial https://github.com/typicode/husky} | |
| * _Requires Node >= 10 and Git >= 2.13.0._ | |
| */ | |
| module.exports = { | |
| hooks: { | |
| /** | |
| * @see {@tutorial https://stackoverflow.com/a/15656652/3942699} | |
| * | |
| * ___only works with files staged in git___ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Source: https://twitter.com/calebporzio/status/1151876736931549185 | |
| <div class="flex"> | |
| <aside class="h-screen sticky top-0"> | |
| // Fixed Sidebar | |
| </aside> | |
| <main> | |
| // Content | |
| </main> |
This is a simple Tailwind plugin to expose all of Tailwind's colors, including any custom ones, as custom css properties on the :root element.
There are a couple of main reasons this is helpful:
- You can reference all of Tailwind's colors—including any custom ones you define—from handwritten CSS code.
- You can define all of your colors within the Tailwind configuration, and access the final values programmatically, which isn't possible if you did it the other way around: referencing custom CSS variables (defined in CSS code) from your Tailwind config.
See the Tailwind Plugins for more info on plugins.
Note on sizes: a lot of those might be inaccurate as there might be many microservices required aside from the core release/docker image. I haven't tested these recently so I'm not sure
Supabase - ~94.9K stars
- Designed explicitly as an open source Firebase alternative
- Typescript based
- Docker support
- Full Postgres database with Realtime subscriptions
PocketBase - ~54.5K stars
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import React, { Component } from 'react'; | |
| import ReactSelect, { components } from 'react-select'; | |
| const TextOption = props => ( | |
| components.Option && ( | |
| <components.Option { ...props }> | |
| ... | |
| </components.Option> | |
| ) | |
| ); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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 |
- Original links was died
- You can try on Webarchive
- Php versions as original links
- Or Google driver as
yunanmrcomment- php5.3.6.zip
- php5.3.14.zip
- php5.3.29.zip
- php5.4.45.zip
- php5.6.40.zip