All Projects → spatie → Laravel Stubs

spatie / Laravel Stubs

Licence: mit
The default Laravel stubs modified to our liking

Projects that are alternatives of or similar to Laravel Stubs

Laravel Demo Mode
A package to protect your work in progress from prying eyes
Stars: ✭ 259 (+223.75%)
Mutual labels:  laravel, development
Laravel Paket
Composer GUI. Manage Laravel dependencies from web interface without switching to command line!
Stars: ✭ 143 (+78.75%)
Mutual labels:  laravel, development
Laravel Mailable Test
An artisan command to easily test mailables
Stars: ✭ 143 (+78.75%)
Mutual labels:  laravel, development
Lando
A development tool for all your projects that is fast, easy, powerful and liberating
Stars: ✭ 3,142 (+3827.5%)
Mutual labels:  laravel, development
Laravel Kit
A desktop Laravel admin panel app
Stars: ✭ 440 (+450%)
Mutual labels:  laravel, development
Ddev
DDEV-Local: a local PHP development environment system
Stars: ✭ 915 (+1043.75%)
Mutual labels:  laravel, development
Vagrant Php Dev Box
PHP 7 vagrant development box with nginx, php-fpm, MySQL, Symfony, Laravel, ... on Ubuntu 16.04
Stars: ✭ 473 (+491.25%)
Mutual labels:  laravel, development
Laravel Packager
A cli tool for creating Laravel packages
Stars: ✭ 1,049 (+1211.25%)
Mutual labels:  laravel, development
Laravel Schedulable
Schedule and unschedule eloquent models elegantly without cron jobs
Stars: ✭ 78 (-2.5%)
Mutual labels:  laravel
Awesome Laravel
A curated list of delightful Laravel PHP framework packages and resources
Stars: ✭ 1,219 (+1423.75%)
Mutual labels:  laravel
Laravel Impersonate
Laravel Impersonate is a plugin that allows you to authenticate as your users.
Stars: ✭ 1,201 (+1401.25%)
Mutual labels:  laravel
Adminkit
laravel和Uikit开发的后台管理系统雏形 自带完整oauth授权管理模块
Stars: ✭ 78 (-2.5%)
Mutual labels:  laravel
Larapex Charts
A Laravel wrapper for apex charts
Stars: ✭ 79 (-1.25%)
Mutual labels:  laravel
Laravel Country State
A helper to list countries & states in English in Laravel 5.1+
Stars: ✭ 77 (-3.75%)
Mutual labels:  laravel
Laravel Approvable
Easily add an approval process to any laravel model.
Stars: ✭ 79 (-1.25%)
Mutual labels:  laravel
Db Seeder
A database seeder app for MySQL
Stars: ✭ 77 (-3.75%)
Mutual labels:  laravel
Upload
Ajax Upload Large File Support jQuery-File-Upload, FileApi, Plupload, Dropzone Support framework Laravel 5
Stars: ✭ 76 (-5%)
Mutual labels:  laravel
Laravel Console Logger
Logging and Notifications for Laravel Console Commands.
Stars: ✭ 79 (-1.25%)
Mutual labels:  laravel
Brandenburg
Laravel Authentication Package
Stars: ✭ 79 (-1.25%)
Mutual labels:  laravel
Laravel Property Bag
Add settings to any Laravel model.
Stars: ✭ 78 (-2.5%)
Mutual labels:  laravel

Opinionated Laravel stubs

Latest Version on Packagist GitHub Tests Action Status Total Downloads

This repo contains opinionated versions of the Laravel stubs. The most notable changes are:

  • migrations don't have a down function
  • controllers don't extend a base controller
  • none of the model attributes are guarded
  • use return type hints where possible
  • most docblocks have been removed

Support us

We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products.

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall.

Installation

You can install the package via composer:

composer require spatie/laravel-stubs --dev

If you want to keep your stubs up to date with every update, add this composer hook to your composer.json file:

"scripts": {
    "post-update-cmd": [
        "@php artisan spatie-stub:publish"
    ]
}

Usage

You can publish the stubs using this command:

php artisan spatie-stub:publish

Testing

composer test

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

License

The MIT License (MIT). Please see License File for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].