Laravel and Angular have both become very well renowned tools in the web development world lately. Laravel for the great things it brings to the PHP community and Angular for the amazing frontend tools and its simplicity. Combining these two great frameworks only seems like the logical next step.
Correo electrónico fácil y rápido con Laravel 5.3 Mailables
Laravel 5.3 es bastante reciente y hay un montón de nuevas características. Una de las principales mejoras es cómo enviar correos en tus aplicaciones. Echemos un vistazo a enviar correos electrónicos. Antes de Laravel 5.3, el envío de correos electrónicos en Laravel se parecía mucho a esto.
Token-Based Authentication for AngularJS and Laravel Apps
Adding authentication to an AngularJS and Laravel application is not the most straight-forward, especially if we take the approach of creating independent front-end and backend applications and connecting them with an API exposed by Laravel. Laravel comes with easy-to-use authentication out of the box, but it is session-based and is therefore most useful for traditional round-trip applications.
Laravel Social Authentication with Socialite
Laravel introduced a built in Authentication module in version 5.2. To set this up, you just have to run php artisan make:auth and everything is generated for you, from the views to the controllers and the routes.
Build a Laravel Application with User Authentication
With over 100,000 downloads per month, Laravel has quickly become one of the most popular web frameworks for PHP. Laravel makes it incredibly simple to build PHP applications by providing a huge number of built-in functionalities that you no longer need to build yourself.
¿Qué hay de nuevo en Laravel 4.5?
Hace algunos meses fue lanzada la versión 5.3 de laravel, en donde se introdujeron nuevas características como Mailables. El pasado 24 de enero se lanzó la nueva versión 5.4.