Laravel is a very popular PHP framework to develop different types of web applications. The Linux users require to install some packages before creating a new Laravel project. The way of creating the Laravel project on the Ubuntu operating system has been shown in this tutorial. Follow the following steps to install Laravel 9 on […]
Read MoreThis tutorial shows how you can convert multiple pages of HTML template into Laravel by adding other methods in the controller. To start this tutorial you have to complete the Part 1 of this tutorial to know how to start template conversion in Laravel. Steps: 1. Start Apache and MySQL server. Check laravelproject that is […]
Read MoreIt is helpful for the new Laravel users to know the way of converting any static HTML template into a Laravel project and convert it into a dynamic web project. I have shown in my previous tutorials that how to convert any html template into angular project and codeigniter project. But the process of converting […]
Read MoreSimple Laravel 7 CRUD using modal is shown in the previous tutorial. DataTables is a popular Jquery plugin to work with the large list of data with pagination and search option. How you can use DataTables in Laravel 7 and implement CRUD operation are shown in this tutorial. Steps: 1. First of all you have […]
Read MoreLaravel 7 is released on 3rd March 2020. Many new features are added in this new version, such as, improved routing cache speed, improved blade components, laravel airlock etc. How you can implement CRUD using Laravel is shown in this tutorial. Steps: 1. First of all you have to install a fresh copy of laravel […]
Read MoreHow you can create multiple pages by using multiple controllers and search data in the database are shown in thisĀ tutorial. Follow the steps properly to complete the tutorial. Steps: 1. Create a view file named browse_job.php under views folder and copy the content from jobs.html of the template into that file. 2. Create a […]
Read MoreYou can convert any responsive HTML template into a CodeIgniter project by following this tutorial. You will need a free HTML template, CodeIgniter3 to practice this tutorial. Follow the steps shown below to convert an HTML template into a CodeIgniter project. Steps: 1. A free html template is used in this tutorial to show conversion […]
Read MoreCodeIgniter is a popular PHP framework for web development task. Bootstrap is not included in CodeIgniter by default like other framework. This tutorial will help the reader to know the way to use bootstrap with codeigniter 3, basic routing process and implement authentication system using CodeIgniter and MySQL. Follow the steps properly to understand the […]
Read MoreThis is a simple tutorial of Angular 8 to create a Register and Login System with the use of PHP and MySQL. You have to follow the steps properly to complete the tutorial. Steps: 1. Create a table named users (id(auto-increment) , name, password, email) in your angular database. 2. Create a new angular project […]
Read MoreAngular project hosting is not similar to other project hosting. After completing your angular project development task, you can host the project easily in Apache server. How you can host an angular project in local and online Apache server is shown in this tutorial. For local server: You just need to run the build command […]
Read More