Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Differences between “php artisan dump-autoload” and “composer dump-autoload”

When we are working on Laravel then we should know the php artisan and composer and the differences between “php artisan dump-autoload” and “composer dump-autoload” are: Laravel's Autoload is a bit different: 1) It will in fact use Composer for

How to Install Sublime Text on Ubuntu

Sublime Text can be installed either via the ubuntu software center or via the teminal by downloading it from the repository. Here i am going to tell you how to download Sublime text 3 from a terminal. 1> We can install Sublime Text Editor via

How to apply layout in CakePHP ?

In CakePHP, there is by default layout in (app/View/Layouts/default.ctp) file, But there are many cases in which we can apply different layout in pages as per our client requirement. Case- 1 If we don’t want any layout for our controller method, th

How to show the Barcode in Odoo-9

Barcodes use in Point of sale module which indicates the product sequence number to stocks and warehouse management and Barcodes are images returned by a controller and can easily be embedded in reports thanks to the QWeb syntax: For example code is

The tabnanny Module in python

tabnanny module helps us to check Python source files for With the help of tabnanny module we can checks Python source files for unclear indentation. If a tabs and spaces are mixed by a file in such a way that throws off indentation, no matter what

Create a Singleton class in swift

Hi, To Create a Singleton class in swift follow steps below: 1- Add a Cocoa Class file subclass of NSObject named it as MySingleton and now write down the code as .   import UIKit class MySingleton: NSObject { static let sharedInstance

Integrate Cometchat With CakePHP 3.x.x

1- System Requirements         1- PHP version 5 or greater         2- MySQL version 4/5 or MSSQL Server 2005/2008/2012 or PostgreSQL 9.2-9.5       &n

Making NGINX Server HTTPS Certified

Making NGINX Server HTTPS Certified For making a server HTTPS compatible, these steps can be followed if you are purchasing the SSL certificate from Godaddy: Purchase an SSL certificate from Godaddy. Now login to your server using SSH ssh -i pemk

Override Magento Account Controller

Hello Readers, This tutorial will guide you about controller overriding using config.xml. Here i am giving an example "to override Customer AccountController". Lets start by creating the following folders: app/code/local/Custom/Registratio

how to upload & save images into database In CakePHP

In this post, I am gonna give an example to upload Images and store its file path in the database with the help of custom component. Example: Add this UploadComponent class in app/controller/component folder. <?php class UploadComponent e

1 142 423
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: