Tags : Laravel
Laravel 5.6.7: Sequel Pro + Vagrant setup upon the Macbook
March 4, 2018 DevelopmentPHP
After create and migrate database by “php artisan migrate”, sometimes wants to manipulate database directly, especially in debug. Sequel Pro is one of the best MySQL tools for Mac. Here is a setup memo.
Laravel 5.6.7: npm install failed
March 3, 2018 DevelopmentPHP
When I setting up Laravel 5.6.7 on PHP 7.1.15 encountered error while the npm install. I think this is not laravel problem. But If this hasn’t soleved, can’t development vue.js. So, I will share a hint.
Larval 5.5: Eclipse Oxgen + PDT + Xdebug + Vagrant setup
March 1, 2018 PHP
This is a memo for setup the Laravel debug environments that using the Eclipse Oxgen. It’s included synchronized project setup and debug setup. Let’s get started.
Laravel 5.5: Vagrant + Nginx + PHP + MySQL + CentOS setup
Laravel is a free, open-source PHP web framework, created by Taylor Otwell and intended for the development of web applications following the model–view–controller (MVC) architectural pattern. Here is a memo when I had setup it.