-
Notifications
You must be signed in to change notification settings - Fork 14
install_en
Tao edited this page Sep 22, 2017
·
2 revisions
**install UMI Admin without composer require **
1.Download the newest master version, unzip files and move it under root of laravel folder
2.modify composer.json file, add "YM\\": "src/" to psr-4 autoload
3.after step 4, run command composer dump-autoload, then run command php artisan umi:install
4.all done
test