Complete BLoC with Clean Architecture (group chat) Discount !! E-commerce App With Backend Source Code Video and Voice Chatting App Firebase Chatting App Source Code Complete Gym App BLoC State Management Source Code Complete Study App Buy Ticket Booking App Source Code Buy Travel App With Backend Source Code Complete Chat App Udemy Course Special Offer Discount !! Online Learning Course App (BLoC) Online Learning Course App (Riverpod) Online Learning Course App (Getx) Discount !! Shopping App (Provider) Cool Flutter Game Flutter Nodejs Chat App Flutter Nodejs Api And Firebase Chat App Riverpod Task Management App
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.