Thouhedul Islam
Thouhedul Islam
Currently, **comma** (`,`) is missing in **config** and **Running tests over ssh (For VMs like Laravel Homestead)** section in the documentation. This PR adds missing comma's in the command section...
To all contributors. I really love whatever you have built. It's mind-blowing. I am really interested to use this. However, due to eye constraints, I cannot use the dark theme...
Installing the pest on **Laravel 10.x** version by following the documentation: https://pestphp.com/docs/installation - ✅ Installed the pest successfully - ❌ Unable to generate the config file by `./vendor/bin/pest --init` command:...
Referring to the issue no https://github.com/zeromq/zeromq4-x/issues/164
This PR applies **Laravel Pint** to format the codebase according to Laravel's coding standards. **Changes included:** - Ran `vendor/bin/pint` to format existing files. - Ensured compliance with Laravel's recommended styling....
The migration file `CreateCommentsTable` is currently missing a newline at the end, which causes **Pint validation to fail** when installing this package in a Laravel project. For example: Adding a...