Change method boot
use Carbon\Carbon;
public function boot()
{
config(['app.locale' => 'id']);
| # Set master image | |
| FROM php:7.3-fpm-alpine | |
| MAINTAINER Rajesh Chaudhary <rajeshisnepali@gmail.com> | |
| # Copy composer.lock and composer.json | |
| #COPY composer.lock composer.json /var/www/ | |
| # Set working directory | |
| WORKDIR /var/www |
This will get you setup with Laravel & Valet on your Mac. Quentin Watt has a good video tutorial on getting setup here as well
Go to https://brew.sh/ and copy the command and run in your terminal
It will be something like this...
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"