front-end-back-end-web-development

By Dillon Smart · · · 0 Comments

Front-end web development meme

0 Comment

Was this helpful? Leave a comment!

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Laravel php artisan make:auth command not defined

Updated 11th August 2022

Laravel 6.0 LTS came with a lot of changes to the framework, apart from moving the the new Semantic Versioning, Laravels famous php artisan make:auth command was dropped. php artisan make:auth Before the Laravel make:auth command would create all the Migrations, Models, Controllers and Routes needed to easily setup an authenticatable application in seconds. However,

How to use Laravel Factory in Database Seeders

Updated 16th August 2022

Laravel factories are a great way to add test data to your database in bulk. This saves time, removing the need to write methods to insert data for each column manually. Follow along to learn how to use Laravel Factory in Database Seeders.  To get started, create a new model. The model we will create

How Semantic HTML Tags Can Improve Your Website’s SEO

Updated 18th December 2023

In this post, I will help you understand HTML semantic tags and how they can’t help improve your website’s SEO. I will also help you understand the meaning of Technical SEO and what steps you should take to increase your website’s SEO score to help drive more traffic. What are HTML semantic tags? Semantic tags,