Support the ongoing development of Laravel.io →
Views Blade Packages
Last updated 1 year ago.
0

I just add a Wiki page to explain how Larasset can easily play with AJAX and Laravel:

Working with Ajax/JavaScript in Laravel.

Have a good day !

Last updated 1 year ago.
0

Hi folks!

I've just push the first stable release of my Asset Pipeline package. With tests, PSR-2 coding style and some performance improvements.

Enjoy ;)

Last updated 1 year ago.
0

Hi,

Now Larasset and jquery-laravel have an online demo to show you how you can easily manage your Assets (minification, compression, source mapping, versioning... for your Javascript and CSS files) and AJAXify your Laravel application: http://larasset.eu1.frbit.net/messages

Cheers!

Last updated 1 year ago.
0

real nice, bringing another feature i loved in rails over to laravel

Last updated 1 year ago.
0

Thank you for your support @kasoprecede47 !

Have a nice day ; )

Last updated 1 year ago.
0

Very cool. Would love to see support for Haml, and SCSS + Bourbon.

Last updated 1 year ago.
0

Hi Collin,

For Sass and SCSS support with Larasset, you just need to run in a console:

npm install -g node-sass

Then start (or restart) your Laravel application and the Larasset server:

php artisan server

Now you can use Sass and SCSS files ;-)

For Bourbon supports, Larasset (Mincer module to be more accurate) use the Node.js module Autoprefixer which is a replacement of Bourbon.

NB: I've added this tips in the the Asset Pipeline guide. Have a good day!

Last updated 1 year ago.
0

I just write a Wiki page to explain how to reload assets lightning-fast with LiveReload: https://github.com/efficiently/larasset/wiki/Lightning-Fast-As...

Imagine you are editing an CSS (or LESS,Sass...) file in your Laravel application. You have your app open in a few web browsers for testing: Chrome on the main display, IE11 VM on the second monitor, and your iPhone and iPad on the desk. As soon as you hit “save” in your editor, your CSS changes are compiled, and pushed out to all these browsers. Instantly. The browsers don’t even reload the page; the new styles simply pop in.

Last updated 1 year ago.
0

The online demo is up again, sorry for the inconvenience, with the last version of Laravel 4.2.9

Last updated 1 year ago.
0

This seems like a great package, will have to try it out. Any plans to support Laravel 5?

Last updated 1 year ago.
0

Hi Niall,

Any plans to support Laravel 5?

Of course, when it'll be stable.

Cheers, Tortue Torche

Last updated 1 year ago.
0

Last version of Larasset 0.9.5 supports Sass(SCSS) out of the box !

So you can update in your application the larasset package:

composer update efficiently/larasset

Then you can update larasset-js module:

npm update -g larasset-js
Last updated 1 year ago.
0

New Larasset 0.9.6 version is here ! With some CSS compression bug fixes and CSS source map improvements. The command line option --environment is renamed to --assets-env to avoid conflicts with Laravel --env command line option.

So you can update in your application the larasset package:

composer update efficiently/larasset

Then you can update the larasset-js module:

npm update -g larasset-js
Last updated 1 year ago.
0

Larasset now supports officially Laravel 5.2 !

So you can update in your application the larasset package:

composer update efficiently/larasset

Then you can update the larasset-js module:

npm update -g larasset-js
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.