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

Create New Post Contact Us

Detect and change language on the fly with Laravel

If you’re builiding a multilingual site you may want to guess the user’s language in order to provide the correct content and still let her decide afterwards which language to use. So this a is two part problem:

Find a way to detect th

Build an app with Ionic Framework & Laravel 5

In this tutorial we will be creating an app with ionic framework (a brilliant mobile app development framework by drifyco). We will be using the api that i have created in my previous blog post to get data from the server which is created in Laravel5

What are Laravel 5.2's new features?

[UPDATE] Laravel 5.2 is now available. Check out its features here:

http://learninglaravel.net/laravel-52-is-released Laravel 5.2 is coming soon. Let's take a look at its new features to know what we will be getting:

**Middleware Group

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