Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Laravel News:
Announcing Laravel Valet
May 06, 2016 @ 14:46:28

The Laravel News site Eric Barnes has a post about the latest addition to the Laravel ecosystem (that includes the framework, Envoyer and Homestead) - Laravel Valet.

Laravel Valet is the next generation development environment for Mac minimalists. No Vagrant, No Apache, No Nginx, No /etc/hosts file. “I wanted to have the convenience of php artisan serve without ever having to run php artisan serve“, Taylor said when asked why he created it.

Valet works by hooking into your Mac’s built-in PHP server then it utilizes DnsMasq to proxy all requests to the .dev TLD to sites on your local machine.

The post links to the official documentation and an article he's written up with a "first look" at the new tool.

tagged: laravel valet tool setup configure website simple opinionated

Link: https://laravel-news.com/2016/05/announcing-laravel-valet/

Zend Developer Zone:
PHP Abstract Podcast Episode 11: Opinionated Software
Jul 17, 2007 @ 17:58:00

The latest episode of the Zend Developer Zone's podcast, PHP Abstract, has been posted. This time it's hosted by Chris Hartjes on the subject of "Opinionated Software".

Today's special guest is Chris Hartjes. Chris has been building PHP applications since 1998. Currently employed as a Senior Developer for the Cake Development Corporation, Chris has been labeled as an "agent provocateur" within the PHP community. He contributes to open source projects, gives lectures on programming-related topics and tries to share what he's learned via his blog.

Opinionated software entails things like frameworks (his specific example is with the CakePHP framework's ActiveRecord functionality) that has a sort of agreement with the developer that things are going to be where it expects them (allowing for less time configuring and more time developing).

To hear more about this sort of software, grab the latest show's mp3 or subscribe to the feed in your aggregator of choice.

tagged: phpabstract podcast opinionated software phpabstract podcast opinionated software

Link:

Zend Developer Zone:
PHP Abstract Podcast Episode 11: Opinionated Software
Jul 17, 2007 @ 17:58:00

The latest episode of the Zend Developer Zone's podcast, PHP Abstract, has been posted. This time it's hosted by Chris Hartjes on the subject of "Opinionated Software".

Today's special guest is Chris Hartjes. Chris has been building PHP applications since 1998. Currently employed as a Senior Developer for the Cake Development Corporation, Chris has been labeled as an "agent provocateur" within the PHP community. He contributes to open source projects, gives lectures on programming-related topics and tries to share what he's learned via his blog.

Opinionated software entails things like frameworks (his specific example is with the CakePHP framework's ActiveRecord functionality) that has a sort of agreement with the developer that things are going to be where it expects them (allowing for less time configuring and more time developing).

To hear more about this sort of software, grab the latest show's mp3 or subscribe to the feed in your aggregator of choice.

tagged: phpabstract podcast opinionated software phpabstract podcast opinionated software

Link:


Trending Topics: