Rules of documentation
Here describe rules for what components uses
Heading 1 - use for category on page
Heading 2 - use for title on page
Heading 3 - use for subtitle on page
- use for non related items
- use for related items
Use for additional information that maybe bad for additional usage
Do not do this
Do this
Quote - why this decision was made, if the issue was controversial
php
8.1
Use tabs if you have many same examples with different options
DevOps - use link to show where you can find more info
Examples
You can choose any language to programming
php
python
js
java
But only one db for one project you have to use:
Mysql
Postgresql
MariaDb
Sqlite
Database migration
To migrate your db you can use command:
It's dangerous to use --force
flag if your environment is local
Run unit test in laravel sail
Do not run so:php artisan test
Run test this command: sail artisan test
Use number in php variables
In our project we do not create with name like: $model1
, $model2
we prefer $modelOne
, $modelTwo
you can prefer and use
$model1
, just use one code style in project
Technologies and versions
php
8.2
laravel
10
Tailwind margin bottom
mt-2
Docker
Do not use:
Inline image
Math & TeX
Task list
Insert files
Insert images
Embed url
Cards
Drawing
API method
Open API
Page Link
Last updated