Posts for laravel 6

Afolayan
Afolayan wrote

Build a CRUD Application Using Laravel and React

One of the basic things for every developer is how to go about managing Create Read Update and Delete (CRUD) operations in an application. The app we’re going to be building is an Expense Management App with Laravel for the Backend API and React on the frontend. Read this article if you want to learn […]

February 3, 2020 in Laravel & React & Tutorials
Afolayan
Afolayan wrote

How To Work With Laravel Flash Messages

If you’ve come across a website with login/logout or any validation functions, chances are that you have probably come across Flash messages. At the end of this tutorial, you should have at least a basic grasp of the following: What Laravel Flash messages are Examples of common scenarios where you may come across a flash […]

November 22, 2019 in Laravel & Tutorials
Afolayan
Afolayan wrote

Building a Laravel CRUD Application

In this tutorial, we’ll be building a Laravel CRUD Application with Laravel 6 along with authentication and we’d get to do the following. Learn how to set up a Laravel Application from scratch Learn  to create a Database in PHPMyAdmin Work with laravel blade templates Work with Models, Migrations, and Controllers in Laravel Work with […]

November 21, 2019 in Laravel & Tutorials
Afolayan
Afolayan wrote

How To Switch to Ajax-based Authentication in Laravel 6

In this tutorial, you will learn how to Switch to Ajax-based Authentication in Laravel 6. One of the exciting features of Laravel 6 the ability to immediately generate a fully usable authentication system by installing the laravel UI package and running the auth command. I.e composer require laravel/ui laravel ui vue –auth As exciting as […]

November 20, 2019 in Laravel & Tutorials