[CodeCourse] Build a File Marketplace with Laravel

CodeCourse – Build a File Marketplace with Laravel [FCO] About Build a marketplace where sellers can list and sell files, while we take a cut of each sale using Stripe Connect. We’ll cover onboarding users with Stripe Connect, creating products and uploading files, payments, and delivering purchased files to your customers. Here’s everything we’ll cover: […]

[In Depth Laravel] Become Professional Laravel Developer

In Depth Laravel – Become Professional Laravel Developer [FCO] About Passionately designed video course for laravel artisans from beginning to advanced. Journey has now started Updated & Compatible for Laravel 8 What you will learn – Welcome to the Journey – Laravel 8 Upgrade & JetStream – Advanced Todo App – Introduction to Laravel – […]

[CodeCourse] Build A Classified Ads Site

  Description: A site that allows users to browse, create and pay for advertisements. Think Craigslist. We’ll cover Eloquent techniques, nested sets for flexibility, payment processing and more. Skills covered in this course: • Techniques • Laravel • Eloquent   About CodeCourse: Practical projects to get you ahead. Rather than just teach theory, we focus […]

[CodeCourse] Build A Code Snippet Website

  Description: Let’s build a code snippets website with Nuxt, Laravel and Tailwind. This project allows users to create ‘snippets’ with steps that act as a place to store useful bits of information.   Skills covered in this course: • Tailwind CSS • Laravel v6 • Nuxt.js v2   About CodeCourse: Practical projects to get […]

[Laravel Core Adventures] Master Laravel Without Stumbling Over Its Magic

  Master Laravel Without Stumbling Over Its Magic About A video course for every Laravel developer who wants to know how Laravel works under the hood to become more efficient while using it.   Detail A Seasoned Adventurer Chooses Wisely We all love Laravel, but features like Facades, Eloquent, or the Service Container can be […]

[Rafeh Qazi] The Profitable Programmer 2.0

  Author: Rafeh Qazi Language: English Updated: 2020 PDF(s) + Assets: Included   Description: The completely new and rehauled version of the Profitable Programmer is now a 16-week program that helps you break out of your 9-5, gives you the freedom to work from wherever you want, and ultimately puts you on the path to […]

[SPATIE] Laravel Package Training – Learn to create Laravel packages

Learn how to create a Laravel package Become the next package maestro   Having produced over 200 packages with more than 75 million downloads in total, the Spatie team knows what they’re talking about. Dive in the mind of the people that brought you quality packages like laravel-permission, laravel-backup, browsershot, laravel-medialibrary and learn how to […]

[Linkedin] Building RESTful APIs in Laravel

Course Info Duration: 2h 19m 17s Skill Level: Intermediate Released: March 12, 2018 Viewers: 12,830 Learn the most in-demand business, tech and creative skills from industry experts. Course details Laravel is one of the most popular PHP frameworks for building elegant applications. In this course, learn how to build a RESTful API using Laravel. Instructor […]

[Laracasts] What’s New in Laravel 5.4

Intermediate What’s New in Laravel 5.4 It’s that time of year again! Laravel is on the cusp of graduating to version 5.4. Along with it comes a variety of excellent new optimizations and features. Markdown mail, higher order collection messages, Dusk, real-time facades… yes, please! In this series, I’ll get you up to speed on […]

[Laracasts] What’s New in Laravel 5.3

Intermediate What’s New in Laravel 5.3 It’s about that time again! The release of Laravel 5.3 is imminent. That means, it’s finally time to dig in and see what’s new. And, well, there’s a lot! From directory changes, to notifications, to passports, to everything in between! This series will be refreshed every work day, so […]

[Laracasts] What’s New in Laravel 5.2

Beginner What’s New in Laravel 5.2 It’s about that time again. Laravel 5.2 is on its way (possibly in January, 2016), with a variety of useful new additions. Let’s get ahead of the game, and begin reviewing what’s new. Size:  201.58M

[Laracasts] Let’s Build A Forum with Laravel and TDD

Advanced Let’s Build A Forum with Laravel and TDD A forum is a deceptively complex thing. Sure, it’s made up of threads and replies, but what else might exist as part of a forum? What about profiles, or thread subscriptions, or filtering, or real-time notifications? As it turns out, a forum is the perfect project […]

[Laracasts] Learn Laravel Mix

Intermediate Learn Laravel Mix Webpack is the most powerful and flexible asset compilation tool available today. With that power, however, comes a certain level of complexity. That’s where Laravel Mix steps in. Intended for the 80% usecase, Mix wraps around webpack to make most commonly desired build tasks a cinch to activate. In this series, […]

[Laracasts] Learn Laravel Forge

