Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 649 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 649 Bytes

A Laravel Valet driver for CodeIgniter

To install manually, simply import the CodeIgniterValetDriver.php file into your ~/.config/valet/Drivers folders. And believe it or not, You are good to go!

If you are too lazy, let your terminal do the work for you. Run the following command in your terminal.

cd ~/.config/valet/Drivers && { curl -O https://raw.githubusercontent.com/veekthoven/codeigniter-valet-driver/master/CodeIgniterValetDriver.php ; cd - ; }

Note

This driver assumes you have have not changed the location or name of your system folder.

Follow me on twitter @veekthoven

Enjoy!!