Lealjs
Js lib to Laravel with models, views, controllers and much more! :)
Demo
...
Install
Install the component using Bower:
$ bower install lealjs --save
Usage
Include the CSS:
<link rel="stylesheet" href="dist/leal.min.css" media="screen">
Include the library:
<script src="dist/leal.min.js"></script>
lealjs depends on jQuery.
Methods
$.dialog.info('Title', 'Description');
$.alert('Message...');
...
Development
-
Install gulp:
$ [sudo] npm install -g gulp-cli
-
Install local dependencies:
$ npm install
-
Run gulp and server
$ gulp && gulp watch
Note: Before commit, $ gulp --production
Contributing
- Fork it!
- Create a new branch
- Commit your changes
- Push to the branch
- Submit a pull request :D
License
Licensed under the MIT License.