Giter Club home page Giter Club logo

blade's Introduction

Popular Work

Laravel ID generator
Laravel Log Reader
Laravel Simple Filemanager
Laravel Query Log

WordPress

WP API
WP Code Formatter

jQuery Plugin

Simple Context Menu A simple jQuery plugin for showing custom context menu
hBarChart Lightweight jQuery plugin for bar chart
setCursor A tiny jQuery plugin to set cursor where you want

Since my web development carrier, I have been working on several Open-source laravel packages for the Laravel community and other work for the dev community.

๐ŸŒฑ Support me to work for the community more and more. I'll really appreciate your any amount of sponsorship.

Buy Me A Coffee

blade's People

Contributors

haruncpi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

blade's Issues

Update for @php and @extends

Is there any chance this will ever be updated to support @php @endphp snippets, and @extends for layout.

Tried adding 2 new functions to theme_name/blade/application/lib/laravel/blade.php but it doesn't seem to be converting it to normal php in the storage.

protected static function compile_bare_open($value)
{
    return str_replace('/@php/', '<?php', $value);
}

protected static function compile_bare_close($value)
{
    return str_replace('/@endphp/', '?>', $value);
}

and added them to the array at the top. I put those toward the bottom below the compile_section_end function. Trying to get modern blade working in a bare WP theme and am pulling my hair out lol.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.