Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 236 Bytes

insert_sample.md

File metadata and controls

12 lines (8 loc) · 236 Bytes

Insert sample data

cd /var/www/<domain_name>
php artisan db:seed --class=SampleSeeder

This adds a few posts, and user records to the application