raystech/laravel-starter-kit is a Laravel package for starter kit for laravel.
It currently has 0 GitHub stars and 28 downloads on Packagist (latest version v0.1.0).
Install it with composer require raystech/laravel-starter-kit.
Discover more Laravel packages by raystech
or browse all Laravel packages to compare alternatives.
Last updated
This is where your description should go. Take a look at contributing.md to see a to do list.
Via Composer
$ composer require raystech/laravel-starter-kit
You can publish the migration with:
php artisan vendor:publish --provider="Raystech\StarterKit\StarterKitServiceProvider" --tag="migrations"
php artisan migrate
You can publish the config file with:
php artisan vendor:publish --provider="Raystech\StarterKit\StarterKitServiceProvider" --tag="config"
Please see the changelog for more information on what has changed recently.
$ composer test
Please see contributing.md for details and a todolist.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
MIT. Please see the license file for more information.