Showing results of 1 to 10 of 10

Bhumi

Votes10
48

In depth Understanding of Laravel Core

thecreativedev.com - Today's my talk is called "In-depth idea of Laravel Core files" and this talk is about to give you a better understanding of what’s happening under the
Sign in to promote this post morego

parvez alam

Votes9
74

Laravel 5.6 CRUD Tutorial Using Resource...

phpflow.com - This laravel 5.6 tutorial help to create CRUD functionality using Resource Controller.CRUD AKA Creating, Reading, Updating, and Deleting resources from database.You can create these operation using...
Sign in to promote this post morego

parvez alam

Votes9
74

Events and Listeners Example Using Laravel 5.6

phpflow.com - Events and listeners are two awesome functionality to handle decouple module in a web application.The laravel Events follow the observer pattern, That allowing you to subscribe and listen for various...
Sign in to promote this post morego

Vineet Garg

Votes9
12

Minify and Combine CSS and JS using Laravel Elixir

techigniter.in - Learn how you can combine your project’s CSS and JS files in a single file and how you can minify them using Laravel Elixir.
Sign in to promote this post morego

parvez alam

Votes7
74

How To Implement Localization in Laravel 5.8

phpflow.com - This laravel 5.8 tutorial help to create multilingual web application.We will create different languages messages and display to user based on selected locale information.We will create application...
Sign in to promote this post morego

parvez alam

Votes7
74

Laravel Eloquent Queries with Eager Loading

phpflow.com - Laravel Eloquent has many in-built functionalities for data layer, The one of them is eager loading on dataset. The Eloquent help to solve N+1 queries problem.The eager loading can drastically...
Sign in to promote this post morego

Belal Khan

Votes7
70

Build REST API using Laravel Lumen for your...

simplifiedcoding.net - Build rest api using laravel lumen microframework. In this post we will learn building restful web services using laravel lumen framework.
Sign in to promote this post morego

parvez alam

Votes7
74

Simple Example of Laravel 5 Login System Using...

phpflow.com - I will be demonstrate simple Laravel authentication using sentry.Already I have shared Simple theming with laravel 5 and introduction of Authorization and Authentication of Users in laravel 5 Using...
Sign in to promote this post morego

parvez alam

Votes7
74

Authorization and Authentication of Users in...

phpflow.com - This tutorial help to integrate sentry framework with laravel 5 for user authorization and authentication.The sentry has very powerful features like groups, permissions and additional security etc.
Sign in to promote this post morego

parvez alam

Votes5
74

How to create Queue and Run Jobs using worker in...

phpflow.com - Queue is very important and interesting features of Lumen,You can run your tasks(background process/cron tasks) using queue without fail.You pushed task into queue and rest of work will do by worker.
Sign in to promote this post morego
1-10