
Search In
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
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
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
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
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
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
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
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
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
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
