1.0.5 • Published 11 months ago

artisans-toolbox v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

Artisans Toolbox

Install the package using npm

npm install --save artisans-toolbox

Import the file in app.js

import 'artisans-toolbox';

Paste the following code in your layout file to check if the app is in Debug mode.

 <script>
    window.APP_DEBUG = @json(env('APP_DEBUG', false));
</script>
1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.0

12 months ago