for example, the use of "account number" instead of "acc_num",
by,
protected static $logAttributes = ['account number'=>'acc_num'];
-
rename (.env.example) to (.env)
-
connect to your database.
-
Run the Composer require command from the Terminal:
$ composer install $ php artisan key:generate $ php artisan migrate $ php artisan serve
-
open:localhost:8000