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 …
Author : Reetesh Gupta
322 posts
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, …
Activate credit Request my SSL Verify my SSL Download my SSL Install my SSL Install on cPanel Redirect to HTTPS Check installation Not the right server type? Go back to the list of installation instructions. After your certificate request is approved, you can download your certificate from the SSL manager and install it on your …
The Internet plays a more important role than ever, serving as a lifeline so that children can continue learning, families and friends can stay connected, and vital public health information can keep circulating. At the Internet Society Foundation, we believe access to the Internet and its solutions can create healthier and safer communities, reduce vulnerabilities, …
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 …