Change Auth page -> route in Login Controller, Register Controller, Password Controller.
https://github.com/khsyaam/botikasystem.git
$ cd botikasystem
$ composer install
make a copy of .env.example and rename to .env
$ php artisan key:generate
put database credentials in .env file
$ php artisan migrate
visit at : https://mailtrap.io/
put mail credentials in .env file
Please visit my website. hisyamk.now.sh
The Laravel framework is open-sourced software licensed under the MIT license.