Preview:
// create seeder
./bin/artisan db:seed --class=StudentCourseSeeder

// create or update migration
./bin/artisan migrate:refresh
./bin/artisan migrate:fresh

// lint fix and check
./bin/composer lint:fix
./bin/composer lint:check

// running test
./bin/test --filter 'ReadTest::testFilterBySearch'
./bin/test --filter 'ReadTest'

// create table with migration
./bin/artisan make:migration create_deeds_table

// composer install
./bin/composer install
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter