Search

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

Visit Laravel Forge
How to check what version of Laravel you have installed in 2 seconds image

How to check what version of Laravel you have installed in 2 seconds

How to find your Laravel version in two seconds

Read article
Installing Xdebug with Laravel Herd image

Installing Xdebug with Laravel Herd

Herd does not ship with Xdebug out of the box, but you can manually install and compile the Xdebug PHP extension via Homebrew and pecl.

Read article
Creating Installer Commands for Laravel Packages image

Creating Installer Commands for Laravel Packages

The Laravel Package Tools package by Spatie added a nifty feature we wanted to help share with the community: streamlined install commands for Laravel...

Read article
Git Support is Coming to the Laravel Installer image

Git Support is Coming to the Laravel Installer

The Laravel installer is getting a new feature that allows you to immediately set up a Git repository with a fresh Laravel app, and even push it to Gi...

Read article
Laravel Sail adds support for choosing which services you'd like installed image

Laravel Sail adds support for choosing which services you'd like installed

Laravel Sail recently launched a new update that allows you to choose which services should be configured in your project's docker-compose.yml file.

Read article
Reminder: Update your Laravel Installer image

Reminder: Update your Laravel Installer

At the end of this month, the old Laravel Installer will stop working as the old installer servers will be taken offline, so you’ll need to upda...

Read article
Updating the Laravel Installer image

Updating the Laravel Installer

Installing the new Laravel installer using Composer is easy, but what if you already have it installed? If you’re scratching your head, we&#8217...

Read article
Laravel Installer now includes support for Jetstream image

Laravel Installer now includes support for Jetstream

Today the Laravel team released a new major version of “laravel/installer” that includes support for quickly starting Jetstream projects. With this ne...

Read article
Simplify Installing and Updating your App With Laravel Executor image

Simplify Installing and Updating your App With Laravel Executor

Laravel Executor is a package by Ash Allen that simplifies running code and commands when installing or updating your web application.

Read article
NPM Package to Automate Installing the Tailwind CSS Preset image

NPM Package to Automate Installing the Tailwind CSS Preset

The use-tailwind-preset NPM package by Christopher Pitt is a tiny helper that installs the Tailwind Laravel preset.

Read article
Laravel Installer Updated With Auth Scaffolding image

Laravel Installer Updated With Auth Scaffolding

Taylor Otwell released a new feature for the Laravel Installer v2.3.0 which includes the auth scaffolding using the new –auth flag.

Read article
Building Package Installers image

Building Package Installers

In this tutorial, learn how to create a package installer for your code. Allow your users to save time, install it easily, and remove the possibility...

Read article
Install Microsoft SQL Drivers for PHP 7 in Docker image

Install Microsoft SQL Drivers for PHP 7 in Docker

I started a project recently that required that I connect a Microsoft SQL Server database with a Laravel application, so I thought I’d document...

Read article
What is the one package you install in all Laravel projects? image

What is the one package you install in all Laravel projects?

Mike Erickson (@codedungeon) asked this question on Twitter, and it had a lot of great responses. I had a gut feeling the Debugbar by Barry vd. Heuvel...

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
Installing Laravel in a Subfolder? Hide your .env file. image

Installing Laravel in a Subfolder? Hide your .env file.

If you are new to Laravel you might not be familiar with its directory structure and the reasons why it’s setup the way it is. If you look at th...

Read article
Installing Bourbon and Neat with Laravel Elixir image

Installing Bourbon and Neat with Laravel Elixir

Laravel Elixir is a wrapper that simplifies working with Gulp, it makes compiling, concating, minifying and versioning your JavaScript and CSS files v...

Read article
Trouble installing Laravel? You may need to update your composer.json file image

Trouble installing Laravel? You may need to update your composer.json file

Composer recently made a change with the way pre-update-command works and it can cause Laravel to fail to install. Jordi Boggiano gave the following r...

Read article
Github relaxes API limit for Composer Installs image

Github relaxes API limit for Composer Installs

Typically when you do a composer install you clone a large number of Git repos. It’s been typical that you hit the API limit and have to manuall...

Read article
Speed up your Composer and NPM Installs image

Speed up your Composer and NPM Installs

Jack McDade: Creating, distributing, maintaining, and consuming third-party dependencies was supposed to make us more productive and our lives easier....

Read article
Install Spark in an Existing Laravel App image

Install Spark in an Existing Laravel App

With the alpha release of Laravel Spark, it includes an installer for scaffolding out everything for a new Laravel app but it left out the ability to...

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
Certificatechain.io: Easily install intermediate SSL certificates image

