0.0.27 • Published 1 year ago

@kiwilan/vite-plugin-laravel-steward v0.0.27

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

laravel-steward

Latest Version on Packagist npm codecov Total Downloads

Run tests Fix PHP code style issues Netlify Status

Laravel package to allow you to use some useful traits and methods in your Laravel application, works with vite-plugin-laravel-steward for front assets.

Documentation

See laravel-steward.netlify.app for documentation.

Installation

You can install the package via composer:

composer require kiwilan/laravel-steward

You can publish and run the migrations with:

php artisan vendor:publish --tag="laravel-steward-migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --tag="steward-config"

Optionally, you can publish the views using

php artisan vendor:publish --tag="laravel-steward-views"

Vite plugin

npm install --save-dev @kiwilan/vite-plugin-laravel-steward
pnpm add @kiwilan/vite-plugin-laravel-steward -D

Usage

$steward = new Kiwilan\Steward\LaravelSteward();
echo $steward->echoPhrase('Hello, Kiwilan!');

Vite plugin

import { defineConfig } from "vite";
import { steward } from "@kiwilan/vite-plugin-laravel-steward";

export default defineConfig({
  plugins: [
    steward({
      // Options
    }),
  ],
});

Testing

composer test

Coverage

composer test-coverage

Watch tests

composer test:watch

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

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

0.0.139

1 year ago

0.0.138

1 year ago

0.0.137

1 year ago

0.0.21

1 year ago

0.0.22

1 year ago

0.0.23

1 year ago

0.0.24

1 year ago

0.0.25

1 year ago

0.0.141

1 year ago

0.0.140

1 year ago

0.0.2

1 year ago

0.0.26

1 year ago

0.0.27

1 year ago

0.0.136

2 years ago

0.0.135

2 years ago

0.0.134

2 years ago

0.0.133

2 years ago

0.0.132

2 years ago

0.0.131

2 years ago

0.0.130

2 years ago

0.0.129

2 years ago

0.0.128

2 years ago

0.0.127

2 years ago

0.0.126

2 years ago

0.0.125

2 years ago

0.0.124

2 years ago

0.0.123

2 years ago

0.0.122

2 years ago

0.0.11

2 years ago