[boot]
systemd=true
export PATH="~/.config/composer/vendor/bin:$PATH"
<?php | |
namespace App\Services; | |
use App\Models\LanguagePhrase; | |
use Illuminate\Filesystem\Filesystem; | |
use Illuminate\Support\Arr; | |
class TranslationScanner | |
{ |
<?php | |
/* | |
* To change this license header, choose License Headers in Project Properties. | |
* To change this template file, choose Tools | Templates | |
* and open the template in the editor. | |
*/ | |
namespace App\Services; |
sudo apt install -y zip unzip | |
#valet linux OS packages | |
sudo apt install -y network-manager libnss3-tools jq xsel | |
#install php | |
sudo add-apt-repository ppa:ondrej/php |
import Vue from 'vue'; | |
import { DataOptions } from 'vuetify'; | |
import { Watch } from 'vue-property-decorator'; | |
import Component from 'vue-class-component'; | |
import Toast from '@/utils/toast'; | |
import sleep from '@/utils/sleep'; | |
const initPageSize = 10; | |
@Component |
<?php | |
use Illuminate\Database\Migrations\Migration; | |
use Illuminate\Database\Schema\Blueprint; | |
use Illuminate\Support\Facades\Schema; | |
use Illuminate\Support\Facades\DB; | |
return new class extends Migration { | |
/** | |
* Run the migrations. |