. Hello, world!

Why we create trade in PHP

trait is just like a class but as you know php not support multi inheritance so trait cover up this problem here

we can make multiple trade class and can inherit them

in laravel we can make trade like below

php artisan make:trait trait/UserTrait  //Here trait parameter is folder name