generated from spatie/package-skeleton-laravel
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
231 changed files
with
7,772 additions
and
795 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<del {!! $globalAttributes !!}> | ||
{{ $slot }} | ||
</del> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<ins {!! $globalAttributes !!}> | ||
{{ $slot }} | ||
</ins> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<embed {!! $globalAttributes !!}> | ||
{{ $slot }} | ||
</embed> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<iframe {!! $globalAttributes !!}> | ||
{{ $slot }} | ||
</iframe> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<picture {!! $globalAttributes !!}> | ||
{{ $slot }} | ||
</picture> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<portal {!! $globalAttributes !!}> | ||
{{ $slot }} | ||
</portal> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<source {!! $globalAttributes !!}> | ||
{{ $slot }} | ||
</source> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<button {!! $globalAttributes !!}> | ||
{{ $slot }} | ||
</button> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<datalist {!! $globalAttributes !!}> | ||
{{ $slot }} | ||
</datalist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<fieldset {!! $globalAttributes !!}> | ||
{{ $slot }} | ||
</fieldset> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<form {!! $globalAttributes !!}> | ||
{{ $slot }} | ||
</form> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<input {!! $globalAttributes !!}> | ||
{{ $slot }} | ||
</input> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<label {!! $globalAttributes !!}> | ||
{{ $slot }} | ||
</label> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<legend {!! $globalAttributes !!}> | ||
{{ $slot }} | ||
</legend> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<meter {!! $globalAttributes !!}> | ||
{{ $slot }} | ||
</meter> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<optgroup {!! $globalAttributes !!}> | ||
{{ $slot }} | ||
</optgroup> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<option {!! $globalAttributes !!}> | ||
{{ $slot }} | ||
</option> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<output {!! $globalAttributes !!}> | ||
{{ $slot }} | ||
</output> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<progress {!! $globalAttributes !!}> | ||
{{ $slot }} | ||
</progress> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<select {!! $globalAttributes !!}> | ||
{{ $slot }} | ||
</select> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<textarea {!! $globalAttributes !!} {!! $specificAttributes !!}> | ||
{{ $slot }} | ||
</textarea> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<details {!! $globalAttributes !!} {!! $specificAttributes !!}> | ||
{{ $slot }} | ||
</details> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<dialog {!! $globalAttributes !!} {!! $specificAttributes !!}> | ||
{{ $slot }} | ||
</dialog> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<summary {!! $globalAttributes !!}> | ||
{{ $slot }} | ||
</summary> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<canvas {!! $globalAttributes !!}> | ||
{{ $slot }} | ||
</canvas> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<noscript {!! $globalAttributes !!}> | ||
{{ $slot }} | ||
</noscript> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<script {!! $globalAttributes !!}> | ||
{{ $slot }} | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<math {!! $globalAttributes !!}> | ||
{{ $slot }} | ||
</math> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<svg {!! $globalAttributes !!}> | ||
{{ $slot }} | ||
</svg> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<caption {!! $globalAttributes !!}> | ||
{{ $slot }} | ||
</caption> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<col {!! $globalAttributes !!}> | ||
{{ $slot }} | ||
</col> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<colgroup {!! $globalAttributes !!}> | ||
{{ $slot }} | ||
</colgroup> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<table {!! $globalAttributes !!}> | ||
{{ $slot }} | ||
</table> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<tbody {!! $globalAttributes !!}> | ||
{{ $slot }} | ||
</tbody> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<td {!! $globalAttributes !!}> | ||
{{ $slot }} | ||
</td> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<tfoot {!! $globalAttributes !!}> | ||
{{ $slot }} | ||
</tfoot> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<th {!! $globalAttributes !!}> | ||
{{ $slot }} | ||
</th> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<thead {!! $globalAttributes !!}> | ||
{{ $slot }} | ||
</thead> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<tr {!! $globalAttributes !!}> | ||
{{ $slot }} | ||
</tr> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<?php | ||
|
||
namespace T73biz\LwBits\Components\Demarcation; | ||
|
||
use Illuminate\Contracts\Foundation\Application as ContractedApplication; | ||
use Illuminate\Contracts\View\Factory; | ||
use Illuminate\Contracts\View\View as ContractedView; | ||
use Illuminate\Foundation\Application; | ||
use Illuminate\View\View; | ||
use Livewire\Component; | ||
use T73biz\LwBits\Components\GlobalAttributesTrait; | ||
|
||
/** | ||
* Class Del | ||
*/ | ||
class Del extends Component | ||
{ | ||
use GlobalAttributesTrait; | ||
|
||
/** | ||
* Standard mount function | ||
*/ | ||
public function mount(): void | ||
{ | ||
$this->setGlobalAttributes(); | ||
} | ||
|
||
/** | ||
* Standard render function | ||
*/ | ||
public function render(): Application|ContractedApplication|ContractedView|Factory|View | ||
{ | ||
return view( | ||
'lw-bits::demarcation.del', | ||
[ | ||
'globalAttributes' => $this->getGlobalAttributes(), | ||
'slot' => '', | ||
] | ||
); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<?php | ||
|
||
namespace T73biz\LwBits\Components\Demarcation; | ||
|
||
use Illuminate\Contracts\Foundation\Application as ContractedApplication; | ||
use Illuminate\Contracts\View\Factory; | ||
use Illuminate\Contracts\View\View as ContractedView; | ||
use Illuminate\Foundation\Application; | ||
use Illuminate\View\View; | ||
use Livewire\Component; | ||
use T73biz\LwBits\Components\GlobalAttributesTrait; | ||
|
||
/** | ||
* Class Ins | ||
*/ | ||
class Ins extends Component | ||
{ | ||
use GlobalAttributesTrait; | ||
|
||
/** | ||
* Standard mount function | ||
*/ | ||
public function mount(): void | ||
{ | ||
$this->setGlobalAttributes(); | ||
} | ||
|
||
/** | ||
* Standard render function | ||
*/ | ||
public function render(): Application|ContractedApplication|ContractedView|Factory|View | ||
{ | ||
return view( | ||
'lw-bits::demarcation.ins', | ||
[ | ||
'globalAttributes' => $this->getGlobalAttributes(), | ||
'slot' => '', | ||
] | ||
); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<?php | ||
|
||
namespace T73biz\LwBits\Components\EmbeddedContent; | ||
|
||
use Illuminate\Contracts\Foundation\Application as ContractedApplication; | ||
use Illuminate\Contracts\View\Factory; | ||
use Illuminate\Contracts\View\View as ContractedView; | ||
use Illuminate\Foundation\Application; | ||
use Illuminate\View\View; | ||
use Livewire\Component; | ||
use T73biz\LwBits\Components\GlobalAttributesTrait; | ||
|
||
/** | ||
* Class Embed | ||
*/ | ||
class Embed extends Component | ||
{ | ||
use GlobalAttributesTrait; | ||
|
||
/** | ||
* Standard mount function | ||
*/ | ||
public function mount(): void | ||
{ | ||
$this->setGlobalAttributes(); | ||
} | ||
|
||
/** | ||
* Standard render function | ||
*/ | ||
public function render(): Application|ContractedApplication|ContractedView|Factory|View | ||
{ | ||
return view( | ||
'lw-bits::embedded_content.embed', | ||
[ | ||
'globalAttributes' => $this->getGlobalAttributes(), | ||
'slot' => '', | ||
] | ||
); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<?php | ||
|
||
namespace T73biz\LwBits\Components\EmbeddedContent; | ||
|
||
use Illuminate\Contracts\Foundation\Application as ContractedApplication; | ||
use Illuminate\Contracts\View\Factory; | ||
use Illuminate\Contracts\View\View as ContractedView; | ||
use Illuminate\Foundation\Application; | ||
use Illuminate\View\View; | ||
use Livewire\Component; | ||
use T73biz\LwBits\Components\GlobalAttributesTrait; | ||
|
||
/** | ||
* Class Iframe | ||
*/ | ||
class Iframe extends Component | ||
{ | ||
use GlobalAttributesTrait; | ||
|
||
/** | ||
* Standard mount function | ||
*/ | ||
public function mount(): void | ||
{ | ||
$this->setGlobalAttributes(); | ||
} | ||
|
||
/** | ||
* Standard render function | ||
*/ | ||
public function render(): Application|ContractedApplication|ContractedView|Factory|View | ||
{ | ||
return view( | ||
'lw-bits::embedded_content.iframe', | ||
[ | ||
'globalAttributes' => $this->getGlobalAttributes(), | ||
'slot' => '', | ||
] | ||
); | ||
} | ||
} |
Oops, something went wrong.