Search

Version 4 of Tinkerwell is available now. Get the most popular PHP scratchpad with all its new features and simplify your development workflow today.

Visit Tinkerwell
Eventy: WordPress-like Actions and Filters for Laravel image

Eventy: WordPress-like Actions and Filters for Laravel

Eventy is a Laravel package by Tor Morten Jensen that brings WordPress-style actions and filters to your Laravel app. Learn about adding actions and f...

Read article
How to use WordPress as a backend for a Laravel Application image

How to use WordPress as a backend for a Laravel Application

Last week I relaunched Laravel News, and the new site is running on Laravel with WordPress as the backend.

Read article
WordPress and Laravel image

WordPress and Laravel

How to use WordPress with Laravel

Read article
Using WordPress with Lumen image

Using WordPress with Lumen

Adam Patterson has a new tutorial out showing you how to use Lumen as a front-end to WordPress. At work I needed a fast and flexible way to present st...

Read article
Cutlass WordPress Starter Theme with Blade image

Cutlass WordPress Starter Theme with Blade

Cutlass Starter Theme: Cutlass is a WordPress Starter Theme with the power of Laravel’s Blade templating engine included, allowing you to develo...

Read article
Bring Laravel Style to WordPress With the Themosis Framework image

Bring Laravel Style to WordPress With the Themosis Framework

The Themosis framework is born to give WordPress developers the development joy found in the Laravel framework to WordPress development. As WordPress...

Read article
Using Composer and Laravel in your WordPress plugin image

Using Composer and Laravel in your WordPress plugin

Don Allen has a new tutorial for integrating Composer and Laravel components in a WordPress plugin: In this tutorial, we’re going to build a simple pl...

Read article
FrankenPHP v1.0 is Here image

FrankenPHP v1.0 is Here

FrankenPHP is a modern PHP application server written in Go, FrankenPHP gives you a production-grade PHP server with just one command.

Read article
How to Increase PHP Memory Limits image

How to Increase PHP Memory Limits

Why are PHP memory limits important to your website development journey? PHP is a famous backend technology that is used by many tech giants for suppo...

Read article
An introduction to Sharp for Laravel, an open source content management framework image

An introduction to Sharp for Laravel, an open source content management framework

Sharp is a content management framework built for Laravel, a toolset that provides help to build a CMS section in a website.

Read article
How to Increase PHP Memory Limits image

How to Increase PHP Memory Limits

Why are PHP memory limits important to your website development journey? PHP is a famous backend technology that is used by many tech giants for suppo...

Read article
Working with third party services in laravel image

Working with third party services in laravel

A little over two years ago, I wrote a tutorial on how you should work with third-party APIs. Things have changed in two years, so let's approach this...

Read article
Getting started with PHPInsights image

Getting started with PHPInsights

PHPInsights is a composer package created by Nuno Maduro and is a fantastic tool to get started with analyzing the code quality of your PHP applicatio...

Read article
Manage any Laravel app as if it was a CMS image

Manage any Laravel app as if it was a CMS

Paragraph offers a new paradigm – instead of managing view templates, language files, translation keys and all that other boring stuff, let’s try to t...

Read article
PHP Monitor 5.0 for macOS is Here image

PHP Monitor 5.0 for macOS is Here

PHP Monitor, the lightweight native Mac app to manage PHP and Laravel Valet, has released v5.0. See what's new!

Read article
Reader Question: Why did you choose Statamic for Laravel News? image

Reader Question: Why did you choose Statamic for Laravel News?

Steve McDougall asked us how we've adapted to Statamic and what made us choose this as a CMS system. In this post, we will go through some of the deci...

Read article
Laravel Themer package: add multi-theme support for Laravel application image

Laravel Themer package: add multi-theme support for Laravel application

Laravel Themer package adds multi-theme support to your Laravel application. It also provides a simple authentication scaffolding and presets for Boot...

Read article
Efficiently create websites for clients with Statamic Peak image

Efficiently create websites for clients with Statamic Peak

Peak is an opinionated starter kit for all your Statamic sites. The kit is design agnostic but comes bundled with tools like Tailwind and AlpineJS. It...

Read article
Welcome to the new Laravel News image

Welcome to the new Laravel News

Welcome to the next version of Laravel News! With the new launch, we wanted to make an official announcement and talk about some of the changes and im...

Read article
Laravel Valet Lite image

Laravel Valet Lite

Valet Lite is a GUI-based local development platform for macOS. You can easily manage Laravel and WordPress environments without the hassle of Homebre...

Read article
Statamic 3 is now released image

Statamic 3 is now released

After a few months of being in beta, Statamic 3 is now officially launched and available to everyone. This release marks a new beginning for Statamic...

Read article
2019 in Review image

2019 in Review

In this post, look at some of the Laravel highlights in 2019.

Read article
5 Ways of Battling Form Spam image

5 Ways of Battling Form Spam

