PHP code example of zemmelmootez / phplocator

1. Go to this page and download the library: Download zemmelmootez/phplocator library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

zemmelmootez / phplocator example snippets



ready to use


// Composer auto-loads PHP Locator

@extends('layouts.app')
@section('content')
    <div class="container">
        <h1>{{ $title }}</h1> {{-- Alt+Click opens this Blade file --}}
    </div>
@endsection


// In your theme's functions.php - Composer auto-loads

<div data-php-file=" echo __FILE__;