This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
use App\Http\Controllers\Auth\AuthenticatedSessionController; | |
use App\Http\Controllers\Auth\ConfirmablePasswordController; | |
use App\Http\Controllers\Auth\EmailVerificationNotificationController; | |
use App\Http\Controllers\Auth\EmailVerificationPromptController; | |
use App\Http\Controllers\Auth\NewPasswordController; | |
use App\Http\Controllers\Auth\PasswordController; | |
use App\Http\Controllers\Auth\PasswordResetLinkController; | |
use App\Http\Controllers\Auth\RegisteredUserController; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Example MySQL config file for small systems. | |
# | |
# This is for a system with little memory (<= 64M) where MySQL is only used | |
# from time to time and it's important that the mysqld daemon | |
# doesn't use much resources. | |
# | |
# You can copy this file to | |
# C:/xampp/mysql/bin/my.cnf to set global options, | |
# mysql-data-dir/my.cnf to set server-specific options (in this | |
# installation this directory is C:/xampp/mysql/data) or |