81 laravel new multiauth
82 cd multiauth/
83 php autisan migrate
84 php antisan migrate
85 php artisan migrate
86 composer require laravel/breeze –dev
87 php artisan breeze:intall
88 php artisan breeze:install
89 npm install && npm run dev
90 history
91 php artisan serve
92 git init
93 git add .
94 git status
95 git commit -m ‘zero start laravel’
96 composer require santigarcor/laratrust
97 php artisan vendor:publish –tag=”laratrust”
98 php artisan laratrust:setup
99 php artisan laratrust:seeder
100 php artisan vendor:publish –tag=”laratrust-seeder”
101 composer dump-autoload
102 code
103 git add *
104 git status
105 php artisan migrate
106 php artisan db:seed
107 php artisan serve
108 git add *
109 git add .
110 git status
111 git commit -m ‘register defaul user’
112 php artisan serve
113 php artisan serve
114 git add *
115 git add .
116 git commit -m ‘select option write blog and user’
117 php artisan make:controller DashboardCtrl
118 php artisan serve
119 git add *
120 git log
121 php artisan serve
122 php artisan serve
123 php artisan serve
124 history