Setup Demo
For load demo data you have to do below things after the application installation.
- If you install the app in Cpanel then import the cloudschool-v3.0.0-with-demo-data.sqlsql file to you database. And clear the application cache.
- If you install the app in VPS or Local Development then type below commands in terminal.$ php artisan db:seed --class DemoSiteDataSeeder $ php artisan db:seed --class DemoAppDataSeeder