/xyz

Primary LanguagePHP

-run this in your bash/terminal
git clone https://github.com/joshhfrr/xyz.git
composer install

-create and configure .env based on your MySQL set-up

-terminal:
-php artisan key:generate
-php artisan migrate
-php artisan posts:fetch
-php artisan users:fetch
-php artisan photos:fetch
-php artisan albums:fetch
-php artisan comments:fetch
-php artisan todos:fetch
-php artisan optimize
-php artisan serve

Then you're ready to go. 😊