for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace App\Providers;
use Carbon\Carbon;
use Illuminate\Support\ServiceProvider;
use Illuminate\Support\Facades\Schema;
class AppServiceProvider extends ServiceProvider
{
/**
* Register any application services.
*
* @return void
*/
public function register()
//
}
* Bootstrap any application services.
public function boot()
// setLocale(LC_TIME, $this->app->getLocale());
// Carbon::setLocale('id');
Schema::defaultStringLength(191);