Laravel Many to Many Eloquent relationship example
This is the third blog post of Laravel relationship Model tutorial series. In this tutorial, we are going to learn how to implement Many to Many relationship within our Laravel application Prerequisites Laravel To Continue with this tutorial, you should have installed Laravel in your pc. If you are still not installed Laravel in your machine you can configure it from here. Setting up the Project First you need to create a new laravel project by running below command in your...
Laravel One to Many Eloquent relationship example
This is the second blog post of Laravel relationship Model tutorial series. In this tutorial, we are going to learn how to implement One to Many relationship within our Laravel application Prerequisites Laravel To Continue with this tutorial, you should have installed Laravel in your pc. If you are still not installed Laravel in your machine you can configure it from here. Setting up the Project First you need to create a new laravel project by running below command in your...
Laravel One to One Eloquent relationship example
This is the beginning blog post of Laravel relationship series. In this tutorial, we are going to learn how to implement One to One relationship within our Laravel application Prerequisites Laravel To Continue with this tutorial, you should have installed Laravel in your pc. If you are still not installed Laravel in your machine you can configure it from here. Setting up the Project First you need to create a new laravel project by running below command in your...
Ajax dependent University Faculty Degree dropdown
In this tutorial, we are going to learn how to intergrade Srilankan University, Faculty, Degreee PHP package to our Laravel application. You can see the working demo of this application form here. When we need to take the extract Degree programme based on the University and Faculty, you can use this package: Contain all the Government Universities in Srilanka Contain all the Faculties related to particular Unversity Contain all the Degree programmes related to particular Faculty ...
Laravel Datatable Tutorial
In this tutorial, we are going to learn how to implement Datatble in Laravel. When we need to visulaize large number of Data with the actions like Edit,Delete Datatable is the easiet way. This Datatable feature provide facilities like: Pagination Multi Column Ordering Instant Search and etc. Prerequisites Laravel To Continue with this tutorial, you should have installed Laravel 8 in your pc. If you are still not installed Laravel in your machine you can configure it from...
Laravel Localization
In this tutorial, we are going to learn how to implement a multilingual website using Laravel. This localization feature provide facility to retrieve strings in various languages by allowing us to support the multiple languages within our application. Prerequisites Laravel To Continue with this tutorial, you should have installed Laravel 8 in your pc. If you are still not installed Laravel in your machine you can configure it from here. Setting up the Project First you need...
Angular authentication with AWS Amplify
In this tutorial, we are going to implement a full fleged serverless Angular authentication using AWS amplify and Angular. In here, user can signup, verifying their email, sign in, and sign out. Here we will use, 1. Use pre-built UI components 2. Call Authentication APIs manually Prerequisites Node.js To Continue with this tutorial, you should have installed Node.js in your pc. If you are still not installed Node.js in your machine you can download it from here. NPM To...
Build Laravel Vuejs like dislike system
Today we are going to build a Like and Dislike system. To implement this application, we use php framework Laravel and Progressive JavaScript Framework Vue.js. Prerequisites Laravel To Continue with this tutorial, you should have installed Laravel 8 in your pc. If you are still not installed Laravel in your machine you can configure it from here. Vue.jS You can refer the official Vue.js documentation from here. Setting up the Project First you need to create a new...
Laravel REST API with Passport Authentication
Today we are going to build a REST API using Laravel and Laravel Passport. To implement API, we use php framework Laravel , Laravel Passport and we use MYSQL to store our data. Prerequisites Laravel To Continue with this tutorial, you should have installed Laravel 8 in your pc. If you are still not installed Laravel in your machine you can configure it from here. Postman To test our API endpoints, you need a API Testing application like Postman. You can download Postman...
Angular Full Calendar with Node.js & MongoDB
In todays's tutorial, we are going to implement Full Calendar with Node.js & MongoDB. To implement API, we use light weight Node.js web application framework Express and we use MongoDB to store our Events data. Prerequisites Node.js To Continue with this tutorial, you should have installed Node.js in your pc. If you are still not installed Node.js in your machine you can download it from here. Mongo DB To Continue with this tutorial, you should have installed Mongo DB...