Category : PHP

80 posts

In this tutorial, i will show you how to implement webcam capture and store image on server in php application. we will use webcam library for live capture image. webcam library will help to display desktop camera and your mobile camera so, user can see and take picture from there. In this example, we will …
Companies like Walmart and Amazon have embraced this technique to draw customers to their online and offline stores using their phone app. Other companies like Fedex and UPS allow customers to scan the codes on packages using a phone app, instead of needing to manually type in long lists of characters. If the users of …
As I’m sure you heard if you follow along with the Laravel community, the latest Laracon event was held on Wednesday, which was hosted online instead of the usual summer conference in the US. There were 15 fantastic speakers, but there was one that everybody was waiting for. Taylor Otwell take to the (virtual) stage to announce the features …
Laravel is a web application framework that many developers say is a dream to work with. That’s because it aims to take the tedium out of routine web project tasks like authentication, routing, sessions, and caching, making the development process simple and straightforward without sacrificing application functionality. If you’re not familiar with the Laravel framework, …
While PHP used to be not dissimilar from a game of Jenga – just one block and away from falling to pieces – suddenly, thanks to Laravel and Composer, the future couldn’t look any brighter. So pull out some shades, and dig into all that the framework has to offer. 1. Eloquent Queries Laravel offers one …
Specify Default Language and Language Options Go to application/config folder and open config.php. Add the following line to specify the website’s default language. $config[‘language’] = ‘english’; Now to create the language options, of to application/language folder and create separate subfolders for each language. Next, in each subfolder, create a file with the suffix _lang. For instance, …
Best solution is (only available for CI 3 and up): change to On Linux where PHP 5.6 or less… apt-get install php5-mcrypt
Livewire is a full-stack framework for Laravel framework that makes building dynamic interfaces simple, without leaving the comfort of Laravel. if you are using livewire with laravel then you don’t worry about writing jquery ajax code, livewire will help to write very simple way jquery ajax code using php. without page refresh laravel validation will …
Quite often we need to save addresses in the database, and we want them to be accurate. Probably, the best way to ensure it is to provide customers with input field where they choose the address from auto-completed values as they type. This article will show you how to achieve it in Laravel, let’s build …
simple-qrcode is a composer package for generate qr code in your laravel 5.7 application. simple-qrcode provide to send sms and email with generated qr code. you can create qr code for geo, phoneNumber, birthdate using simple qrcode package. after generating qr code, we might be require to write code for scan code using jquery. if …
PAGE TOP
error

Enjoy this blog? Please spread the word :)

RSS
Follow by Email