-
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. |
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
{ | |
"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", |