laravel-db-blade-compiler icon indicating copy to clipboard operation
laravel-db-blade-compiler copied to clipboard

Render Blade templates from Eloquent Model Fields

Results 8 laravel-db-blade-compiler issues
Sort by recently updated
recently updated
newest added

When I write php code in html, there is no problem with simple code. But after I write it: ``` {!! Form::radios('status', ['a' => 'Active', 'i' => 'Inactive']) !!} ```...

Hi, after installation, and running: ``` DbView::make($this)->field('email_subject')->with($data)->render(); ``` I get the following error ``` file_put_contents(../app/db-blade-compiler/views/b92b4b7d77cc4fdc95e46a0d6e471b5e): failed to open stream: No such file or directory ``` I can fix this by...

I got Call to undefined method Flynsarmy\DbBladeCompiler\Facades\DbView::make() error in laravel 5.5. I followed all the steps mentioned

After upgrade to Laravel 5.6, the system stopped working. quoted_printable_encode() expects parameter 1 to be string, array given /vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/NativeQpContentEncoder.php public function encodeString($string, $firstLineOffset = 0, $maxLineLength = 0) { if...

anybody please help me to resolve this error on Google App Engine Standard Instance. `file_put_contents(/tmp/app/db-blade-compiler/views/c9f4478432ab0186296c78969026ae3c): failed to open stream: No such file or directory`

Hi, Anyone knows if this work in Lumen 5.* ?? Thanks and regards

Hi, with an update from Laravel 9.34.0 to 9.36.3 I get this error when creating a view from database: **Illegal offset type in isset or empty** I compared the files...

What is the benefit of this Package over the use of the Core functionality available since Laravel 9? Since Laravel 9 you can do following: ``` use Illuminate\Support\Facades\Blade; ... $result...