This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php namespace App\Http\Widgets; | |
use Orchid\Widget\Service\Widget; | |
use Orchid\Core\Models\Menu; | |
class MenuWidget extends Widget { | |
/** | |
* @return mixed | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="{{ config('app.locale') }}"> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | |
<title>@yield('title','Последние записи') - {{setting('site_title')}}</title> | |
<meta name="description" content="{{setting('site_description')}}"> | |
<meta name="keywords" content="{{setting('site_keywords')}}"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find -type f -name "*.jpg" -exec jpegoptim --strip-all -pm85 --all-progressive -t {} \; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget -r -np https://www.exemple.com/.git/ | |
find . -type f -name "*.html*" -exec rm -f {} \; | |
git status | |
git checkout -- . |
NewerOlder