Are you over 18 and want to see adult content?
More Annotations

Draft Board Software for Fantasy Football - Draft Night
Are you over 18 and want to see adult content?

Cuff-Daddy Cufflinks - Giving Men Good Taste Since 2002 - Cuff Daddy
Are you over 18 and want to see adult content?

SGN - Ausbildung für Gesundheitsberufe, Mönchengladbach SGN - Ausbildung für Gesundheitsberufe - Ausbildung
Are you over 18 and want to see adult content?

mamcin.com - Faites passer l'info! - mamcin.com
Are you over 18 and want to see adult content?

Homepage - Tefal Cuisine Companion
Are you over 18 and want to see adult content?

-интернет-магазин «S-Trade»- - контакты, товары, уÑлуги, цены
Are you over 18 and want to see adult content?
Favourite Annotations

bOing! Festival - Kent's International Family Festival
Are you over 18 and want to see adult content?

Artiestenbureau met bijzondere opening acts, artiesten en entertainment
Are you over 18 and want to see adult content?

Seminare- Korrespondenztraining, Beschwerdemanagement, Zeitmanagement, Texten, Rhetorik
Are you over 18 and want to see adult content?

Hertz South Africa - Quality Car Rental - Car Hire Specials
Are you over 18 and want to see adult content?

Text To Speech Reader. Online, Accurate, Free & Unlimited - TTSReader
Are you over 18 and want to see adult content?

Yukon Territory Alaska Northern British Columbia
Are you over 18 and want to see adult content?

