Skip to content

Commit

Permalink
Merge branch 'main' of github.com:aschmelyun/diode
Browse files Browse the repository at this point in the history
  • Loading branch information
aschmelyun committed Jul 3, 2023
2 parents 562e5e4 + c4bb304 commit ce2c053
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

> A zero-configuration, wasm-powered local development environment for Laravel
Diode is a Node CLI app containing a PHP server specifically developed to run a local development environment for the Laravel framework. It's heavily inspired by, and built on the work of, the [WordPress Playground](https://github.com/WordPress/wordpress-playground) team.
Diode is a Node CLI app containing a PHP server specifically built to run a local development environment for the Laravel framework. It's heavily inspired by, and built on the work of, the [WordPress Playground](https://github.com/WordPress/wordpress-playground) team.

**Note:** This is currently in active development and updates can contain breaking changes. If you find a bug, feel free to [open an issue](https://github.com/aschmelyun/diode/issues/new)!

Expand Down Expand Up @@ -60,7 +60,7 @@ Installing PHP locally has a history of being difficult depending on the OS you'

I built Diode as a kind of quick-start tool to spin up a local environment, letting you hit the ground running to build an application with Laravel.

If you find yourself wanting more out of a local environment, I suggest trying out something like [Docker](https://www.docker.com/) as the next step! I have a series of [YouTube videos](https://www.youtube.com/watch?v=5N6gTVCG_rw) and a [full course](https://laraveldocker.com) available if you'd like to learn more about using Docker with Laravel.
If you find yourself wanting more out of a local environment, I suggest trying out something like Docker as the next step! I have a series of [YouTube videos](https://www.youtube.com/watch?v=5N6gTVCG_rw) and a [full course](https://laraveldocker.com) available if you'd like to learn more about using Docker with Laravel.

## Contact

Expand Down

0 comments on commit ce2c053

Please sign in to comment.