-
Download [xampp](Download xampp from https://www.apachefriends.org/download.html) or from terminal
wget https://www.apachefriends.org/xampp-files/5.6.20/xampp-osx-5.6.20-0-installer.dmg
-
Make download file to executable mode. give mode of executable
sudo chmod +x /home/user/Downloads/xampp-osx-5.6.20-0-installer.dmg
-
Run below command for xampp execute file
- Go to /opt/lampp/etc/extra and open file httpd-xampp.conf find code:
# since XAMPP 1.4.3
<Directory "/opt/lampp/phpmyadmin">
AllowOverride AuthConfig Limit
Require local
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
We need to start below command when we start out system everytime
sudo /opt/lampp/lampp start
Now, We don't need start everytime, just create one script for handling autostart process into Ubuntu
- Open terminal and type below Command
sudo gedit /etc/init.d/lampp
- Carbon A simple PHP API extension for DateTime. http://carbon.nesbot.com/ https://github.com/briannesbitt/Carbon Not specifically for Laravel But part of Laravel out-of-the-box Carbon examples
$user->created_at->format(‘H:i’);
$tomorrow = Carbon::now('Europe/Vilnius')->addDay();
$howOldAmI = Carbon::createFromDate(1975, 5, 21)->age;
-
Install and configure Ioncube to Xampp REFERENCE
-
How to install Ioncube Loader on CentOS, Debian and Ubuntu REFERENCE
-
Installation steps: It's for xampp version
- Download Ioncube Into
/opt/lampp
directory For 64Bit x86_64 Linux:
sudo wget http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.bz2
Reference Link for upgrade laravel
- Official Laravel Upgrade 4.2 to 5.0
- Awesome Upgrade Guide By Corey McMahon
- Laravl Custom Validator or Upgrade Custom Validator library to latest laravel version
- How to Load your custom Lib file into classmap: File composer.json:
"autoload": {
-
What is OOPS? OOPS is abbreviated as Object Oriented Programming system in which programs are considered as a collection of objects. Each object is nothing but an instance of a class.
-
Write basic concepts of OOPS? Following are the concepts of OOPS and are as follows:.
- Abstraction.
- Encapsulation.
-
Question: What is Composer?
- Composer is an application-level package manager for the PHP.
-
Question: Why Composer is used?
- Composer provides a standard format for managing dependencies of PHP software.
- Composer installs the dependencies libraries.
- Composer provides autoload capabilities for libraries.
-
Question: Where composer is used?
OlderNewer