Laravel Social Authentication with Socialite Unknown 8 years agoLaravel 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 8 years ago 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 8 years ago 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 8 years agoDevelopers 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 8 years agoIn 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 8 years agoAntonio 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 8 years agoLaravel 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 8 years agoF-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 8 years agoLaravel’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 8 years agoFor 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 8 years agoPhpStorm 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 8 years agoLaravel 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: