Pinned Repositories
Accept-Payments-With-Stripe
https://laracasts.com/series/how-to-accept-payments-with-stripe
Adldap2-Laravel
LDAP Authentication & Management for Laravel
Dedicated-Graph-Vue-Components
https://laracasts.com/series/charting-and-you/episodes/5
Dedicated-Query-String-Filtering
https://laracasts.com/series/eloquent-techniques/episodes/4
framework
go
The Go programming language
go-playground
[mirror] The Go Playground
go-website
Home of the golang.org and go.dev websites
laravel
A PHP Framework For Web Artisans
lumen-framework
salehimehdi's Repositories
salehimehdi/laravel
A PHP Framework For Web Artisans
salehimehdi/Behat-Laravel-Extension-Example-App
Quick example app to demonstrate setting up Behat with Mink and Laravel extension
salehimehdi/Build-An-Activity-Feed-in-Laravel
https://laracasts.com/lessons/build-an-activity-feed-in-laravel
salehimehdi/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.
salehimehdi/Build-Command-line-Apps
salehimehdi/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!
salehimehdi/Codeception
Full-stack testing PHP framework
salehimehdi/Commander
Easily leverage commands and domain events in your Laravel projects.
salehimehdi/do-you-react-6-tasks
Source code from "Do You React" Episode 6.
salehimehdi/Email-Verification-In-Laravel
salehimehdi/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.
salehimehdi/Forge-Demo
You may ignore this.
salehimehdi/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.
salehimehdi/intermediate-laravel-series
salehimehdi/larabook
Larabook Series
salehimehdi/Laravel-4-Generators
Rapidly speed up your Laravel workflow with generators
salehimehdi/Laravel-and-Vue
salehimehdi/laravel-elixir-codeception
Laravel Elixir wrapper for Codeception
salehimehdi/Laravel-OAuth-and-Socialite
salehimehdi/Mass-User-Settings
salehimehdi/Presenter
Easy view presenters in your apps.
salehimehdi/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.
salehimehdi/Sanitizers-and-PHPSpec
Many applications will require some level of sanitization. With that in mind, as a learning experience, why don't we use TDD (using PHPSpec) to implement this functionality from scratch.
salehimehdi/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.
salehimehdi/socialite
salehimehdi/Testing-Jargon
Illustrations of various pieces of testing terminology.
salehimehdi/Transactional-Emails-in-Laravel-with-Campaign-Monitor
salehimehdi/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?
salehimehdi/Validation
Easy form validation.
salehimehdi/Vue-and-Laravel-Workflow