A place where all members can share their Laravel & PHP tutorials, links, news, packages, etc.
Create New Post
Contact Us
Finally, PHP 7 is now released.
PHP 7.0.0 comes with a new version of the Zend Engine, numerous improvements and new features such as
**What's new?**
**Improved performance:** PHP 7 is up to **twice as fast** as PHP 5.6
Significantl
PHP 7, the next version of the world’s most popular programming language, has been released. We’d love to shoot fireworks and get drunk with our newfound power (seriously, the language is in the true big leagues now, functionality and per
Ok, now that I have my fresh install of Laravel 5.1, I’m going to do more tutorials on this blog. For now, I’m going to start with something extremely simple, adding a Gravatar to your nav bar.
This is super simple thanks to the team
Over the last couple of weeks we’ve been adding Pusher to a Laravel application.
First, we set up the Client for making requests to Pusher and the Storage to store the currently active users in Setting up Pusher in a Laravel Application.
If you are anything like me, you view new projects as an opportunity to stretch your abilities, tackle a challenge, and improve your coding. This blog entry is an attempt to share a few items that stood out to me on one of Zaengle's Laravel inte
2015 has been an important year for PHP. Eleven years after its 5.0 release, a new major version is finally coming our way! PHP 7 is now available for download!
PHP 7 has many new language features and an impressive performance boost. It is up to
I recently put together a PHP client library for FilePreviews and immediately thought about putting together a blog post on how I’d use it. After 6 years, according to this repo, of not writing a single line of PHP, I looked into Laravel since
First of all, I know there are many ways to do this, and this might not be the best way to do it.
So what we are going to do is to add a search box text field in the upper left side of our table. Definitely it will search for any records containin
There are times that you want to populate your input select based on another input selection. For instance, in State-City relationship where State has many City. So each State has its own City to address with. In your select input you don’t wan
If you like the Command bus stuff, you probably miss the commands in laravel, after the upgrade to 5.1 it was renamed to Jobs and even after that they stay really useful.
However, there are some other approaches to this architecture and one of them