Amirhf1 / laravel-stubs

This repository contains an opinionated version of the Laravel default stubs that may be amended after publishing. In order to make them as strict as possible, these are not intended for everyone.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Stubs

This repository contains an opinionated version of the Laravel default stubs that may be amended after publishing. In order to make them as strict as possible, these are not intended for everyone.

Installation

You can install this package using composer:

composer require --dev amirhf/laravel-stubs

And finally, add the stubs using the command below:

php artisan publish:stubs --force

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently. cense (MIT). Please see License File for more information.

About

This repository contains an opinionated version of the Laravel default stubs that may be amended after publishing. In order to make them as strict as possible, these are not intended for everyone.

License:Apache License 2.0


Languages

Language:PHP 100.0%