Answers for "how to setup carbon in laravel 8"

PHP
8

carbon laravel use

<?php
use CarbonCarbon;
Posted by: Guest on June-09-2020
1

carbon in laravel

use IlluminateSupportCarbon;
$current = Carbon::now()->format('YmdHms'); //it will give current date and time
Posted by: Guest on December-15-2021

Browse Popular Code Answers by Language