zacksmash / fortify-ui

Laravel Fortify driven replacement to the Laravel UI package
https://github.com/zacksmash/fortify-ui
MIT License
241 stars 20 forks source link

Feature/automate installation process #4

Closed zacksmash closed 4 years ago

zacksmash commented 4 years ago

This PR completely automates the installation process to just using the Artisan command.

php artisan fortify-ui:install

To skip the service provider file, you can add an optional flag

php artisan fortify-ui:install --skip-provider