Learn to deploy a Vultr server with the Laravel Marketplace App and host a Laravel application with Vultr Managed Database and Let's Encrypt SSL.
We will create a Single Page Application(SPA) using the Laravel and Vue.js. In this SPA, you can create a post, edit the post, read the post and delete the post. We will create Laravel API Backend.
Introducing the Next.js book! Nathan Wu is back with another amazing book that you can't miss! Next.js is a fast-growing React framework that is used by many startups and big companies around the ...
Learn how to use redis with Laravel Framework to improve your Laravel site speed and performance. Social OAuth authentication for Laravel 5. This package supports more drivers, including: Facebook, ...
Do you want to learn how to code but don't have much money to spend? Here is a curated list of freebies and free programming courses that you can take. Some of these courses are only free for a ...
Laravel Cheat Sheet , Codes , function , methods of laravel framework ...
A Laravel package that makes it easy to handle and customize api exceptions and responses and also support for model uuid Learn how to use Cropper.js to crop images in laravel. Cropper.js is an easy ...
Roland shows us how to deploy a Vue CLI 3 projects to Github pages. GitHub Pages is a static site hosting service designed to host your personal, organization, or project pages directly from a GitHub ...
The Eloquent ORM included with Laravel provides you with an easy way of interacting with your database. This simplifies all CRUD (Create, read, update, and delete) operations and any other database ...
Laravel Gates allows you to authorize users from accessing certain areas of your application. You can easily define gates in your application and then use them to allow or deny access. Let's start ...
Having an RSS feed would allow your users to track the latest posts on your website easily. But having an RSS feed will also allow you to sign up for services like ...