Snippets tagged “symlink”
3 snippets use this tag.
- Composer require local packagePHP
To require a local package in Composer, you can use the "path" option in the "require" section of your project's composer.json file.
- How to use the php that brew installed?PHP
To use the PHP that Homebrew installed, you will first need to make sure that it is in your system's PATH.
- Laravel storage link won't work on productionPHP
There are several reasons why the Laravel storage link may not be working on production.