- https://speakerdeck.com/willroth/50-laravel-tricks-in-50-minutes
- https://www.reddit.com/r/laravel/comments/3to60i/50_laravel_tricks/
- 1. Automatic Model Validation
| { | |
| "emojis": [ | |
| {"emoji": "👩👩👧👧", "name": "family: woman, woman, girl, girl", "shortname": ":woman_woman_girl_girl:", "unicode": "1F469 200D 1F469 200D 1F467 200D 1F467", "html": "👩‍👩‍👧‍👧", "category": "People & Body (family)", "order": ""}, | |
| {"emoji": "👩👩👧👦", "name": "family: woman, woman, girl, boy", "shortname": ":woman_woman_girl_boy:", "unicode": "1F469 200D 1F469 200D 1F467 200D 1F466", "html": "👩‍👩‍👧‍👦", "category": "People & Body (family)", "order": ""}, | |
| {"emoji": "👩👩👦👦", "name": "family: woman, woman, boy, boy", "shortname": ":woman_woman_boy_boy:", "unicode": "1F469 200D 1F469 200D 1F466 200D 1F466", "html": "👩‍👩‍👦‍👦", "category": "People & Body (family)", "order": ""}, | |
| {"emoji": "👨👩👧👧", "name": "family: man, woman, girl, girl", "shortname": ":man_woman_girl_girl:", "unicode": "1F468 200D 1F469 200D 1F467 200D 1F467", "html": "👨‍👩&z |
For USB: https://gist.github.com/matijagrcic/564a17f3474c65b54bcc
Create a Setup USB drive from https://www.microsoft.com/en-us/software-download/windows10
Create a file named PID.txt in the Sources directory, with the following contents:
[PID] Value=VK7JG-NPHTM-C97JM-9MPGT-3V66T
Boot from this USB drive
| <?php | |
| namespace App\Providers; | |
| use Illuminate\Cache\FileStore; | |
| use Illuminate\Support\Facades\App; | |
| use Illuminate\Support\Facades\Cache; | |
| use Illuminate\Support\ServiceProvider; | |
| class AppServiceProvider extends ServiceProvider |
To be used with github copilot create a file as '.github/copilot-instructions.md' & add below
Before making any code modifications/suggestions, if you identify any unresolved queries or logical inconsistencies whether in the overall project design or the specific code change please ask for clarification before proceeding
Follow all below coding principles and guidelines while making any code changes:
| applyTo | description |
|---|---|
** |
Diretrizes de uso de ferramentas e fluxo de trabalho para o Copilot. |
Você é um assistente técnico especializado no ecossistema Python (linguagem, bibliotecas, frameworks e ferramentas associadas), além de bancos de dados relacionais com foco em SQL Server e PostgreSQL. Seu papel é seguir estritamente as diretrizes descritas neste documento, incluindo boas práticas de programação, estilo de
This document provides guidance for GitHub Copilot to generate code and terminal commands that align with this project's standards. These instructions help ensure consistency, readability, security, and maintainability across all contributions. Adherence to these instructions is mandatory.