Core Banking and Nidhi software - Finance, Loan and Microfinance software - Chit Fund software - MLM Software
Are you over 18 and want to see adult content?
Text
LARAVEL BASICS
This course takes you through the most used parts of the framework to get you up and running in no time. 1. Introduction. 2. Downloading andrunning Laravel. 3.
SEARCH - LIBRARY
2021 Codecourse Ltd. All Rights Reserved. Born in London, UK.CODECOURSE BLOG
Codecourse Blog. Clean Reusable Livewire Modals That You Can Trigger From Anywhere. Everyone loves modals, and with Livewire they're surprisingly easy to implement with the help of Alpine.js. I've been through so many iterations of the perfect modal setup, and this. Laravel Livewire Infinite Scrolling. When I set out to implementinfinite
CODECOURSE.COM
codecourse.com
LARAVEL AUTHENTICATION: UI VS JETSTREAM VS FORTIFY VS BREEZE In this article, I want to outline as simply as possible the differences between four first-party Laravel packages – UI, Jetstream, Fortify and Breeze. All, to some extent, help you scaffold your apps (or parts of them) so you can get on with the good stuff. UI (laravel/ui)Prior to LARAVEL LIVEWIRE INFINITE SCROLLINGTAILWIND IN VUE CLI
Need to get Tailwind set up with a Vue CLI-built project? Here's a handy step by step guide. We'll start with the basics and then go into some really important specifics for deploying to production. Create the appLet's start with a fresh Vue project. Make sure Vue CLI is up USING VUEX WITH THE VUE COMPOSITION API Use the vuex-composition-helpers package. This'll feel more natural if you're used to working with mapGetters and mapActions in your components with the Options API. The first thing you'll need to do is install the package. Then, it's as simple as mapping getters, mutations, actions or state much like you're used to, using thefunctions provided.
ACCESSING AUTHENTICATED USER DETAILS WITH JAVASCRIPT IN If a user isn't authenticated, this gives you window.User = null. If a user is signed in, you'll get an object with the properties you pass through to the only method. This does mean you'll have to check that window.User is not null before you try to access any properties. Just be aware, this unescapes the data that you're rendering to the page BUILD A CLASSIFIED ADS SITE Build a classified ads site. 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. Watch this course. 1. Introduction and demo. 09:34. 2.LARAVEL BASICS
This course takes you through the most used parts of the framework to get you up and running in no time. 1. Introduction. 2. Downloading andrunning Laravel. 3.
SEARCH - LIBRARY
2021 Codecourse Ltd. All Rights Reserved. Born in London, UK.CODECOURSE BLOG
Codecourse Blog. Clean Reusable Livewire Modals That You Can Trigger From Anywhere. Everyone loves modals, and with Livewire they're surprisingly easy to implement with the help of Alpine.js. I've been through so many iterations of the perfect modal setup, and this. Laravel Livewire Infinite Scrolling. When I set out to implementinfinite
CODECOURSE.COM
codecourse.com
LARAVEL AUTHENTICATION: UI VS JETSTREAM VS FORTIFY VS BREEZE In this article, I want to outline as simply as possible the differences between four first-party Laravel packages – UI, Jetstream, Fortify and Breeze. All, to some extent, help you scaffold your apps (or parts of them) so you can get on with the good stuff. UI (laravel/ui)Prior to LARAVEL LIVEWIRE INFINITE SCROLLINGTAILWIND IN VUE CLI
Need to get Tailwind set up with a Vue CLI-built project? Here's a handy step by step guide. We'll start with the basics and then go into some really important specifics for deploying to production. Create the appLet's start with a fresh Vue project. Make sure Vue CLI is up USING VUEX WITH THE VUE COMPOSITION API Use the vuex-composition-helpers package. This'll feel more natural if you're used to working with mapGetters and mapActions in your components with the Options API. The first thing you'll need to do is install the package. Then, it's as simple as mapping getters, mutations, actions or state much like you're used to, using thefunctions provided.
ACCESSING AUTHENTICATED USER DETAILS WITH JAVASCRIPT IN If a user isn't authenticated, this gives you window.User = null. If a user is signed in, you'll get an object with the properties you pass through to the only method. This does mean you'll have to check that window.User is not null before you try to access any properties. Just be aware, this unescapes the data that you're rendering to the pageCODECOURSE
Build a robust e-commerce platform with a Laravel API and Nuxt frontend. Products with flexible variations, proper price implementation, a full checkout experience with dynamic shipping and payment implementations (including saved payment methods) and loads more. I credit Codecourse as the single most beneficial learningresource to my
CODECOURSE BLOG
Codecourse Blog. Clean Reusable Livewire Modals That You Can Trigger From Anywhere. Everyone loves modals, and with Livewire they're surprisingly easy to implement with the help of Alpine.js. I've been through so many iterations of the perfect modal setup, and this. Laravel Livewire Infinite Scrolling. When I set out to implementinfinite
SEARCH - LIBRARY
2021 Codecourse Ltd. All Rights Reserved. Born in London, UK. BUILD A NOTES APP WITH FLUTTER Build a notes app with Flutter. Let's learn about state management in Flutter (using the Provider package) by building a small notes app. It'll do everything you expect a note taking app to do, but you'll learn about state management, text editing controllers and pushing BUILD A DEVSPIRATION APP Build a Devspiration app. It's a simple app concept, but you'll learn Flutter routing, how to create and use an app drawer, make API requests and more. Watch this course.VUE AUTHENTICATION
Vue Authentication. Authentication doesn't need to be complicated. Let's cover a clean, simple method of authenticating with Vue and Vuex. We're using a Laravel API, but you can use any language or framework. Watch this course. LARAVEL WEBSOCKETS ON FORGE (THE COMPLETE GUIDE) Head to your server in Forge and choose the Daemon menu option. Add the Daemon to run Laravel Websockets as follows, replacing your site name in the Directory. Here's the command for easy copy/pasting. php artisan websockets:serve --port=6001. Once that's added and running, you have the websocket server started. CLEAN REUSABLE LIVEWIRE MODALS THAT YOU CAN TRIGGER FROM Everyone loves modals, and with Livewire they're surprisingly easy to implement with the help of Alpine.js.I've been through so many iterations of the perfect modal setup, and this is the solution I've arrived at for clean, reusable modals that you can trigger from absolutely anywhere.. Before we start, if you're more into watching screencasts, there's a free version of this article as a BUILD AN RSS READER WITH ALPINE.JS Build an RSS reader with Alpine.js. Alpine.js is a tiny JavaScript framework that makes declarative rendering super easy, without the weight of larger frameworks like Vue or React. While I was playing around with it, I took some time to build a simple, personal RSS reader for fun. Here's what I came up with! It's pretty ugly, but itworks great.
SETTING UP LARAVEL SANCTUM (AIRLOCK) FOR SPA Laravel Sanctum (previously known as Laravel Airlock) is an official Laravel package to deal with both API token and SPA (Single Page Application) authentication. We're focusing on SPA authentication using a simple Vue.js app. It's really important to note that this guide has nothing to do with issuing and BUILD A CLASSIFIED ADS SITE Build a classified ads site. 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. Watch this course. 1. Introduction and demo. 09:34. 2.LARAVEL BASICS
This course takes you through the most used parts of the framework to get you up and running in no time. 1. Introduction. 2. Downloading andrunning Laravel. 3.
SEARCH - LIBRARY
2021 Codecourse Ltd. All Rights Reserved. Born in London, UK.CODECOURSE BLOG
Codecourse Blog. Clean Reusable Livewire Modals That You Can Trigger From Anywhere. Everyone loves modals, and with Livewire they're surprisingly easy to implement with the help of Alpine.js. I've been through so many iterations of the perfect modal setup, and this. Laravel Livewire Infinite Scrolling. When I set out to implementinfinite
CODECOURSE.COM
codecourse.com
LARAVEL AUTHENTICATION: UI VS JETSTREAM VS FORTIFY VS BREEZE In this article, I want to outline as simply as possible the differences between four first-party Laravel packages – UI, Jetstream, Fortify and Breeze. All, to some extent, help you scaffold your apps (or parts of them) so you can get on with the good stuff. UI (laravel/ui)Prior to LARAVEL LIVEWIRE INFINITE SCROLLINGTAILWIND IN VUE CLI
Need to get Tailwind set up with a Vue CLI-built project? Here's a handy step by step guide. We'll start with the basics and then go into some really important specifics for deploying to production. Create the appLet's start with a fresh Vue project. Make sure Vue CLI is up USING VUEX WITH THE VUE COMPOSITION API Use the vuex-composition-helpers package. This'll feel more natural if you're used to working with mapGetters and mapActions in your components with the Options API. The first thing you'll need to do is install the package. Then, it's as simple as mapping getters, mutations, actions or state much like you're used to, using thefunctions provided.
ACCESSING AUTHENTICATED USER DETAILS WITH JAVASCRIPT IN If a user isn't authenticated, this gives you window.User = null. If a user is signed in, you'll get an object with the properties you pass through to the only method. This does mean you'll have to check that window.User is not null before you try to access any properties. Just be aware, this unescapes the data that you're rendering to the page BUILD A CLASSIFIED ADS SITE Build a classified ads site. 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. Watch this course. 1. Introduction and demo. 09:34. 2.LARAVEL BASICS
This course takes you through the most used parts of the framework to get you up and running in no time. 1. Introduction. 2. Downloading andrunning Laravel. 3.
SEARCH - LIBRARY
2021 Codecourse Ltd. All Rights Reserved. Born in London, UK.CODECOURSE BLOG
Codecourse Blog. Clean Reusable Livewire Modals That You Can Trigger From Anywhere. Everyone loves modals, and with Livewire they're surprisingly easy to implement with the help of Alpine.js. I've been through so many iterations of the perfect modal setup, and this. Laravel Livewire Infinite Scrolling. When I set out to implementinfinite
CODECOURSE.COM
codecourse.com
LARAVEL AUTHENTICATION: UI VS JETSTREAM VS FORTIFY VS BREEZE In this article, I want to outline as simply as possible the differences between four first-party Laravel packages – UI, Jetstream, Fortify and Breeze. All, to some extent, help you scaffold your apps (or parts of them) so you can get on with the good stuff. UI (laravel/ui)Prior to LARAVEL LIVEWIRE INFINITE SCROLLINGTAILWIND IN VUE CLI
Need to get Tailwind set up with a Vue CLI-built project? Here's a handy step by step guide. We'll start with the basics and then go into some really important specifics for deploying to production. Create the appLet's start with a fresh Vue project. Make sure Vue CLI is up USING VUEX WITH THE VUE COMPOSITION API Use the vuex-composition-helpers package. This'll feel more natural if you're used to working with mapGetters and mapActions in your components with the Options API. The first thing you'll need to do is install the package. Then, it's as simple as mapping getters, mutations, actions or state much like you're used to, using thefunctions provided.
ACCESSING AUTHENTICATED USER DETAILS WITH JAVASCRIPT IN If a user isn't authenticated, this gives you window.User = null. If a user is signed in, you'll get an object with the properties you pass through to the only method. This does mean you'll have to check that window.User is not null before you try to access any properties. Just be aware, this unescapes the data that you're rendering to the pageCODECOURSE
Build a robust e-commerce platform with a Laravel API and Nuxt frontend. Products with flexible variations, proper price implementation, a full checkout experience with dynamic shipping and payment implementations (including saved payment methods) and loads more. I credit Codecourse as the single most beneficial learningresource to my
SEARCH - LIBRARY
2021 Codecourse Ltd. All Rights Reserved. Born in London, UK.CODECOURSE BLOG
Codecourse Blog. Clean Reusable Livewire Modals That You Can Trigger From Anywhere. Everyone loves modals, and with Livewire they're surprisingly easy to implement with the help of Alpine.js. I've been through so many iterations of the perfect modal setup, and this. Laravel Livewire Infinite Scrolling. When I set out to implementinfinite
BUILD A NOTES APP WITH FLUTTER Build a notes app with Flutter. Let's learn about state management in Flutter (using the Provider package) by building a small notes app. It'll do everything you expect a note taking app to do, but you'll learn about state management, text editing controllers and pushingVUE AUTHENTICATION
Vue Authentication. Authentication doesn't need to be complicated. Let's cover a clean, simple method of authenticating with Vue and Vuex. We're using a Laravel API, but you can use any language or framework. Watch this course. LARAVEL WEBSOCKETS ON FORGE (THE COMPLETE GUIDE) Head to your server in Forge and choose the Daemon menu option. Add the Daemon to run Laravel Websockets as follows, replacing your site name in the Directory. Here's the command for easy copy/pasting. php artisan websockets:serve --port=6001. Once that's added and running, you have the websocket server started. CLEAN REUSABLE LIVEWIRE MODALS THAT YOU CAN TRIGGER FROM Everyone loves modals, and with Livewire they're surprisingly easy to implement with the help of Alpine.js.I've been through so many iterations of the perfect modal setup, and this is the solution I've arrived at for clean, reusable modals that you can trigger from absolutely anywhere.. Before we start, if you're more into watching screencasts, there's a free version of this article as a THE POWER OF DYNAMIC VUE COMPONENTS The Power Of Dynamic Vue Components. When I stumble across something that makes my code cleaner, I'm all in. Dynamic Vue components have come to the rescue in several projects I've worked on, and I'm here to show you how to use them to cleanly render component variations on similar sets of data. Let's dive right in and make it clear what I'm BUILD AN RSS READER WITH ALPINE.JS Build an RSS reader with Alpine.js. Alpine.js is a tiny JavaScript framework that makes declarative rendering super easy, without the weight of larger frameworks like Vue or React. While I was playing around with it, I took some time to build a simple, personal RSS reader for fun. Here's what I came up with! It's pretty ugly, but itworks great.
SETTING UP LARAVEL SANCTUM (AIRLOCK) FOR SPA Laravel Sanctum (previously known as Laravel Airlock) is an official Laravel package to deal with both API token and SPA (Single Page Application) authentication. We're focusing on SPA authentication using a simple Vue.js app. It's really important to note that this guide has nothing to do with issuing andLARAVEL BASICS
This course takes you through the most used parts of the framework to get you up and running in no time. 1. Introduction. 2. Downloading andrunning Laravel. 3.
BUILD A CODE SNIPPET WEBSITE Build a code snippet website. 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. Watch this course. 1.CODECOURSE BLOG
Codecourse Blog. Clean Reusable Livewire Modals That You Can Trigger From Anywhere. Everyone loves modals, and with Livewire they're surprisingly easy to implement with the help of Alpine.js. I've been through so many iterations of the perfect modal setup, and this. Laravel Livewire Infinite Scrolling. When I set out to implementinfinite
AUTHENTICATION WITH FLUTTER Authentication with Flutter. Need to authenticate users in your Flutter app? Here's a great place to start. We'll set up JWT authentication, build out a simple, clean authentication service, and securely store the token on the user's device to keep them signed in.Watch this course.
ALPINE.JS STATE MANAGEMENT WITH SPRUCE Alpine.js State Management with Spruce. Missing state management in Alpine.js? Meet Spruce, a lightweight state management layer for Alpine.js that makes managing state between components a breeze. Core Alpine.js team member and Spruce author, Ryan Chandler, walks us LARAVEL AUTHENTICATION: UI VS JETSTREAM VS FORTIFY VS BREEZE In this article, I want to outline as simply as possible the differences between four first-party Laravel packages – UI, Jetstream, Fortify and Breeze. All, to some extent, help you scaffold your apps (or parts of them) so you can get on with the good stuff. UI (laravel/ui)Prior to USING VUEX WITH THE VUE COMPOSITION API Use the vuex-composition-helpers package. This'll feel more natural if you're used to working with mapGetters and mapActions in your components with the Options API. The first thing you'll need to do is install the package. Then, it's as simple as mapping getters, mutations, actions or state much like you're used to, using thefunctions provided.
BUILD AN RSS READER WITH ALPINE.JS LARAVEL SANCTUM (AIRLOCK) WITH POSTMAN I'm really excited to be using Laravel Sanctum, but once I fired up Postman to start testing my endpoint responses, I realised this would take a little more work than just attaching a token (unless you're using token based authentication with Sanctum). If you're building aSPA and want to
COMPUTED PROPERTIES IN ALPINE.JS If you're using Alpine.js and also use a framework like Vue.js, you're probably missing computed properties right now. Up until recently, I'd been achieving things I wanted computed using functions, and while it worked, it didn't feel right.LARAVEL BASICS
This course takes you through the most used parts of the framework to get you up and running in no time. 1. Introduction. 2. Downloading andrunning Laravel. 3.
BUILD A CODE SNIPPET WEBSITE Build a code snippet website. 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. Watch this course. 1.CODECOURSE BLOG
Codecourse Blog. Clean Reusable Livewire Modals That You Can Trigger From Anywhere. Everyone loves modals, and with Livewire they're surprisingly easy to implement with the help of Alpine.js. I've been through so many iterations of the perfect modal setup, and this. Laravel Livewire Infinite Scrolling. When I set out to implementinfinite
AUTHENTICATION WITH FLUTTER Authentication with Flutter. Need to authenticate users in your Flutter app? Here's a great place to start. We'll set up JWT authentication, build out a simple, clean authentication service, and securely store the token on the user's device to keep them signed in.Watch this course.
ALPINE.JS STATE MANAGEMENT WITH SPRUCE Alpine.js State Management with Spruce. Missing state management in Alpine.js? Meet Spruce, a lightweight state management layer for Alpine.js that makes managing state between components a breeze. Core Alpine.js team member and Spruce author, Ryan Chandler, walks us LARAVEL AUTHENTICATION: UI VS JETSTREAM VS FORTIFY VS BREEZE In this article, I want to outline as simply as possible the differences between four first-party Laravel packages – UI, Jetstream, Fortify and Breeze. All, to some extent, help you scaffold your apps (or parts of them) so you can get on with the good stuff. UI (laravel/ui)Prior to USING VUEX WITH THE VUE COMPOSITION API Use the vuex-composition-helpers package. This'll feel more natural if you're used to working with mapGetters and mapActions in your components with the Options API. The first thing you'll need to do is install the package. Then, it's as simple as mapping getters, mutations, actions or state much like you're used to, using thefunctions provided.
BUILD AN RSS READER WITH ALPINE.JS LARAVEL SANCTUM (AIRLOCK) WITH POSTMAN I'm really excited to be using Laravel Sanctum, but once I fired up Postman to start testing my endpoint responses, I realised this would take a little more work than just attaching a token (unless you're using token based authentication with Sanctum). If you're building aSPA and want to
COMPUTED PROPERTIES IN ALPINE.JS If you're using Alpine.js and also use a framework like Vue.js, you're probably missing computed properties right now. Up until recently, I'd been achieving things I wanted computed using functions, and while it worked, it didn't feel right.LARAVEL TEAMS
Mocking the UI. 3. Creating teams. 4. Installing Laratrust. 5. Seeding roles and permissions. 6. Attaching the admin role when creating ateam.
BUILD A NOTES APP WITH FLUTTER Build a notes app with Flutter. Let's learn about state management in Flutter (using the Provider package) by building a small notes app. It'll do everything you expect a note taking app to do, but you'll learn about state management, text editing controllers and pushing STRUCTURING A SLIM 4 PROJECT Structuring a Slim 4 Project. The flexibility of Slim means you can structure your code however you like. This course covers building up a common structure that works for almost all projects. Watch thiscourse.
AUTHENTICATION WITH FLUTTER Authentication with Flutter. Need to authenticate users in your Flutter app? Here's a great place to start. We'll set up JWT authentication, build out a simple, clean authentication service, and securely store the token on the user's device to keep them signed in.Watch this course.
VUE AUTHENTICATION
Vue Authentication. Authentication doesn't need to be complicated. Let's cover a clean, simple method of authenticating with Vue and Vuex. We're using a Laravel API, but you can use any language or framework. Watch this course. BUILD AN RSS READER WITH ALPINE.JS Build an RSS reader with Alpine.js. Alpine.js is a tiny JavaScript framework that makes declarative rendering super easy, without the weight of larger frameworks like Vue or React. While I was playing around with it, I took some time to build a simple, personal RSS reader for fun. Here's what I came up with! It's pretty ugly, but itworks great.
LARAVEL WEBSOCKETS ON FORGE (THE COMPLETE GUIDE) Head to your server in Forge and choose the Daemon menu option. Add the Daemon to run Laravel Websockets as follows, replacing your site name in the Directory. Here's the command for easy copy/pasting. php artisan websockets:serve --port=6001. Once that's added and running, you have the websocket server started. THE POWER OF DYNAMIC VUE COMPONENTS The Power Of Dynamic Vue Components. When I stumble across something that makes my code cleaner, I'm all in. Dynamic Vue components have come to the rescue in several projects I've worked on, and I'm here to show you how to use them to cleanly render component variations on similar sets of data. Let's dive right in and make it clear what I'mLARAVEL BASICS
This course takes you through the most used parts of the framework to get you up and running in no time. 1. Introduction. 2. Downloading andrunning Laravel. 3.
BUILD A CODE SNIPPET WEBSITE Build a code snippet website. 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. Watch this course. 1.CODECOURSE BLOG
Codecourse Blog. Clean Reusable Livewire Modals That You Can Trigger From Anywhere. Everyone loves modals, and with Livewire they're surprisingly easy to implement with the help of Alpine.js. I've been through so many iterations of the perfect modal setup, and this. Laravel Livewire Infinite Scrolling. When I set out to implementinfinite
AUTHENTICATION WITH FLUTTER Authentication with Flutter. Need to authenticate users in your Flutter app? Here's a great place to start. We'll set up JWT authentication, build out a simple, clean authentication service, and securely store the token on the user's device to keep them signed in.Watch this course.
ALPINE.JS STATE MANAGEMENT WITH SPRUCE Alpine.js State Management with Spruce. Missing state management in Alpine.js? Meet Spruce, a lightweight state management layer for Alpine.js that makes managing state between components a breeze. Core Alpine.js team member and Spruce author, Ryan Chandler, walks us LARAVEL AUTHENTICATION: UI VS JETSTREAM VS FORTIFY VS BREEZE In this article, I want to outline as simply as possible the differences between four first-party Laravel packages – UI, Jetstream, Fortify and Breeze. All, to some extent, help you scaffold your apps (or parts of them) so you can get on with the good stuff. UI (laravel/ui)Prior to USING VUEX WITH THE VUE COMPOSITION API Use the vuex-composition-helpers package. This'll feel more natural if you're used to working with mapGetters and mapActions in your components with the Options API. The first thing you'll need to do is install the package. Then, it's as simple as mapping getters, mutations, actions or state much like you're used to, using thefunctions provided.
BUILD AN RSS READER WITH ALPINE.JS LARAVEL SANCTUM (AIRLOCK) WITH POSTMAN I'm really excited to be using Laravel Sanctum, but once I fired up Postman to start testing my endpoint responses, I realised this would take a little more work than just attaching a token (unless you're using token based authentication with Sanctum). If you're building aSPA and want to
COMPUTED PROPERTIES IN ALPINE.JS If you're using Alpine.js and also use a framework like Vue.js, you're probably missing computed properties right now. Up until recently, I'd been achieving things I wanted computed using functions, and while it worked, it didn't feel right.LARAVEL BASICS
This course takes you through the most used parts of the framework to get you up and running in no time. 1. Introduction. 2. Downloading andrunning Laravel. 3.
BUILD A CODE SNIPPET WEBSITE Build a code snippet website. 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. Watch this course. 1.CODECOURSE BLOG
Codecourse Blog. Clean Reusable Livewire Modals That You Can Trigger From Anywhere. Everyone loves modals, and with Livewire they're surprisingly easy to implement with the help of Alpine.js. I've been through so many iterations of the perfect modal setup, and this. Laravel Livewire Infinite Scrolling. When I set out to implementinfinite
AUTHENTICATION WITH FLUTTER Authentication with Flutter. Need to authenticate users in your Flutter app? Here's a great place to start. We'll set up JWT authentication, build out a simple, clean authentication service, and securely store the token on the user's device to keep them signed in.Watch this course.
ALPINE.JS STATE MANAGEMENT WITH SPRUCE Alpine.js State Management with Spruce. Missing state management in Alpine.js? Meet Spruce, a lightweight state management layer for Alpine.js that makes managing state between components a breeze. Core Alpine.js team member and Spruce author, Ryan Chandler, walks us LARAVEL AUTHENTICATION: UI VS JETSTREAM VS FORTIFY VS BREEZE In this article, I want to outline as simply as possible the differences between four first-party Laravel packages – UI, Jetstream, Fortify and Breeze. All, to some extent, help you scaffold your apps (or parts of them) so you can get on with the good stuff. UI (laravel/ui)Prior to USING VUEX WITH THE VUE COMPOSITION API Use the vuex-composition-helpers package. This'll feel more natural if you're used to working with mapGetters and mapActions in your components with the Options API. The first thing you'll need to do is install the package. Then, it's as simple as mapping getters, mutations, actions or state much like you're used to, using thefunctions provided.
BUILD AN RSS READER WITH ALPINE.JS LARAVEL SANCTUM (AIRLOCK) WITH POSTMAN I'm really excited to be using Laravel Sanctum, but once I fired up Postman to start testing my endpoint responses, I realised this would take a little more work than just attaching a token (unless you're using token based authentication with Sanctum). If you're building aSPA and want to
COMPUTED PROPERTIES IN ALPINE.JS If you're using Alpine.js and also use a framework like Vue.js, you're probably missing computed properties right now. Up until recently, I'd been achieving things I wanted computed using functions, and while it worked, it didn't feel right.LARAVEL TEAMS
Mocking the UI. 3. Creating teams. 4. Installing Laratrust. 5. Seeding roles and permissions. 6. Attaching the admin role when creating ateam.
BUILD A NOTES APP WITH FLUTTER Build a notes app with Flutter. Let's learn about state management in Flutter (using the Provider package) by building a small notes app. It'll do everything you expect a note taking app to do, but you'll learn about state management, text editing controllers and pushing STRUCTURING A SLIM 4 PROJECT Structuring a Slim 4 Project. The flexibility of Slim means you can structure your code however you like. This course covers building up a common structure that works for almost all projects. Watch thiscourse.
AUTHENTICATION WITH FLUTTER Authentication with Flutter. Need to authenticate users in your Flutter app? Here's a great place to start. We'll set up JWT authentication, build out a simple, clean authentication service, and securely store the token on the user's device to keep them signed in.Watch this course.
VUE AUTHENTICATION
Vue Authentication. Authentication doesn't need to be complicated. Let's cover a clean, simple method of authenticating with Vue and Vuex. We're using a Laravel API, but you can use any language or framework. Watch this course. BUILD AN RSS READER WITH ALPINE.JS Build an RSS reader with Alpine.js. Alpine.js is a tiny JavaScript framework that makes declarative rendering super easy, without the weight of larger frameworks like Vue or React. While I was playing around with it, I took some time to build a simple, personal RSS reader for fun. Here's what I came up with! It's pretty ugly, but itworks great.
LARAVEL WEBSOCKETS ON FORGE (THE COMPLETE GUIDE) Head to your server in Forge and choose the Daemon menu option. Add the Daemon to run Laravel Websockets as follows, replacing your site name in the Directory. Here's the command for easy copy/pasting. php artisan websockets:serve --port=6001. Once that's added and running, you have the websocket server started. THE POWER OF DYNAMIC VUE COMPONENTS The Power Of Dynamic Vue Components. When I stumble across something that makes my code cleaner, I'm all in. Dynamic Vue components have come to the rescue in several projects I've worked on, and I'm here to show you how to use them to cleanly render component variations on similar sets of data. Let's dive right in and make it clear what I'm* Library
* Subjects
* Paths
Sign in
Join pro
READY TO BUILD SOMETHING AWESOME? PRACTICAL SCREENCASTS FOR AWESOME DEVELOPERS. Or just browse the library PRACTICAL PROJECTS TO GET YOU AHEAD. Rather than just teach theory, we focus on real code to inspire your next project. Learning shouldn't be boring, so let's have some fun. My career started as a designer. Out of necessity I needed to learn how to handle the entire stack. Codecourse took me from basically no knowledge of development to being able to handle every aspect of it. JOSH STOBBS, ONTARIO, CANADALATEST CONTENT
Fresh from the library Browse everything → USING BLADE COMPONENTS FOR PAGE TITLES* 10 mins
* Released 8 days agoLaravel
AUTHENTICATION WITH LARAVEL FORTIFY* 1 hour 30 mins
* Released 10 days agoLaravel
Updated
BUILD A JOB BOARD WITH LARAVEL, GRAPHQL, NUXT AND APOLLO* 2 hours 2 mins
* Released 10 days agoLaravel
Nuxt.js
In development
Updated
LARAVEL JETSTREAM TEAMS* 48 mins
* Released 2 months agoLaravel
LARAVEL HOMESTEAD
* 30 mins
* Released 2 months agoLaravel
Browse all courses
UNLIMITED ACCESS TO EVERYTHING WITH PRO MEMBERSHIP. For the price of a few coffees a month you get access to our ENTIRE LIBRARY OF CONTENT, and more.See plans
FEATURED CONTENT
Laravel v7
Vue.js
COURSE
BUILD A TWITTER CLONE Let's recreate Twitter with Laravel! Completely from scratch, we'll use Laravel and Vue to build out a Twitter Clone with as many features as we can. Includes a timeline, notifications, media uploads, hashtags, mentions, granular search and much more. To top it off, everything is updated in true realtime.Nuxt.js v2
Laravel v6
Tailwind CSS
COURSE
BUILD A CODE SNIPPET WEBSITE 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.Vue.js
Laravel
Nuxt.js
COURSE
BUILD AN E-COMMERCE PLATFORM Build a robust e-commerce platform with a Laravel API and Nuxt frontend. Products with flexible variations, proper price implementation, a full checkout experience with dynamic shipping and payment implementations (including saved payment methods) and loadsmore.
I credit Codecourse as the single most beneficial learning resource to my development career. When I was learning my first programming language, Codecourse taught me how to develop simple applications and introduced me to the fundamentals. Now I develop complex applications and I'm a senior developer with my company. You put in the effort, Codecourse brings the knowledge! MARK TOWNSEND, HOUSTON, TX (@MTOWNSEND5512)
LIBRARY
* Latest & Featured
* Library index
* Snippets
* Browse subjects
YOUR ACCOUNT
* Sign in
PRO MEMBERSHIP
* Go pro
* Testimonials
SOCIAL
* RSS feeds
* YouTube
COMPANY
* Blog
* Get in touch
* Terms
* Privacy policy
2020 Codecourse Ltd. All Rights Reserved. Born in London, UK.Details
Copyright © 2022 ArchiveBay.com. All rights reserved. Terms of Use | Privacy Policy | DMCA | 2021 | Feedback | Advertising | RSS 2.0