PHP Laravel Framework
Laravel Force Https
use Illuminate\Routing\UrlGenerator; public function boot(UrlGenerator $url) { public fu...
basic guide with git
1) Copy .env.example to .env: cp .env.example .env ATAU Copy-Item .env.example -Destination .e...
laravel cron setting
```shvi /etc/crontab``` jangan guna crontab -e, cron tak jalan betul nanti. ```sh* * * * * root...
session expired
1. check ``SESSION_SECURE_COOKIE`` setting in ``.env`` or ``config/session`` if its true, then s...
Spatie Media file '/' does not exist
> Spatie \ MediaLibrary \ Exceptions \ FileCannotBeAdded \ FileDoesNotExist> File '/' does not ex...