Laravel Social Authentication with Socialite Unknown 3:06 AMLaravel introduced a built in Authentication module in version 5.2. To set this up, you just have to run php artisan make:auth and everyth... Read more No comments:
Laravel Package To Login As Other Users During Development Unknown 9:47 PM For websites with advanced ACL functionality, developers often find themselves manually logging in as a different user, then switching back... Read more No comments:
In Laravel 5.5 You Can Render Mailables to the Browser Unknown 9:46 PM When you are building custom HTML email templates, it’s typically a chore to test them across all the email clients, and testing them over ... Read more No comments:
13 Laravel Admin Panel Generators Unknown 2:02 AMDevelopers are lazy. No, I’m not kidding—they work hard to create systems that help them avoid more work in the future. Especially, repeti... Read more 1 comment:
Laravel Blade @prepend Directive Unknown 1:55 AMIn version 5.4 Laravel added a new components and slots feature that simplifies building HTML elements into reusable areas. As an example... Read more No comments:
Laravel Countries and Currencies Package Unknown 1:40 AMAntonio Carlos Ribeiro recently launched a new package that gives you a powerful setup for dealing with the different Countries of the wo... Read more No comments:
Testing File Uploads With Laravel Unknown 1:21 AMLaravel now includes a new system for testing file uploads through two new fake methods, one on the UploadFile class and another on the St... Read more No comments:
how to use F-Bar – Manage your Laravel Forge Servers from your Mac’s Menubar Unknown 1:15 AMF-Bar is a brand new Mac App made by EASTWEST, that allows you to manage your Laravel Forge servers from your Menubar. Last month Laravel... Read more No comments:
how to use Using Variables in Your .env File Unknown 1:12 AMLaravel’s .env file is included to use, so it’s easy to have a different configuration based on the environment your app is running on. Th... Read more No comments:
Laravel Package To Login As Other Users During Development Unknown 1:10 AMFor websites with advanced ACL functionality, developers often find themselves manually logging in as a different user, then switching back... Read more No comments:
PhpStorm Improves Support for Laravel Blade Unknown 1:09 AMPhpStorm just released version 2017.1 and it includes many improvements including support for Codeception, PhpUnit 6.0 , and more PHP 7.x f... Read more No comments:
Laravel Notifications – Easily send quick updates through Slack, SMS, Email, and more Unknown 1:07 AMLaravel Notifications is an all new feature coming to Laravel 5.3 that allows you to make quick notification updates through services like ... Read more 1 comment: