https://github.com/roadiz/valet-driver
Laravel Valet driver for Roadiz
https://github.com/roadiz/valet-driver
driver laravel roadiz valet
Last synced: 2 months ago
JSON representation
Laravel Valet driver for Roadiz
- Host: GitHub
- URL: https://github.com/roadiz/valet-driver
- Owner: roadiz
- License: mit
- Created: 2017-05-24T11:54:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-31T13:16:30.000Z (about 8 years ago)
- Last Synced: 2025-02-01T07:26:00.534Z (4 months ago)
- Topics: driver, laravel, roadiz, valet
- Language: PHP
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Laravel Valet driver for Roadiz
Copy `RoadizValetDriver.php` to your `~/.valet/Drivers` folder after having setup *Laravel/Valet*
For Laravel Valet setup, see:
https://laravel.com/docs/5.4/valet## Requirements
- **Mysql 5.7**: `brew install mysql`
- Create a database for your website: `mysql -uroot -p`, then type `create database mysite;` and `exit`
- *Warning:* you must disable `ONLY_FULL_GROUP_BY` mysql mode which is incompatible with Roadiz at the moment. Edit `/usr/local/etc/my.cnf` and add `sql_mode = ''`. Then restart *mysql*: `brew services restart mysql`
- **PHP 7.1** with OpCache, APCU and Intl extensions: `brew install homebrew/php/php71-intl homebrew/php/php71-opcache homebrew/php/php71-apcu`