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, …
Author : Reetesh Gupta
310 posts
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 …
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 …