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: