partiamo con vedere quali moduli son nel progetto con

php artisan module:list

avremo una lista del tipo

$ php artisan module:list
+----------+---------+-------+-------------------------------------------------+
| Name     | Status  | Order | Path                                            |
+----------+---------+-------+-------------------------------------------------+
| Blog     | Disabled | 0     | C:\var\public_html\<nome progetto>\laravel\Modules/Blog     |
| FormX    | Disabled | 0     | C:\var\public_html\<nome progetto>\laravel\Modules/FormX    |
| LU       | Disabled | 0     | C:\var\public_html\<nome progetto>\laravel\Modules/LU       |
| Settings | Disabled | 0     | C:\var\public_html\<nome progetto>\laravel\Modules/Settings |
| Theme    | Disabled | 0     | C:\var\public_html\<nome progetto>\laravel\Modules/Theme    |
| Xot      | Disabled | 0     | C:\var\public_html\<nome progetto>\laravel\Modules/Xot      |
+----------+---------+-------+-------------------------------------------------+

Dobbiamo abilitare tutti i moduli uno ad uno partendo dal principale che e' Xot

php artisan module:enable Xot

Dopo aver abilitato i moduli bisogna far eseguire le migrazioni dei moduli eseguendo

php artisan migrate

 

 

Published on • min read
Tags: laravel
Category: general

Elliot Jacobson

Not enough energy to write a description right now. All my writting speaks for me otherwise.

More Articles

APIs

laravel

Read More

by Elliot • • min read

Introduzione

laravel

introduzione a cosa serve questo progetto . Read More

by Elliot • • min read