Using Laravel Valet to Develop a Concrete CMS Site

This is a community-contributed tutorial. This tutorial is over a year old and may not apply to your version of Concrete CMS.
Aug 15, 2016

Laravel Valet is a development environment for Mac developers. It's a fast, low impact alternative to setting up Apache and the hosts file on your machine.

Valet Installation

Install Laravel Valet by following the instructions on that site.

Installation will add a .valet directory to your profile folder.

Concrete CMS Valet Driver Installation

Once Valet installation is complete, you can install the driver.

  1. Download the driver from GitHub.
  2. Copy the driver, ConcreteValetDriver.php, to the Drivers folder under .valet

Concrete CMS Installation

After you have installed Valet and the concrete driver, you're ready to install concrete itself.

  1. Download the lastest version of concrete
  2. Unzip the concrete file
  3. Copy the folder, such as concrete5.7.5.9) and it's contents to the Parked directory you setup in Valet
  4. Access your site by going to the name of the folder appended with '.dev.', such as > concrete5.7.5.9.dev
Recent Tutorials
Upgrading Concrete from 8.5 to 9.x
Jun 21, 2024
By myq.

How to avoid problems upgrading from 8.5 to 9.x

How to change the default date format
May 30, 2024
By myq.

Change the format of the default date

WebOps Tutorial on Running and Upgrading a Concrete CMS Website
May 2, 2024
By myq.

Describes how to deploy, manage, and upgrade a Concrete CMS website

Using the Concrete Migration Tool Addon
Apr 27, 2024

How to use the Concrete CMS Migration Tool

Create custom Site Health tasks
Apr 19, 2024
By myq.

This tutorial will guide you through the creation of a new Site Health task

Reusing the same Express entity in multiple associations
Apr 11, 2024
By myq.

How to create and manage multiple associations in Express

Improvements?

Let us know by posting here.