Using a git repository
-
Step 1: Clone repository
git clone https://....
-
Step 2: Install required dependecies
| <?php | |
| $start = microtime(true); | |
| // Do stuff | |
| dd(microtime(true) - $start); |
laravel-sitemap spatie/laravel-sitemap Github: https://github.com/spatie/laravel-sitemap
seotools artesaos/seotools Github: https://github.com/artesaos/seotools
The schema builder contains a variety of column types that you may specify when building your tables:
The schema builder contains a variety of column types that you may specify when building your tables:
| Command` | Description |
|---|---|
$table->bigIncrements('id'); |
Auto-incrementing UNSIGNED BIGINT (primary key) equivalent column. |
$table->bigInteger('votes'); |
BIGINT equivalent column. |
| { | |
| "added_words": | |
| [ | |
| "Laravel" | |
| ], | |
| "caret_style": "phase", | |
| "color_scheme": "Packages/Color Scheme - Default/Mariana.sublime-color-scheme", | |
| "ensure_newline_at_eof_on_save": true, | |
| "findreplace_small": true, | |
| "font_face": "Dank Mono", |