Introduction to vue.js in Laravel

01. March 2017 Laravel, Vue.js 3
Introduction to vue.js in Laravel
Hello everyone! Welcome to justlaravel.com. Here I am going to discuss on vue.js and how to use Vue js in your laravel applications. ‘Vue – The Progressive JavaScript Framework’ is used for  building user interfaces. As with laravel 5.3 onwards, it suggests us to use Vue as a default javascript framework. So here I will ...

Working with DateTime and format in laravel

13. October 2016 Intermediate, Laravel 0
Working with DateTime and format in laravel
Hello everyone, Welcome back! Here am with another interesting topic, it is about DateTime and changing the format of it in our applications. We come across many situations where we need to use some date and also format it, and sometimes also to change the language of it. Here we display the date in the Arabic ...

How to implement DataTables server-side in laravel

12. September 2016 Intermediate, Laravel 17
How to implement DataTables server-side in laravel
Hello everyone, welcome back! This post is an extension to a previous post on DataTables, where we initiated data tables with basic initialization. As many readers suggested to make a tutorial on DataTables server-side am doing this and I strongly recommend you to go through the previous post before proceeding as I do not explain ...

How to implement datatables in Laravel

How to implement datatables in Laravel
Hello readers, I am back with another post to let you know how to implement datatables plugin in laravel. Datatables is a jQuery plugin for table extender, it provides the functionalities like search, sort, pagination on a table of information to handle the data more effectively. Earlier we implemented search, pagination, pagination on search results ...

Ajax CRUD operations in laravel

05. August 2016 Intermediate, Laravel 36
Ajax CRUD operations in laravel
Hello readers, am back with another tutorial to discuss about performing Create Read Update Delete(CRUD) operations in laravel using ajax. In previous tutorials like integrating bootgrid plugin there are CRUD operations but they are without ajax, every time the operation is performed the page may reload and show the information. But here all the CRUD operations ...

How to deploy laravel project in shared hosting

How to deploy laravel project in shared hosting
Hello readers, here we will discuss an interesting topic now, the most asked and debated question – Laravel project in shared hosting?  Some say you can and some say you should not do it. Here we will discuss when to deploy our project to shared hosting and how to deploy in shared hosting. When to deploy ...