Creation Search Engine on Laravel sites using Solr

Search engine has become a useful tool in today’s internet world. Solr enables you to easily create search engines which searches databases. In this article I will show you how easy it is to implement Solr and its bridge the PHP Solarium library in the Laravel framework. Solr configuration config/solr.php <?php return [ ‘endpoint’ => … More Creation Search Engine on Laravel sites using Solr

Importing MySQL databases using Solr DataImportHandler on a Docker host

Solr is both a search engine and a distributed document database. In Solr method, the DataImportHandler provides a mechanism for importing content from a data store and indexing it. The main advantage of this method of data importing is no need for additional software development and the rapid integration of the data source. Table of … More Importing MySQL databases using Solr DataImportHandler on a Docker host

Running Nginx Virtual Host for Laravel sites using Docker

Sometimes, a developer is required to build their own host. Running a virtual host with containers needed for web applications. Once Docker is installed, you’re ready to set up your local file structure, with some configuration to build a local development environment. Table of structure: virtual-host/ app/ php/ www/ … laravel 5.4 files public/ … … More Running Nginx Virtual Host for Laravel sites using Docker

Improve Your Google PageSpeed Score for CodeIgniter Pages

We will try to solve a case directly. Doing one by one Google recommendations at PageSpeed Insights to increase score to be Good. So the goal is speed up your loading pages better than before. Optimize images Use the online image optimizer to compress images in JPEG and PNG formats to the minimum possible size. … More Improve Your Google PageSpeed Score for CodeIgniter Pages

Hotel System on Web – innsystems.asia

INN systems consists of Hotel system, which completed with Restaurant app. INN also provides Custom Development web-based applications. Hotel system & Restaurant app We offer the solutions that client needed. Our complex system integrated with front office systems, Restaurant app and Kitchen display systems. Checks out Our awesome features: Guest Data, Rooms, Housekeeping, Room Reservations, … More Hotel System on Web – innsystems.asia

Send Retrieve Post JSON to Databases in Codeigniter

Most application developers mix and match the APIs (Application Programming Interface) to produce their application, the friendly APIs language programming can use JSON. In this tutorial, we will learn send retrieve Post JSON to CodeIgniter and also to insert them in the Database. The datas from Frontends, then send and validate it via Backends, and … More Send Retrieve Post JSON to Databases in Codeigniter

Kirim Multiple Email Blast ke Single Email Penerima dengan SMTP

Saat ini teknologi berbasis web menjadi alat yang digunakan perusahaan sebagai pendukung jalannya bisnis. Beberapa keuntungannya, dapat dilakukan pengawasan, evaluasi kinerja, efektivitas waktu dan efisiensi biayanya. Kasus kali ini mengenai peran Email Blast bagi promosi bisnis perusahaan yang dirasa sangat tepat, dibandingkan promo melalui media lainnya. Kebutuhan yang diperlukan pun sangat sederhana, yakni ketersediaan server … More Kirim Multiple Email Blast ke Single Email Penerima dengan SMTP

Update Many Records ‘Date’ of Excel to MySQL in One-way

I have a task to update the thousands ‘Date of Births’ of Excel datas into database. To load manually with Form input will be have a long time. This is the solution for update many Records ‘date’ in Excel to existing table in MySQL. Date format in Excel Change Date format in Excel to format … More Update Many Records ‘Date’ of Excel to MySQL in One-way

Upload Image from Temporary for Final Step in PHP Sessions

Uploading image is a task that is required in almost all web. Uploading image in PHP Sessions is a very simple task too. This tutorial will tell you how to uploading image from the Temporary Step for the Final Step. Multi-step tutorials say to keep it in a temp folder and then move to the … More Upload Image from Temporary for Final Step in PHP Sessions

Multi-Language setup in CodeIgniter

The Multi-Language feature, also known as internationalization, is necessary for the modern web application. In this tutorial, we will discuss how we can enable multiple languages using CodeIgniter. You can easily make your site multi-language. This is the solution for non-editable text, but it doesn’t cover any multi-language content stored and retrieved from a database. … More Multi-Language setup in CodeIgniter