1.0.5 • Published 2 years ago

artisans-toolbox v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years 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

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.0

2 years ago