You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@gtokung , write down path for newely generated model related to root of your application, please. Models obviously uses namespaces so I don't understand what's your concern. Provide actual and expected state and I will can help you.
OK. the problem is when i set config phpDir in config/propel.php like this ('phpDir' => app_path('Models'))
and then i build with command => php artisan propel:model:build
it's generate new folder "Models" but the file inside this folder like Users.php it's use namespace like => "namespace App\Modules;"
Laravel 5.4 with propelLaravel last version
before built :
in configuration the default path is 'phpDir' => app_path('Models'),
but after i built the model it generate file and write namespace like this-> namespace App\Modules;
it's bug that i found.
pls solved this issue or tell me how to fixed
Thank you.
The text was updated successfully, but these errors were encountered: