awema-pl/module-base-js is a Laravel package for base for modules awema..
It currently has 0 GitHub stars and 56 downloads on Packagist (latest version v1.0.22).
Install it with composer require awema-pl/module-base-js.
Discover more Laravel packages by awema-pl
or browse all Laravel packages to compare alternatives.
Last updated
This is where your description should go. Take a look at contributing.md to see a to do list.
Via Composer
$ composer require awema-pl/module-base-js
The package will automatically register itself.
You can publish the migration with:
php artisan vendor:publish --provider="AwemaPL\BaseJS\Providers\BaseJSServiceProvider" --tag="migrations"
After the migration has been published you can create the table for BaseJS by running the migrations:
php artisan migrate
You can publish the config file with:
php artisan vendor:publish --provider="AwemaPL\BaseJS\Providers\BaseJSServiceProvider" --tag="config"
Publish js/css files for all awema-pl packages
php artisan vendor:publish --tag=awema-public
use AwemaPL\BaseJS\Facades\BaseJS;
BaseJS::lowerStr('Some String'); // 'some string'
BaseJS::count(); // 1
Description some example.
Description some count.
Throws an InvalidArgumentException is email is invalid.
You can run the tests with:
composer test
gulpfile.js )rollup.config.js ).babelrc.js )postcss.config.js )/dist and /examples as http://localhost:3000 )Target browsers list can be found in .browserslistrc and is used by Babel and PostCSS
Caution /dist folder is cleared each time the Gulp starts. For long-term files saving use examples folder
npm run watch or npm start to run dev server with live reload
npm run build to build production minified version
Please see contributing.md for details and a todolist.
If you discover any security related issues, please email :author_email instead of using the issue tracker.
GNU General Public License v3.0. Please see the license file for more information.