Compiling your front-end assets with Laravel Mix while your 11ty site builds, so you don't have to switch between processes - Mike Street - Lead Developer and CTO
Laravel Mix is a great asset compiler from the creators of Laravel - but you don't have to be using their framework to benefit from it. This blog walks through setting it up to run with 11ty.
We remove CO2 from the air and turn it into gasoline and jet fuel. Our fuels are the first zero net carbon fuels that can compete with fossil fuels on price.
A Complete Guide To HTML Email — Smashing Magazine
Recently we’ve covered CSS generators, SVG generators and accessible front-end components. This time we look into HTML email, with tools, templates and guides for designers and developers.
A Guide To Newly Supported, Modern CSS Pseudo-Class Selectors — Smashing Magazine
The CSS Working Group Editor’s Draft for [Selectors Level 4](https://drafts.csswg.org/selectors-4/) includes several pseudo-class selectors that already have proposal candidates in most modern browsers. This guide will cover ones that currently have the best support along with examples to demonstrate how you can start using them today!
Spline Tutorial - Learn How to Create 3D Web Experiences
How good is Spline? Can you use it to tell a story? We decided to check for ourselves and built our own 3D experience - a hommage to Dieter Rams and his probably timeless rules of good design. See how Spline work underneath!
A well-structured production-ready frontend boilerplate with Typescript, Jest, testing-library, styled-component, Sass, Css, .env, Fetch, Axios, Reverse Proxy, Bundle Analyzer and 30+ plugin. For n...
There has been several issues where users have requested multi-level dropdown menu. I know there already is a branch for it but I wanted to see if I could pull something together. So here we go. He...
No image-min for mix? · Issue #426 · JeffreyWay/laravel-mix
not really an issue, but moving to Laravel 5.4/Mix from 5.3/Elixir seems to have killed my image min functionality as it relies on Gulp. trying to stick with a web pack/mix work flow what are optio...
I'm using laravel-mix which is built on the top of the webpack. I'm facing a problem with fonts directory. For Example, font-awesome package has a scss file and a font directory where all fonts are
How to check if the page is home page in Laravel | TL Dev Tech
In most cases we don't need to detect home page as there are separated views and controllers for each page already. Carrying out a task on a specific page
Laravel comes with Blade templating engine which makes easier to create pages. Blade view file compiled into plain PHP code. Blade view files has .blade.php extension. You can use PHP code in it. In this tutorial, I will create a simple application where pass data to view.