Laracasts (@laracasts)
  • Stars
    star
    15,886
  • Global Org. Rank 1,401 (Top 0.5 %)
  • Followers 6,662
  • Registered over 10 years ago
  • Most used languages
    PHP
    81.0 %
    JavaScript
    12.4 %
    HTML
    4.4 %
    Others
    2.1 %
  • Location ๐Ÿ‡บ๐Ÿ‡ธ United States
  • Country Total Rank 633
  • Country Ranking
    PHP
    16
    HTML
    784
    Vue
    823
    JavaScript
    1,462
    CSS
    2,465
    Shell
    5,732

Top repositories

1

flash

Easy flash notifications
PHP
2,637
star
2

Laravel-5-Generators-Extended

This package extends the core file generators that are included with Laravel 5
PHP
2,447
star
3

PHP-Vars-To-Js-Transformer

Transform PHP data to JavaScript.
PHP
2,206
star
4

Lets-Build-a-Forum-in-Laravel

http://laracasts.com/series/lets-build-a-forum-with-laravel
JavaScript
912
star
5

Presenter

Easy view presenters in your apps.
PHP
864
star
6

cypress

Laravel Cypress Integration
PHP
568
star
7

Integrated

Simple, intuitive integration testing with PHPUnit.
PHP
478
star
8

TestDummy

Easy factories for PHP integration testing.
PHP
461
star
9

Vue-Forms

https://laracasts.com/series/learn-vue-2-step-by-step/episodes/19
PHP
402
star
10

Commander

Easily leverage commands and domain events in your Laravel projects.
PHP
283
star
11

Behat-Laravel-Extension

Laravel extension for Behat functional testing.
PHP
261
star
12

matryoshka

Russian Doll Caching in Laravel
PHP
237
star
13

birdboard

Birdboard Series Code
PHP
236
star
14

Tweety

The final project from Laravel From Scratch.
PHP
178
star
15

The-PHP-Practitioner-Full-Source-Code

PHP
176
star
16

Laravel-From-Scratch-HTML-CSS

The HTML and CSS for the blog design for Laravel From Scratch
HTML
158
star
17

laravel-5-roles-and-permissions-demo

https://laracasts.com/series/whats-new-in-laravel-5-1/episodes/16
PHP
153
star
18

Validation

Easy form validation.
PHP
150
star
19

larabook

Larabook Series
PHP
142
star
20

PHP-For-Beginners-Series

PHP
119
star
21

laravel-vue-spa

PHP
110
star
22

Dedicated-Query-String-Filtering

https://laracasts.com/series/eloquent-techniques/episodes/4
PHP
94
star
23

Code-Katas-in-PHP

Screencasts of various code kata challenges in HP.
PHP
88
star
24

Email-Verification-In-Laravel

PHP
83
star
25

URL-Shortener

For demo at Laracasts.com
PHP
82
star
26

The-PHP-Practitioner-Episode-16

PHP
70
star
27

Eloquent-Outside-of-Laravel

In this lesson, you'll learn how to use Eloquent in a simple vanilla PHP environment. Luckily, it's pretty easy! For smaller projects that don't require the overhead of a full-stack framework, this method can be a great choice!
PHP
69
star
28

eloquent-performance-patterns

PHP
62
star
29

Build-An-Activity-Feed-in-Laravel

https://laracasts.com/lessons/build-an-activity-feed-in-laravel
JavaScript
58
star
30

Laravel-Redis-and-Socket.io

PHP
56
star
31

Laravel-OAuth-and-Socialite

PHP
55
star
32

Laravel-and-Vue

JavaScript
54
star
33

Email-Only-Authentication-With-Laravel

https://laracasts.com/series/laravel-authentication-techniques/episodes/1
PHP
54
star
34

transcriptions

Load and parse VTT files.
PHP
53
star
35

Laravel-and-Angular-Goodness

PHP
53
star
36

testingvue

http://testingvue.com
PHP
50
star
37

simple-di-container

PHP
48
star
38

Vue-SPA-Essentials-Routing

JavaScript
45
star
39

Mass-User-Settings

PHP
40
star
40

Users-and-Roles-in-Laravel

What if you want to assign a user to a particular role? For example, some of them might be classified as members, while others could be administrators. How might we allow for such things?
PHP
40
star
41

Nested-Comments

PHP
38
star
42

Gilded-Rose-Kata-in-PHP

PHP
38
star
43

Laravel-Elixir-Vueify-Setup

JavaScript
38
star
44

Blade-Component-Examples

PHP
37
star
45

In-Stock-Tracker

PHP
34
star
46

roles-and-abilities

PHP
33
star
47

socket-io-chat-example-app

HTML
32
star
48

Reports-and-Graphs

Using ChartJS to build line graphs with Laravel.
PHP
32
star
49

Accept-Payments-With-Stripe

https://laracasts.com/series/how-to-accept-payments-with-stripe
PHP
31
star
50

The-Vast-World-of-Vuejs

Lesson 1 Source
HTML
30
star
51

How-Do-I-Create-A-Star-Rating-System

https://laracasts.com/series/how-do-i/episodes/22
PHP
29
star
52

Learn-Flexbox-Through-Examples

HTML
29
star
53

JS-Component-Playground

https://laracasts.com/series/practical-vue-components
PHP
28
star
54

The-PHP-Practitioner-Episode-20

https://laracasts.com/series/php-for-beginners/episodes/20
PHP
27
star
55

GitHub-Authentication-With-Laravel

There are a number of excellent OAuth packages available, however, this is Laracasts, and we want to know how to, not reinvent the wheel, but rebuild the wheel! With that in mind, in this lesson, let's review the general process of how to allow your users to login to your application, using GitHub (or any provider).
PHP
26
star
56

Building-User-Profiles

