A place where all members can share their Laravel & PHP tutorials, links, news, packages, etc.

Create New Post Contact Us

What Are Laravel Packages?

As a PHP developer, you may be interested in working with frameworks. Frameworks attempt to make the process of development easier by simplifying common practices used in the majority of developing web projects such as packages, modules, plug-ins, an

Middleware that allows admin ONLY to delete record in Laravel 5

Laravel has a cool way of filtering HTTP requests entering your application. The HTTP Middleware. You can find all your Middleware inside your ‘App\Http\Middleware‘ folder. Middleware is in charge of the default user authentication and ve

Where to use Facades in Laravel

I want to be clear. I love the facade system in Laravel. It’s useful. It’s powerful. But it can also be a pain in the ass. Learning when to use, or not use facades and instead rely on dependency injection can not only help keep your code

Laravel Maintenance Mode: Exclude IP Address

There is a cool feature from Laravel called Maintenance Mode that allows developer to simply take down the website and apply necessary updates and changes. You can invoke in the command prompt

php artisan down

And your application will put

Groovel Platform PHP for Web Artisan

A simple and flexible PHP platform built on Laravel framework which can help you to build website,e-commerce,monitoring tools... Groovel gives a solution for web artisans to help them in their development by using simple tools and web standard in a s

PHP 7 is now officially released! Find out What’s New, and More

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

Learn PHP 7, Find out What’s New, and More

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

Laravel 5.1 Gravatar Plugin

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