Coder Social home page Coder Social logo

marcofaul / valetplusreforged Goto Github PK

View Code? Open in Web Editor NEW
6.0 3.0 1.0 11.39 MB

Blazing fast macOS PHP development environment.

PHP 98.70% Shell 0.64% Hack 0.40% Makefile 0.16% CSS 0.10%
valet valet-plus php development-environment developer-tools development-tools

valetplusreforged's Introduction

Valet plus reforged

Introduction

Go here for the valet+ documentation.

Dashboard

Why should you use this Fork?

  • Fixed a lot of installation errors
  • Stable usage
  • Nice 404 Dashboard
  • Under development

Installation

⚠️ Valet+ requires macOS and Homebrew. Before installation, you should make sure that no other programs such as Apache or Nginx are binding to your local machine's port 80.

If you have valet or valet+ installed. It is recommended to remove it first: composer remove weprovide/valet-plus && rm -rf ~/.valet && rm -rf /usr/local/bin/valet

  1. Install or update Homebrew to the latest version using brew update.
  2. Add the Homebrew PHP tap for Valet+ via brew tap henkrehorst/php.
  3. Install PHP 7.4 using Homebrew via brew install [email protected].
  4. Install Composer using Homebrew via brew install composer.
  5. Install Valet+ with Composer via composer global require marcofaul/valet-plus-reforged.
  6. Add export PATH="$PATH:$HOME/.composer/vendor/bin" to .bash_profile (for bash) or .zshrc (for zsh) depending on your shell (echo $SHELL)
  7. Run the valet fix command. This will check for common issues preventing Valet+ from installing.
  8. Run the valet install command. Optionally add --with-mariadb to use MariaDB instead of MySQL This will configure and install Valet+ and DnsMasq, and register Valet's daemon to launch when your system starts.
  9. Once Valet+ is installed, try pinging (or just visit http://foobar.test any *.test domain on your terminal using a command such as ping -c1 foobar.test. If Valet+ is installed correctly you should see this domain responding on 127.0.0.1. If not you might have to restart your system. Especially when coming from the Dinghy (docker) solution.

ℹ️ If you get something like "Site can't be reached." Try to change the domain like so valet domain host

Differences from Valet+

A few key differences compared to Valet+:

  • Add 404 dashboard
  • Add PHP 7.3, 7.4 support
  • Add Ioncube for PHP 7.3 and 7.4
  • Add Elasticsearch 6.8 support
  • Add MySQL 8 support
  • Add TLD (Top-Level-Domain) command
  • Add PHP switching error messages
  • Add Codesniffer
  • Add Trust command to add valet and brew to sudoers (no password needed anymore)
  • Add "on successful installation, open browser with valet domain"
  • Add port scan
  • Change default php installation version to 7.4
  • Update Xdebug version update (2.2.7 -> 2.9.5)
  • Fix APCU_BC extension (sometimes got installed twice)
  • Fix MySQL version linking
  • Fix Memcache (missing zlib)
  • Fix missing Elasticsearch config
  • A lot more…

Credits

This project is a fork of weprovide/valet-plus

Valet+ Reforged Authors

valetplusreforged's People

Contributors

bdenham avatar dependabot-preview[bot] avatar faulmarco avatar marcofaul avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

bdenham

valetplusreforged's Issues

Add documentation

  • Readme cleanup
  • docs (
  • auto deploy on separate branch
    -> push to netlify

Code cleanup

  • Restructure
  • Update Codeblock
  • Update Typehints
  • etc

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.