Form submission spam seems to be an inevitable problem. As soon as bots find your forms they will start hitting it with spam submissions. In this arti...

Read article
Microweber Website Builder image

Microweber Website Builder

Microweber is an open-source website builder, CMS, and online store built on top of the Laravel and Bootstrap. It aims to allow non-technical users to...

Read article
Let’s Encrypt Wildcard SSL Certificates are Here! image

Let’s Encrypt Wildcard SSL Certificates are Here!

Let’s Encrypt announced this week that Wildcard certificates are available through their new ACME2 (Automated Certificate Management Environment...

Read article
Coaster CMS image

Coaster CMS

Coaster CMS is a Laravel powered CMS created by the full-service digital agency Web-Feet.co.uk. Being an agency, they specialize in offering solutions...

Read article
How To Install OctoberCMS on Ubuntu image

How To Install OctoberCMS on Ubuntu

October is one of the leaders in Laravel CMS’s. It was originally released in 2012 and is popular with developers tired of WordPress. The attractions...

Read article
80 Laravel Tutorials, Packages, and Resources from 2016 image

80 Laravel Tutorials, Packages, and Resources from 2016

As 2016 is coming to a close it's a great time to look back on the year and see just how much progress has been made.

Read article
Auto Publishing to Telegram using Notification Channels image

Auto Publishing to Telegram using Notification Channels

Auto Publishing to Telegram using Notification Channels

Read article
Overriding Laravel Elixir Configs image

Overriding Laravel Elixir Configs

Laravel Elixir is fantastic for your Laravel projects and it comes with defaults that “just work” within a Laravel application. It works s...

Read article
Can Frameworks lead to tribalism among developers image

Can Frameworks lead to tribalism among developers

In the modern world of web development, it is common practice to make use of frameworks for building large scale applications instead of starting from...

Read article
Welcome to the next version of Laravel News image

Welcome to the next version of Laravel News

Welcome to the next version of Laravel News

Read article
Reverse Engineering A Spam Script image

Reverse Engineering A Spam Script

Jelle Raaijmakers has a new tutorial on Dissecting a spammer’s spam script: One of the WordPress sites on a shared hosting web server I manage was inf...

Read article
Installing Zend Z-Ray on Homestead image

Installing Zend Z-Ray on Homestead

For the past week or so I have been running Zend Z-Ray in Laravel Homestead. Every time using it, new features come to light that are fantastic for de...

Read article
PSA: Hide your .git/config directory image

PSA: Hide your .git/config directory

A lot of developers have horror stories about doing stupid things that cause security issues. A few years ago I was creating an open source app and ac...

Read article
Excluding Routes from the CSRF Middleware image

Excluding Routes from the CSRF Middleware

Laravel has CSRF enabled by default for all requests that come through your app. This is included and handled automatically to make life easier. Howev...

Read article
Laravel in South Korea image

Laravel in South Korea

Laravel has been ranked the most popular framework for the past two years and it’s starting to make its way all over the world. In South Korea,...

Read article
A look back at 2014 image

A look back at 2014

It’s hard for me to believe, but Laravel News as a website isn’t even a year old yet. As 2014 is coming to a close I wanted to create a post outlining...

Read article
The Artisan Files: Pablo Chiappetti image

The Artisan Files: Pablo Chiappetti

This week I welcome Pablo Chiappetti to the Artisan files series. Pablo runs the popular Laravel Buenos Aires meetup.

Read article
The Artisan Files: Ben Corlett image

The Artisan Files: Ben Corlett

This week I had the pleasure of interviewing Ben Corlett, the man who has traveled the world attending every Laravel conference. Can you tell us about...

Read article
Tinkerwell logo

Tinkerwell

The must-have code runner for Laravel developers. Tinker with AI, autocompletion and instant feedback on local and production environments.

Tinkerwell
Rector logo

Rector

Your partner for seamless Laravel upgrades, cutting costs, and accelerating innovation for successful companies

Rector
Kirschbaum logo

Kirschbaum

Providing innovation and stability to ensure your web application succeeds.

Kirschbaum
Larafast: Laravel SaaS Starter Kit logo

Larafast: Laravel SaaS Starter Kit

Larafast is a Laravel SaaS Starter Kit with ready-to-go features for Payments, Auth, Admin, Blog, SEO, and beautiful themes. Available with VILT and TALL stacks.

Larafast: Laravel SaaS Starter Kit
Laravel Forge logo

Laravel Forge

Easily create and manage your servers and deploy your Laravel applications in seconds.

Laravel Forge
SaaSykit: Laravel SaaS Starter Kit logo

SaaSykit: Laravel SaaS Starter Kit

SaaSykit is a Laravel SaaS Starter Kit that comes with all features required to run a modern SaaS. Payments, Beautiful Checkout, Admin Panel, User dashboard, Auth, Ready Components, Stats, Blog, Docs and more.

SaaSykit: Laravel SaaS Starter Kit