Deleting or export a full module in Laravel

425 Views Asked by At

Let's say that we made a complete app module in Laravel:

php artisan make:model Post -a

Is there any way to delete or export this module and install it into another Laravel framework?

0

There are 0 best solutions below