php artisan db:seed --class=PostSeeder php artisan db:seed --class=TagSeeder php artisan db:seed --class=CommentSeeder php artisan db:seed --class=PostTagSeeder
Run Command
php artisan serve
DB And JSon Collection
Folder Name
DB and JsonCollection
Import DB and Json Collection
Database Setup .env file
DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=tvmtask_ver2 DB_USERNAME=root DB_PASSWORD=