Laravel 8 Blade Components and How To Use It - Web and Mobile Tutorials
Laravel components provides a means to extract some parts of a web application into reusable chunks. In this post we will learn how to create and blade components in laravel 8.
Mix does not delete old versioned files when a new one is generated · Issue #814 · JeffreyWay/laravel-mix
Laravel Mix Version: 0.11.4 Node Version: v6.10.0 NPM Version: 3.10.10 OS: Windows 7 Ultimate 64x Description: When I'm using the version() function, no matter if I'm running in pro...
Build a Blog with Gridsome: a Vue.js Framework for JAMstack Apps
Follow along with Paul as he builds a blog in Gridsome, showing the benefits of its growing plugin system, flexibility, and easy deployment options like Netlify.
Installing wp-cli on macOS – WordPress has a command line tool which operates similar to what Drush does for Drupal, it is called wp-cli and runs on macOS/Linux operating systems with a minimum of PHP 5.3.2 or later and WordPress 3.5.2 or later. Install wp-cli on macOS curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar Verify Install neilg@[~]: php wp-cli.phar --info PHP binary: /usr/bin/php PHP…
Where are my MySQL database files on MacOS? - Ross Wintle
My 7-year-old MacBook got bricked. So I needed to recover some MySQL files from a Time Machine backup and load them onto a new computer. And so I've been digging around finding out where all my homebrew and MySQL files are. While running mulitple instances of everything! Here's a fairly unstructured brain-dump of all that I've learned (or re-learned) along the way.
Setting up Laravel Valet + MySQL via Homebrew — Piper Haywood
Notes related to Laravel Valet + MySQL setup on my MacBook Pro. Includes root user setup, adjusting PHP and Nginx settings, dealing with 413 error, etc.
Homebrew is a free and open-source software package management system that simplifies the installation of software on Apple’s macOS operating system. It is known as the missing package manager for macOS.
Cusdis - Lightweight, privacy-first, open-source comment system
Cusdis is an open-source, lightweight (~5kb gzipped), privacy-first alternative to Disqus. It's super easy to use and integrate with your existed website
I've been around the Laravel game for quite some time now, and sometimes it's kind of hard to keep up with all the awesome new features released in this framework. I finally got around to digging into...
Confusion about image handling · Issue #432 · tighten/jigsaw
Thank you for this nice site generator! I do have a question/proposal/confusion about how to best handle images with Jigsaw. I will make a PR for the docs in case my confusion is understandable. So...
Hello, there is information that image optimization is already in place. But I can't find any word in documentation about it... Can you please point me in the right direction? Thank you