Certificatechain.io: Easily install intermediate SSL certificates

Certificatechain.io is a new Laravel app developed by spatie.be that is designed to make creating SSL certificates easier

Read article
Install Laravel on Shared Hosting image

Install Laravel on Shared Hosting

Laravel is ideally suited for a server you manage, but it can be installed on shared hosting. To help those with shared hosting, Pete Houston created...

Read article
Two packages to easily install PHPCI in Laravel Homestead image

Two packages to easily install PHPCI in Laravel Homestead

A few weeks ago Mike Bronner wrote a tutorial on how to install PHPCI, an open source continuous integration application, in Laravel Homestead. His tu...

Read article
How To Install PHPCI in Homestead image

How To Install PHPCI in Homestead

In this tutorial, Mike Bronner shows us how to install PHPCI in Homestead. If you are not familiar PHPCI is an open source continuous integration appl...

Read article
Shell Script to Install PhpMyAdmin on Homestead image

Shell Script to Install PhpMyAdmin on Homestead

pma: Simple shell script that automatically installs the latest version of PhpMyAdmin on a Laravel Homestead box. If you enjoy PhpMyAdmin this looks t...

Read article
How to install PHP5 and MCrypt in Yosemite image

How to install PHP5 and MCrypt in Yosemite

Mike Bronner has a new tutorial showing how to install the latest version of PHP from a binary that includes the MCrypt extension. The advantage of se...

Read article
How to Install and Setup Behat with Laravel 5 image

How to Install and Setup Behat with Laravel 5

Feature: Install and Setup Behat   In order to use Behat with Laravel   As a Programmer   I need to install it  &nb...

Read article
Install Ghost on Laravel Forge image

Install Ghost on Laravel Forge

In this tutorial post learn how to install Ghost on Forge. This covers: Install Node.js (NPM) Download and install Ghost Configure Ghost Edit your NGI...

Read article
The fastest way to install Laravel image

The fastest way to install Laravel

Mark van Eijk steps you through setting up the new Laravel command line installer: Since today it’s easier and faster to install Laravel than ev...

Read article
Laravel Ultimate Package Installer image

Laravel Ultimate Package Installer

This is a new package designed to make installing other packages easy by auto configuring their service providers, facades, and publishing package ass...

Read article
Install OctoberCMS on Digital Ocean with Ubuntu 14.04 image

Install OctoberCMS on Digital Ocean with Ubuntu 14.04

This tutorial has now been superseded by the following: How To Install OctoberCMS on Ubuntu

Read article
Installing a Laravel app on Heroku image

Installing a Laravel app on Heroku

Matt Stauffer writes: Heroku has had PHP support for a while, but it’s been a definitively second-class citizen. Yesterday Heroku announced a hu...

Read article
Laravel Package Installer image

Laravel Package Installer

Are you tired of manually editing your config/app.php to add service providers and aliases? If so Ryan has your back: This package allows for quick an...

Read article
Video: Install Laravel on fortrabbit with Git image

Video: Install Laravel on fortrabbit with Git

In this tutorial screencast video you see one way (out of many) to install the classy PHP framework Laravel on the splendid fortrabbit PHP hosting pla...

Read article
Jeffrey Way's PhpStorm Setup in 2024 image

Jeffrey Way's PhpStorm Setup in 2024

Jeffrey Way shares his PhpStorm set up.

Read article
Ask AI Questions About Your Codebase from the CLI With Laragenie image

Ask AI Questions About Your Codebase from the CLI With Laragenie

Laragenie: An AI chatbot for Laravel with an Artisan CLI integration. Index and ask questions about your codebase to learn about your models, control...

Read article
Dive into the Streamlined Directory Structure in Laravel 11 image

Dive into the Streamlined Directory Structure in Laravel 11

Let's compare the big changes between the directory structure in Laravel 10 and Laravel 11.

Read article
Handling Bulk Imports in Filament image

Handling Bulk Imports in Filament

Learn how to handle bulk imports in Filament

Read article
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
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
Laravel Forge logo

Laravel Forge

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

Laravel Forge
Lunar: Laravel E-Commerce logo

Lunar: Laravel E-Commerce

E-Commerce for Laravel. An open-source package that brings the power of modern headless e-commerce functionality to Laravel.

Lunar: Laravel E-Commerce
Bacancy logo

Bacancy

Supercharge your project with a seasoned Laravel developer with 4-6 years of experience for just $2500/month. Get 160 hours of dedicated expertise & a risk-free 15-day trial. Schedule a call now!

Bacancy