Download the PHP package dive-be/laravel-stubs without Composer
On this page you can find all versions of the php package dive-be/laravel-stubs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dive-be/laravel-stubs
More information about dive-be/laravel-stubs
Files in dive-be/laravel-stubs
Download dive-be/laravel-stubs
More information about dive-be/laravel-stubs
Files in dive-be/laravel-stubs
Vendor dive-be
Package laravel-stubs
Short Description Laravel stubs with our special flavor
License MIT
Homepage https://github.com/dive-be/laravel-stubs
Package laravel-stubs
Short Description Laravel stubs with our special flavor
License MIT
Homepage https://github.com/dive-be/laravel-stubs
Please rate this library. Is it a good library?
Informations about the package laravel-stubs
🍦 DIVE flavored Laravel stubs
- We don't do
down
in migrations. - Controllers do not extend a base
Controller
. - Models are not
guarded
because we are mature developers. - Add type hints wherever possible.
- Removed all of the docblocks.
- All files
declare(strict_types=1)
. - Traits are defined one per line.
- Console commands return a
SUCCESS
by default. Closures
arestatic
wherever possible. Why not squeeze out every bit of performance?- Fix some minor PSR-12 violations such as
(new MailMessage)
vs.(new MailMessage())
.
Installation
You can install the package via composer:
Usage
Publish the stubs using:
Add the following snippet to your composer.json
file to keep your published stubs up-to-date:
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Muhammed Sari
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-stubs with dependencies
PHP Build Version
Package Version
The package dive-be/laravel-stubs contains the following files
Loading the files please wait ....