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.
Every few years, I feel the pressure to redesign my blog. Design trends change fast, and so does my taste. Once I don't like my site anymore, I cannot let go. I need to work on a new redesign. This article is about the latest redesign of my Laravel blog.
How do I pass a variable to the layout using Laravel' Blade templating?
In Laravel 4, my controller uses a Blade layout:
class PagesController extends BaseController {
protected $layout = 'layouts.master';
}
The master layout has outputs the variable title and then
Flexbox & Sass Grid Tutorial: How to Streamline Responsive Design | Toptal
Explore using Sass and CSS3 Flexbox for making your own responsive grid similar to Bootstrap, but without the additional bloat of a full-fledged UI framework.