In this lesson, we'll review the process of adding user profiles to an application. In the process, we'll review everything from database design, to migrations, to security, to validation. Let's get going!
PHP
24
star
57

Vue-and-Laravel-Workflow

JavaScript
24
star
58

Testing-Vue

JavaScript
23
star
59

Behat-Laravel-Extension-Example-App

Quick example app to demonstrate setting up Behat with Mink and Laravel extension
CSS
23
star
60

Pjax-and-Laravel

PHP
22
star
61

Billing-With-Stripe

PHP
21
star
62

Build-Command-line-Apps

PHP
21
star
63

Widget

Simple view widgets.
PHP
20
star
64

todomvc-alpine

A quick TodoMVC implementation with Alpine.js
HTML
20
star
65

laravel-preset

The Laracasts default Laravel preset.
PHP
19
star
66

Russian-Doll-Caching-in-Laravel

https://laracasts.com/series/russian-doll-caching-in-laravel
PHP
19
star
67

Authentication-With-GitHub

https://laracasts.com/series/laravel-authentication-techniques/episodes/2
PHP
18
star
68

Build-Artisan-Commands-With-TDD

In this fun two-part series, we'll use TDD to build a helpful Artisan command. Along the way, we'll leverage both Codeception (for the end-to-end tests) and PHPSpec (for unit tests) to drive our code. There's lots to learn, so let's get going.
PHP
18
star
69

Pusher-Lesson

So you run a forum, and need some way to notify readers, if new replies have been left on a thread since their last page load. Well, how the heck do we do that? How do we say, "If a new reply is saved to the server, instantly update all viewers who might be reading the associated forum thread"? Well, Pusher can make these sorts of tasks a cinch! You'll love it.
JavaScript
18
star
70

PHP-Testing-Jargon

PHP
17
star
71

Document-Adjustments-Demo

https://laracasts.com/series/eloquent-techniques/episodes/3
PHP
17
star
72

Bash-Bootstraps

Often, it can prove helpful to write simple Bash scripts to bootstrap your new applications. The only question isโ€ฆhow do we do that? Let me show you!
Shell
17
star
73

form-objects-lesson

https://laracasts.com/series/whipping-monstrous-code-into-shape/episodes/1
PHP
17
star
74

Reusable-Repositories

So you're using repositories, but have found the process of constantly reimplementing common methods to be cumbersome?
PHP
17
star
75

Snippets-Project

https://laracasts.com/series/how-do-i/episodes/13
PHP
16
star
76

VideoJS-Events-and-AJAX

PHP
16
star
77

Transactional-Emails-in-Laravel-with-Campaign-Monitor

PHP
16
star
78

assets-website

PHP
15
star
79

build_a_forum_with_laravel_2023

Vue
15
star
80

Design-a-Fluent-API-with-TDD

https://laracasts.com/series/phpunit-testing-in-laravel/episodes/11
PHP
15
star
81

Help-Me-Understand-When-to-Use-Polymorphic-Relations

PHP
15
star
82

PHPSpec-Rocks

PHPSpec is the best test framework that you likely haven't used. That just might change after watching this video, though. It's excellent!
PHP
15
star
83

PHPSpec-Laravel-and-Refactoring

Any confusion that surrounds PHPSpec likely stems from a misunderstanding of what the framework is for. There are multiple styles and forms of testing; PHPSpec is not meant to fill all of those checkboxes. Let's talk about that in this lesson, while using BDD to build a class within a Laravel app.
PHP
14
star
84

Crazy-Simple-Pagination

PHP
13
star
85

the-specification-pattern-in-php

PHP
13
star
86

Flexible-Flash-Messages

You'll frequently find yourself in the position of needing to notify your users, in response to some particular action. In this lesson, we'll uses tests to drive flexible flash messaging.
PHP
13
star
87

laravel-workflow-for-swapping-vue-components

JavaScript
13
star
88

Bulk-Email-Notifications

In this lesson, we'll finish up our Mailchimp email notifications mini-project. Specifically, we'll focus on putting all the pieces that we built in the previous lesson together. This will include the creation of a UsersController, as well as a custom Artisan command to manually notify lesson subscribers.
PHP
13
star
89

Dynamic-Graphs-Lesson

https://laracasts.com/series/charting-and-you/episodes/8
JavaScript
13
star
90

Form-Validation-Simplified

Form validation is an interesting thing. It's trivial to implement, yet everyone tackles it differently. In this lesson, I'd like to show you my current approach (as of April, 2014) for handling this incredibly common task.
PHP
12
star
91

Laracasts-Docs

https://laracasts.com/series/how-to-read-code/episodes/6
PHP
12
star
92

Getting-Jiggy-With-Adapters

An adapter is one of the easier design patterns to learn. The reason why is because you use them in the real world all the time! In this lesson, let's review a handful of examples to figure out how it all works.
PHP
12
star
93

How-Do-I-Dry-Up-My-Forms

PHP
12
star
94

Laravel-4.1-Password-Resets

PHP
12
star
95

6-html-tags

6 New'ish HTML Tags You Can Use Right Now
HTML
11
star
96

gilded-rose-with-phpunit

Original Kata and Description: https://github.com/notmyself/GildedRose
PHP
10
star
97

Hands-On-Community-Contributions

https://laracasts.com/series/hands-on-community-contributions/episodes/13
PHP
10
star
98

Small-Objects-Are-a-Good-Thing-and-Other-Refactoring-Lessons

How many times have you written (or come across) a controller method that's dozens of lines long. Surely, there are better ways to structure our code, right? Of course. In this lesson, let's learn about everything from security, to small objects, to events.
PHP
10
star
99

Testing-Jargon

Illustrations of various pieces of testing terminology.
PHP
9
star
100

passwordless-login

PHP
9
star