rappasoft / laravel-livewire-tables

A dynamic table component for Laravel Livewire
https://rappasoft.com/docs/laravel-livewire-tables/v2/introduction
MIT License
1.7k stars 320 forks source link

V3 - Add Script Path Customisation #1549

Closed lrljoe closed 7 months ago

lrljoe commented 7 months ago

This adds in capability to set script_base_path in the config file:

    /**
     * Customise Script & Styles Paths
     */
    'script_base_path' => '/rappasoft/laravel-livewire-tables',

This allows a customised public path to be used.

All Submissions:

New Feature Submissions:

  1. [ ] Does your submission pass tests and did you add any new tests needed for your feature?
  2. [X] Did you update all templates (if applicable)?
  3. [X] Did you add the relevant documentation (if applicable)?
  4. [X] Did you test locally to make sure your feature works as intended?

Changes to Core Features:

codecov[bot] commented 7 months ago

Codecov Report

Merging #1549 (2bbc479) into develop (bc4bfa3) will decrease coverage by 0.03%. The diff coverage is 80.00%.

@@              Coverage Diff              @@
##             develop    #1549      +/-   ##
=============================================
- Coverage      88.98%   88.95%   -0.03%     
  Complexity      1264     1264              
=============================================
  Files             96       96              
  Lines           2997     2998       +1     
=============================================
  Hits            2667     2667              
- Misses           330      331       +1     
Files Coverage Δ
src/Mechanisms/RappasoftFrontendAssets.php 100.00% <100.00%> (ø)
config/livewire-tables.php 0.00% <0.00%> (ø)
lrljoe commented 7 months ago

Split into two PRs