Laravel Homestead is a pre-packaged Vagrant box that installs everything you need to build Laravel projects. Once you're set up, you'll use a separate virtual machine environment to create and build projects, which is much easier than installing everything on your local machine.
Starting with a fresh Laravel Jetstream scaffold, we’re going to build a mini dropbox clone, powered by a single Livewire file browser component. Each team has a space where users can create folders, upload files seamlessly, browse folders and get instant search results.
Laravel Jetstream is optional application scaffolding for Laravel. Out the box, it provides authentication, email verification, two factor authentication, API token support and more. This course guides you through it’s features and goes behind the scenes to get you up to scratch, ready for your next project.
If you've got the Laravel basics covered, it's time to put what you've learned into practice. In this course, we'll build a simple app, Posty, that allows users to post on a public timeline.
You've covered the basics, now it's time to cover authentication. Although Laravel offers Jetstream (a first-party package with authentication scaffolding) building up authentication manually is great practice.
If you need a starting point for Laravel Livewire datatables, this course has you covered. We’ll create a single Datatable component that resolves a builder from a model, renders records, paginates, searches and allows multiple records to be selected and actioned on!
Just starting out with Laravel? We've got you. This course takes you through the most used parts of the framework to get you up and running in no time.
A step-by-step guide to getting the Laravel Websockets package working on Forge. We'll cover deploying, SSL support and an Nginx reverse proxy to make the process as simple as possible.
Need to add realtime functionality to your Laravel apps? Laravel Websockets provides a websocket server without the need to reach for third-party services. This course gets you up and running.
Build a realtime private message dashboard that allows conversations between any number of users, with everything updated in realtime.