Ubuntu 17.10: What’s New?

Review by OMG! Ubuntu! Ubuntu 17.10, the latest release of Ubuntu. It brings a huge set…

 Posted in Ubuntu 16.04, Ubuntu 17 Tagged ,

How to create a MySQL user and database with permissions?

To create a MySQL database and user, go through following steps: Step 1: Through the…

 Posted in Databases, MySQL Tagged , , ,

Ubuntu 16.4 Error network service is not compatible?

Hi Folks, Quick tip of the day: If you are running Ubuntu 16.04 and ever…

 Posted in Ubuntu 16.04 Tagged ,

Migrating to Symfony 3.4 to 4.0 with Flex

Looking forward to migrate Symfony 3.4 to 4 with Flex, here I found really well…

 Posted in Symfony Tagged , , , ,

Fixing Generic Symfony 3.3 to 3.4 Deprecations

If you are running Symfony 3.3 and want to migrate to Symfony 4 here I…

 Posted in PHP, Symfony Tagged , , , , ,
Laravel

Self relation in laravel eloquent

Use case:  Suppose you need to store endless parent child objects in single table. Example:…

 Posted in Laravel, PHP Tagged , , ,
Laravel

PHPUnit test environment with Laravel 5.5

Laravel provides fully covered online documentation. But if you are still wondering, how to run…

 Posted in Laravel 5.5, PHP Tagged , , ,

How to mount partition in Ubuntu

Problem: If you want to mount new NTFS partition or have a partition is not…

 Posted in File System, Ubuntu 16.04 Tagged , , ,

Drupal7 Clean URLs

If you are runing drupal7 site on shared hosting with apache2, you definitely don’t have…

 Posted in CMS, Heandy Tips, PHP Tagged , , , ,

PHP File Handling – CRUD

Quick tips, how to work with basic filesystem in PHP. Create a File (implicitly creates…

 Posted in Heandy Tips Tagged , ,