:package_name does something awesome.
Here is a bit more about why it is awesome.
- awesome!
- much awesome!
composer require codinglabsau/:package_slug
php artisan vendor:publish --tag=":package_slug-migrations"
php artisan migrate
php artisan vendor:publish --tag=":package_slug-config"
Create a new feature in the database and set the initial state:
use Codinglabs\Skeleton;
// ...
composer test
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.