$ apt install composer
$ cd ~/alternabook
$ composer install
$ php -S localhost:8000 -t public
These are the username and password to log in to your database and phpMyAdmin
php artisan make:migration class --create=tablename
$results = DB::select("SELECT * FROM users");
php artisan migrate