composer

search page

5 searched posts found

1 Mar 2019
0.74K
No Comments
PHP Latest Trends in 2019

When people talk about PHP, they can’t help but mention the W3Tech statistics. PHP is popular and is known to be used by 78.9% of all the websites worldwide. To this day, the use PHP tends to be slowly deteriorating when it’s compared to its 85% usage globally just 2

Post in

14 Jul 2018
3.43K
2 Comments
Laravel 5 upload files to Dropbox free storage

Some of Storage services are not free like amazon s3 or cloud, and I was also wanted to get free storage, I found #Dropbox which is providing 5GB free space. Before starting this tutorial you must have following requirements. Requirements PHP version 7.1 or 7.2 or 7.+ Laravel latest framework

Post in

24 May 2018
0.56K
No Comments

iTour jQuery PluginjQuery Easy Tour Plugin for the Complex Interface. 3D-Tour HeroScript of WebGL Based Virtual Tour. TourBusjQuery Tour/Walkthrough plugin. Product TourProduct Tour with jQuery & CSS3 powertourA powerful and creative jQuery tour solution plugin. jQuery ImpromptuAn extention to help provide a more pleasant way to spontaneously prompt a user

Post in

21 Jun 2017
2.44K
No Comments
Laravel custom columns login authentication

Laravel provide a great solution for login authentication, in sometimes we have typically a database table with custom table name  eg: student, customer, employee, and custom login columns eg:student_id, customer_id, employee_id but the default in Laravel authentication only use id, login and password columns. To get install laravel from composer

Post in

1 May 2017
2.2K
No Comments
Upgrade php version in xampp from 5.4 to 5.6

I have got issue of php version when I using #composer to install #laravel, composer says “Your php version 5.2 is out dated”. Its not difficult to update version of php and xampp. Download the latest version of xampp with latest build of #PHP version from https://www.apachefriends.org/index.html   after the downloading

Post in