0

I want to create a criteria file in specified path, can you please help me..

Path:- App->ship->criteria->eloquent

I am trying with

php artisan make: criteria someName --path=App\ship\criteria\Eloquent

1 Answers1

0

There are no specific commands to create a criteria in particular locations.

just run the following command and change the location of file manually into required location and change the namespace path also.

php artisan make:criteria sample
Sai Tarun
  • 569
  • 4
  • 14