Laracasts – Laravel, Vue and SPAs

Laracasts – Laravel, Vue and SPAs
English | Tutorial | Size: 250.50 MB


In this series, come along as I build an “assets” website for Laracasts. Using Laravel as a backend, step-by-step, we’ll pull in Vue and Vue Router to construct a practical and real-life single-page application.

Laracasts – Build A Voting App

Laracasts – Build A Voting App
English | Tutorial | Size: 2.90 GB


In this workshop, we’ll build a voting app, similar to UserVoice, that allows you to create ideas, vote and comment on them, sort and filter the results, and even administer the site.

Laracasts – Let’s Build a SaaS in Laravel

Laracasts – Let’s Build a SaaS in Laravel (Aug 14, 2024)
English | Tutorial | Size: 3.75 GB


There are endless tutorials online for how to build an idealized project, based on what’s easy to teach.

Laracasts – Laravel Authentication Techniques

Laracasts – Laravel Authentication Techniques
English | Tutorial | Size: 115.81 MB


While Laravel offers a robust, traditional authentication setup out of the box, you may find that you require unique setups for certain projects. Perhaps one application should leverage GitHub for its sign in functionality. Maybe another app only requires password-less authentication.

Laracasts – Learn Redis Through Examples

Laracasts – Learn Redis Through Examples
English | Tutorial | Size: 157.21 MB


You’ve probably known for a while now that Redis is a thing. But, like so many others, maybe you’ve had trouble understanding exactly when you would reach for a key-value database like this.