cd /var/www/<domain_name>
php artisan db:seed --class=SampleSeeder
This adds a few posts, and user records to the application
cd /var/www/<domain_name>
php artisan db:seed --class=SampleSeeder
This adds a few posts, and user records to the application