This file contains hidden or 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
| <?php | |
| namespace App\Rules; | |
| use Illuminate\Contracts\Validation\Rule; | |
| class DangerousExtensions implements Rule | |
| { | |
| /** | |
| * @var array |
This file contains hidden or 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
| document.addEventListener('QuotehavenReady', () => { | |
| window.quotehavenApi.populateForm({ | |
| client_one: { | |
| title: 'mr', // mr, mrs, miss, ms, dr | |
| first_name: 'John', | |
| last_name: 'Doe', | |
| smoker: false, | |
| sex: 'male', | |
| date_of_birth: '02/11/1980', // d/m/Y | |
| email: '[email protected]', |
This file contains hidden or 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
| alias composeroverlord="php -d memory_limit=-1 /usr/local/bin/composer" |
NewerOlder