Laravel category contains tutorials and troubleshooting guides about laravel framework.

Laravel Vue JS CRUD SPA (Single-Page Application) Tutorial

Laravel Vue JS CRUD SPA (Single-Page Application) Tutorial

Here in our Laravel Vue JS CRUD tutorial, we'll share you how we've created a single-page application (SPA) where we can perform CRUD (create, read, update, delete) operations in MySQL database interactively.

Laravel's Text To Speech Offline With Web Speech API Speech Synthesis

Laravel Text to Speech Offline with Web Speech API Speech Synthesis

Looking for text-to-speech solution for your Laravel project? Try Web Speech API speech synthesis. Web Speech API is an open-source JavaScript API library, it empowers web apps (and other offline systems) by enabling voice to engage visitors with voice messages.

JL Token - Queue Management System Review

JL Token – Queue Management System Review 2021

JL Token is a web-based token queue management system developed by Justlab technologies to ease the process of organizing queues. It is an electronic based ticketing system, modernized to provide all in one queue management system solution.

Setup Laravel Ecommerce Marketplace With Bagisto Platform

Setup Laravel Ecommerce Marketplace with Bagisto

Bagisto is a free and open-source Laravel eCommerce platform built for eCommerce businesses. This enterprise was built primarily for merchants (and act as their all-in-one eCommerce marketplace). With Bagisto you can easily setup a shopping cart system, manage store, etc.

Integrate AdminLTE In Laravel Complete Guide

Integrate AdminLTE in Laravel Complete Guide

This is a complete guide to integrate AdminLTE in Laravel. A big help for web developers like me that is not a (pro) front-end developer. This is for you if you want to create a responsive web app template with admin dashboards and control panels and you don't want to start from scratch.

Laravel and PHPMailer, Send Email from Localhost with Gmail SMTP

Laravel and PHPMailer, Send Email from Localhost with Gmail SMTP

Here we are taking another challenge -- adding email functionality in a Laravel app -- hosted on a localhost machine. Here we'll develop a simple contact form in Laravel that'll be capable of sending email with CC, BCC and file attachment/s using PHPMailer with Gmail SMTP.