8000 GitHub - roadiz/valet-driver: Laravel Valet driver for Roadiz
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

roadiz/valet-driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Laravel Valet driver for Roadiz

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0