Laravel Stub Helper - creating new files/components easily
This package aims to help save our time by enabling us to scaffold the things we're always repeating within a project.
Installation
Install via composer:
composer require owenmelbz/laravel-stubs.
If you're going to be modifying the default stubs, or adding your own stubs, you'll need to publish the config using
php artisan vendor:publish --tag=stubs-config
which will generate config/template_stubs.php
Link:
This post is submitted by our members. Submit a new post.
Tags: Tutorials Laravel 5 Laravel 5.5 Laravel 5.6 Laravel 5.4 Intermediate