https://github.com/varunsridharan/local-development
Helper Plugins & Classes
https://github.com/varunsridharan/local-development
Last synced: 6 months ago
JSON representation
Helper Plugins & Classes
- Host: GitHub
- URL: https://github.com/varunsridharan/local-development
- Owner: varunsridharan
- Created: 2020-06-13T08:33:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-01T10:44:07.000Z (over 4 years ago)
- Last Synced: 2025-02-01T02:26:35.148Z (8 months ago)
- Language: PHP
- Size: 986 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Local Development
This repo is a collection of all class,functions
which are very helpful in my local development.## WP Plugins
WordPress plugins that are bundled with it.
1. [Theme Inspector / By Melissa Cabral](https://wordpress.org/plugins/theme-inspector/#developers)
2. [Classic Editor / By WP & Team](https://wordpress.org/plugins/classic-editor/)
3. [Inspector / By eLightUp](https://wordpress.org/plugins/inspector/)
### Git Submodules
1. [Performance Improvements for WooCommerce](https://github.com/lukecav/performance-improvements-for-woocommerce)
2. [Query Monitor Extended](https://github.com/crstauf/query-monitor-extend)
3. [Woo Preview Emails](https://github.com/digamber89/woocommerce-preview-emails)
4. [User Switching](https://github.com/johnbillion/user-switching)## Composer
1. [digitalnature/php-ref](https://github.com/digitalnature/php-ref)
1. [joshtronic/php-loremipsum](https://github.com/joshtronic/php-loremipsum)## Usage
This repo is download locally and `index.php` file gets included directly into **php.ini**### Step 1
```text
composer install
```### Step 2
```ini
; Automatically add files before PHP document.
; http://php.net/auto-prepend-file
auto_prepend_file = your-full-path/local-development/index.php
```---
## š Changelog
All notable changes to this project will be documented in this file.The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).[Checkout CHANGELOG.md](/CHANGELOG.md)
## š¤ Contributing
If you would like to help, please take a look at the list of [issues](issues/).## š° Sponsor
[I][twitter] fell in love with open-source in 2013 and there has been no looking back since! You can read more about me [here][website].
If you, or your company, use any of my projects or like what Iām doing, kindly consider backing me. I'm in this for the long run.- ā How about we get to know each other over coffee? Buy me a cup for just [**$9.99**][buymeacoffee]
- āļøāļø How about buying me just 2 cups of coffee each month? You can do that for as little as [**$9.99**][buymeacoffee]
- š° We love bettering open-source projects. Support 1-hour of open-source maintenance for [**$24.99 one-time?**][paypal]
- š Love open-source tools? Me too! How about supporting one hour of open-source development for just [**$49.99 one-time ?**][paypal]## š License & Conduct
- [**General Public License v3.0 license**](LICENSE) Ā© [Varun Sridharan](website)
- [Code of Conduct](code-of-conduct.md)## š£ Feedback
- ā This repository if this project helped you! :wink:
- Create An [š§ Issue](issues/) if you need help / found a bug## Connect & Say š
- **Follow** me on [šØāš» Github][github] and stay updated on free and open-source software
- **Follow** me on [š¦ Twitter][twitter] to get updates on my latest open source projects
- **Message** me on [š Telegram][telegram]
- **Follow** my pet on [Instagram][sofythelabrador] for some _dog-tastic_ updates!---
Built With ā„ By Varun Sridharan š®š³---
[paypal]: https://sva.onl/paypal
[buymeacoffee]: https://sva.onl/buymeacoffee
[sofythelabrador]: https://www.instagram.com/sofythelabrador/
[github]: https://sva.onl/github/
[twitter]: https://sva.onl/twitter/
[telegram]: https://sva.onl/telegram/
[email]: https://sva.onl/email
[website]: https://sva.onl/website/