Skip to content

denncath/laravel-package-stub-default

Repository files navigation

:uc:vendor :uc:package

Latest Version on Packagist Total Downloads Build Status StyleCI

This is where your description should go. Take a look at contributing.md to see a to do list.

Prerequisites

composer require jeroen-g/laravel-packager

Installation

Via Artisan
php artisan packager:new PaperStreet/MyTest --skeleton="https://github.com/denncath/laravel-package-stub-default/archive/main.zip"
Integrate :uc:package in your project:

Publish assets (scss):

php artisan vendor:publish --provider=":uc:vendor\:uc:package\Providers\:uc:packageServiceProvider" --force

Note: path is case-sensitive!

Compile assets in package root (js):

npm install
npm run watch

Include javascript to resources/js/app.js

require('./../vendor/:lc:vendor/:lc:package/js/app');

Import styles in resources/sass/app.scss

@import "../vendor/:lc:vendor/:lc:package/css/app";

// Optionally you may import variables to 
// use with your other styles
@import "../vendor/:lc:vendor/:lc:package/scss/variables";

Removal

php artisan packager:remove :lc:vendor/:lc:package

Change log

Please see the changelog for more information on what has changed recently.

Testing

$ composer test

Contributing

Please see contributing.md for details and a todolist. Create your own package:

php artisan packager:new MyVendor/MyPackage

Security

If you discover any security related issues, please email :author_email instead of using the issue tracker.

Credits

License

:license. Please see the license file for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages