Category: Laravel

laracast beginner

The Laravel Community LARAVEL • JAN 1ST, 2014 • BEGINNER • 4:31 ADD TO WATCHLIST File Uploads 101 LARAVEL • DEC 27TH, 2013 • BEGINNER • 14:20 ADD TO WATCHLIST Handle HTML Meta Tags LARAVEL • DEC 16TH, 2013 • BEGINNER • 4:25 ADD TO WATCHLIST Vagrant and Sequel Pro LARAVEL • DEC 30TH, 2013 …

Continue reading

laracast series episode

Filter By: Difficulty, Type New Blade Directives What’s New in Laravel 5.5 – Episode #15 LARAVEL • AUG 17TH, 2017 • BEGINNER • 2:31 ADD TO WATCHLIST Route Helpers What’s New in Laravel 5.5 – Episode #16 LARAVEL • AUG 17TH, 2017 • BEGINNER • 2:08 ADD TO WATCHLIST The RefreshDatabase Trait What’s New in …

Continue reading

laracast series episode

Filter By: Difficulty, Type, Page Lists Learn Vue 2: Step By Step – Episode #3 JAVASCRIPT • NOV 28TH, 2016 • BEGINNER • 5:27 ADD TO WATCHLIST Setup Vue Devtools Learn Vue 2: Step By Step – Episode #2 JAVASCRIPT • NOV 28TH, 2016 • BEGINNER • 3:03 ADD TO WATCHLIST Basic Data Binding Learn …

Continue reading

laracast series episode

Filter By: Difficulty, Type, Page Authenticate Your Users Laravel 5.2 From Scratch – Episode #13 LARAVEL • MAR 1ST, 2016 • BEGINNER • 6:29 ADD TO WATCHLIST Your Questions Answered Laravel 5.2 From Scratch – Episode #12 LARAVEL • FEB 26TH, 2016 • BEGINNER • 1:36 ADD TO WATCHLIST Validation and More Laravel 5.2 From …

Continue reading

Laravel Mocking, Laravel Testing #Root #Laravel

<?php use AppEventsUserRegistered; class ExampleTest extends TestCase { /** * Test new user registration. */ public function testUserRegistration() { $this->expectsEvents(UserRegistered::class); // Test user registration… } } — <?php class ExampleTest extends TestCase { public function testUserRegistration() { $this->withoutEvents(); // Test user registration code… } } — <?php use AppEventsOrderShipped; use AppEventsOrderFailedToShip; use IlluminateSupportFacadesEvent; class ExampleTest …

Continue reading

A basic .Net MVC 4 and Razor Application: Demo, Code, Training video #Web Development #Root #By Sayed Ahmed

Demo of a Simple Movie Database http://demos.justetcetera.com/MvcRazorDemo/ CRUD operations are supported MVC 4 is used in ASP.Net platform and C# Razor Template Engine is used. The code is very similar to Laravel and Blade codes -> the skills transfer to some extent   You can check and download the code from: You can find the …

Continue reading

Sending Emails with Laravel and SendGrid

From: http://sitestree.com/?p=689 Categories:Web Development, Root, By Sayed AhmedTags: Post Data:2014-01-12 19:29:06

Security in Laravel Framework

From: http://sitestree.com/?p=687 Categories:Web Development, Root, By Sayed AhmedTags: Post Data:2014-01-12 19:28:08

Laravel Artisan CLI Overview

Laravel Artisan CLI Overview [youtube https://www.youtube.com/watch?v=qy5xHEmeeTw&w=640&h=480] From: http://sitestree.com/?p=684 Categories:Web Development, Root, By Sayed AhmedTags: Post Data:2014-01-12 19:26:38

Benstalkd Queue and Email Sending in Laravel using SendGrid and Laravel Go Mailer

From: http://sitestree.com/?p=622 Categories:Web Development, Root, By Sayed AhmedTags: Post Data:2013-12-22 18:43:51