chore(ide): IDE Files

This commit is contained in:
Maicol Battistini 2022-03-08 16:28:00 +01:00
parent 2fc288566c
commit 05a779a38c
No known key found for this signature in database
GPG Key ID: 4FDB0F87CDB1D34A
4 changed files with 1235 additions and 26 deletions

View File

@ -10,6 +10,7 @@
<data directive="@canany" injection="true" prefix="&lt;?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)-&gt;any(" suffix=")): ?&gt;" />
<data directive="@cannot" injection="true" prefix="&lt;?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)-&gt;denies(" suffix=")): ?&gt;" />
<data directive="@case" injection="true" prefix="&lt;?php case (" suffix="): ?&gt;" />
<data directive="@checked" injection="true" prefix="&lt;?php if(" suffix=") {echo 'checked';}?&gt;" />
<data directive="@choice" injection="true" prefix="&lt;?php echo app('translator')-&gt;choice(" suffix="); ?&gt;" />
<data directive="@class" injection="true" prefix="class=&quot;&lt;?php echo \Illuminate\Support\Arr::toCssClasses(" suffix=")?&gt;&quot;" />
<data directive="@client" injection="true" prefix="&lt;?php echo vite_client(" suffix="); ?&gt;" />
@ -89,6 +90,7 @@
<data directive="@routes" />
<data directive="@section" injection="true" prefix="&lt;?php $__env-&gt;startSection(" suffix="); ?&gt;" />
<data directive="@sectionMissing" injection="true" prefix="&lt;?php if (empty(trim($__env-&gt;yieldContent(" suffix=")))): ?&gt;" />
<data directive="@selected" injection="true" prefix="&lt;?php if(" suffix=") {echo 'selected';}?&gt;" />
<data directive="@setting" injection="true" prefix="&lt;?php _bladeDirective(" suffix="); ?&gt;" />
<data directive="@show" />
<data directive="@slot" injection="true" prefix="&lt;?php $__env-&gt;slot(" suffix="); ?&gt;" />

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,15 @@
<option name="frameworkFound" value="true" />
<option name="generationBooleanSettings">
<map>
<entry key="createBladeComponent:inTheNewMenu" value="true" />
<entry key="createConfigFile:inTheNewMenu" value="true" />
<entry key="createConsoleCommand:inTheNewMenu" value="true" />
<entry key="createDatabaseMigration:inTheNewMenu" value="true" />
<entry key="createEvent:inTheNewMenu" value="true" />
<entry key="createListener:inTheNewMenu" value="true" />
<entry key="createMailable:inTheNewMenu" value="true" />
<entry key="createMiddleware:inTheNewMenu" value="true" />
<entry key="createView:inTheNewMenu" value="true" />
</map>
</option>
<option name="generationStringSettings">
@ -23,4 +31,4 @@
</option>
<option name="userClassName" value="App\Models\User" />
</component>
</project>
</project>

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="StylelintConfiguration">
<file-patterns value="{**/*,*}.{css,scss}" />
</component>
</project>