Download the PHP package thedoctor0/laravel-stubs without Composer
On this page you can find all versions of the php package thedoctor0/laravel-stubs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download thedoctor0/laravel-stubs
More information about thedoctor0/laravel-stubs
Files in thedoctor0/laravel-stubs
Download thedoctor0/laravel-stubs
More information about thedoctor0/laravel-stubs
Files in thedoctor0/laravel-stubs
Vendor thedoctor0
Package laravel-stubs
Short Description Opinionated versions of the Laravel stubs for Artisan make commands
License MIT
Homepage https://github.com/TheDoctor0/laravel-stubs
Package laravel-stubs
Short Description Opinionated versions of the Laravel stubs for Artisan make commands
License MIT
Homepage https://github.com/TheDoctor0/laravel-stubs
Please rate this library. Is it a good library?
Informations about the package laravel-stubs
Laravel Stubs
This package contains opinionated versions of the Laravel 7.x (and later) stubs for Artisan make commands.
Changes
strict_types
are declared by default- return type hints are present where possible
- missing parameter type hints have been added
- all classes are
final
- migrations don't have a
down
function - form requests don't have
authorize
function
Installation
You can install the package via composer:
If you want to keep stubs up to date, add this hook to your composer.json file:
Usage
You can publish the stubs using this command:
Testing
Credits
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 thedoctor0/laravel-stubs contains the following files
Loading the files please wait ....