Beginner Learn Laravel Forge In this series, guest instructor Marcel Pociot (Beyond Code) will steer you through the ins and outs of building and configuring servers with Laravel Forge. Whether you’re a seasoned veteran hoping to streamline your server workflow, or a beginner who doesn’t know where to start, Marcel will get you up to […]

[Lynda] Laravel 5 Essential Training: 1 The Basics

Author Bernard Pineda Released 8/24/2017 Frameworks allow you to do more with less code. Laravel is the most popular MVC framework for PHP. This course covers the basics you need to know to build elegant applications of any scale with Laravel. Learn how to work with the MVC architecture, bootstrap components with service providers, and […]

[LARACASTS] What’s New in Laravel 5.1

Laravel 5.1 includes a variety of welcomed new features. Everything from broadcasting events, to massively improved testing facilities, to LTS support. As always, Laravel is setting the curve with this new release. Let’s breeze through the new features that you’ll be enjoying. Size: 717.31M  

[LARACASTS] Server Management With Forge

  Services like DigitalOcean and Linode are incredibly cheap and scalable, however, they do assume a certain level of server administration knowledge. Even with these skills, performing common tasks can prove to be a burden. Thankfully, Laravel Forge, built by the creator of Laravel (Taylor Otwell), is here to save the day. Size: 204.01M

[LARACASTS] Testing Laravel

Given the number of testing tools and resources available to PHP developers, it’s no wonder why so many developers feel overwhelmed. In this series, we’ll learn the ins and outs of PHPUnit testing, while working within your familiar Laravel application structure. Size: 1012.75M

[LARACASTS] Laravel Authentication Techniques

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. In this series, we’ll review a number of techniques for authenticating your users. Size: […]

[LARACASTS] How to Manage an Open Source Project

Managing a popular open source project can be daunting at first. How do we maintain all these issues, or automatically trigger our test suite for incoming PRs? And what’s a useful workflow for brainstorming and adding new features? In this series, together, we’ll manage and maintain an open source forum, called Council, that we originally built […]

[LARACASTS] Intermediate Laravel

Made your way through Laravel 5 Fundamentals yet? Nice job! It’s time to dig a bit deeper. In this series, not only will we review higher level features, such as using the Scheduler component and dispatching commands and events, but we’ll also often peak behind the scenes to figure out how each piece fits together. Size: 647.92M

[LARACASTS] Get Real With Laravel Echo

Wouldn’t it be great if you could alert the users of your application about important changes, without requiring that they manually refresh the page? What if an order status automatically refreshed itself? What if a thread could instantly render new incoming replies? All of this is a cinch if we leverage Laravel events, Pusher, and […]

[LARACASTS] Eloquent Techniques

For any Laravel user, a solid understanding of Eloquent is crucial. In this series, we’ll review a number of key techniques for your toolbelt. Size: 196.09M

[LARACASTS] Real-time Laravel with Socket.io

When we want to broadcast events on our server to the client, how exactly do we do that? Well, there’s a number of ways to tackle it, including using a dedicated service like Pusher. However, in this mini-series, we’ll wire everything up on our own, while leveraging Node, Redis, and Socket.io. Sound fun? Size: 160.20M

[LARACASTS] Testing Laravel

Given the number of testing tools and resources available to PHP developers, it’s no wonder why so many developers feel overwhelmed. In this series, we’ll learn the ins and outs of PHPUnit testing, while working within your familiar Laravel application structure. Size: 873.71M

[LARACASTS] Let’s Build A Forum with Laravel and TDD

A forum is a deceptively complex thing. Sure, it’s made up of threads and replies, but what else might exist as part of a forum? What about profiles, or thread subscriptions, or filtering, or real-time notifications? As it turns out, a forum is the perfect project to stretch your programming muscles. In this series, we’ll […]

[LARACASTS] Laravel 5.4 From Scratch

Each year, the Laracasts “Laravel From Scratch” series is refreshed to reflect the latest iteration of the framework. This is the 2017 edition, which uses version 5.4 of the framework. Are you hoping to level up your toolset? You’ve come to the right place. This series will take you from installing Laravel, all the way […]

[LARACASTS] Incremental APIs

Often, pitfalls and traps are a good thing! They teach us about what to avoid the next time around. This is how best practices emerge. With that in mind, in this series, let’s take an incremental approach to understanding API development with Laravel. Size: 308.61M

[LARACASTS] Discover Symfony Components

While it’s sometimes fun to imagine Laravel and Symfony locked in battle, the reality is that Laravel leverages a number of excellent Symfony components. In this series, one by one, we’ll review a variety of these very components. Size: 180.55M

[LARACASTS] Advanced Eloquent

Sure, you’ve learned the essentials of using Eloquent in your applications, but do you really understand what’s going on under the hood? Well, that’s specifically what we’re interested in for this series. How do all the bits and pieces fit together? Size: 290.39M