Laravel Admin Panel Installation Error zsh: no matches found

Created At: 2022-12-24 00:29:20 Updated At: 2022-12-24 00:33:36

If you encouter 

zsh: no matches found

during installation of Laravel admin panel, then you need to edit your zshrc 

1. run below command to edit the setting

vim ~/.zshrc 

It will open zshrc terminal and hit i to go on edit mode

2. put the below syntax anywhere you want

setopt no_nomatch

and then hit esc button and then write :wq, it will save the edited file

3. run below command 

source ~/.zshrc

Your error should be solved.

Comment

  • r
    ra2886380@gmail.com

    2024-09-07 06:15:10

    php --version PHP 8.3.11 (cli) (built: Aug 27 2024 19:16:34) (NTS) Copyright (c) The PHP Group Zend Engine v4.3.11, Copyright (c) Zend Technologies with Zend OPcache v8.3.11, Copyright (c), by Zend Technologies composer require encore/laravel-admin:1.* zsh: no matches found: encore/laravel-admin:1.* it did not work how to solve this issue?

    Author response:

    This may help you https://www.dbestech.com/tutorials/laravel-admin-panel-installation-error-zsh-no-matches-found

Add Reviews