Categories
debian Fedora Linux

debian

Easy to forget debian:
Remove processes that run on startup


  $> sudo update-rc.d -f nginx remove

Easy to forget fedora:


  $> sudo chkconfig apache2 off 

Categories
Laravel

laravel auth

An easy one to forget is adding authentication to laravel 5.7.   


$> composer require laravel/ui
$> php artisan ui vue --auth #only if using vue
$> php artisan migrate #add authenticate tables