TECHNIG
Gateway for IT Experts and Tech Geeks
Browsing Tag

Laravel 5

Top 5 Best Laravel Admin Template Packages

Laravel 5 is the most popular PHP frameworks nowadays. There is no doubt about it. So, if you want to develop fast, painless, and secure applications with PHP, than Laravel, is the number one choice. Besides, Laravel has a very active…

How to Integrate AdminLTE to Laravel 5 with NPM

Laravel is not only an appealing PHP framework, but it has made the community of PHP larger. Developing any SAAS or web application with this framework is easy and flawless. So, as a web developer or PHP developer, you must learn this…

Configure Laravel 5.5 with Bootstrap 4

Finally, Bootstrap 4 has come with a lot of amazing features.  Meanwhile, Laravel 5.5 with LTS version has also released. Laravel 5.5 by default comes with bootstrap version 3. In this article, you will learn how to configure Laravel 5 5…

Top 5 Laravel 5 Messaging Packages You Must Know

Laravel is by far the most popular PHP framework in 2017. Developing web applications has never been this much easy. Package in Laravel saves a lot of time while developing complex applications. Meanwhile, packages are developed by expert…

How to Query Posts by Different Dates in Laravel 5

Laravel 5 is the most popular PHP Framework. Developing php application is easy, fast and enjoyable with Laravel. In this tutorial you will learn Laravel 5 query posts by dates tips and tricks. You will learn how to query today's post; how…

How to Manage Laravel 5.4 Files Upload

Laravel is by far the most popular PHP Framework. It has significant numbers of active community members plus many updates and packages. In this short tutorial, will show you how to upload and manage Laravel 5.4 files upload. If you are new…

How to Change Laravel 5 Public Folder to Your Site Name?

We have a few articles about Laravel framework, but we have not shown how to in install and Laravel in production. If you have ever tried to install Laravel in your site, you might have seen some problems that needs to open public folder in…

How to Add Wysiwyg Editor in Laravel?

A WYSIWYG (pronounced "wiz-ee-wig") editor is one that allows you to see what the end result will look like while the interface or document is being created. WYSIWYG is an acronym for "what you see is what you get". Today you will learn how…

How Laravel Elixir Work?

If you are developing application with Laravel, and haven't used Laravel elixir, you are missing a cool feature of this framework. Laravel Elixir will speed up your site loading, specially when you have so many http request. If you want to…

How to Share Data to All Views in Laravel 5.2

We have talked about Laravel Framework so many times. It's easy to use, flexible and fast. It's true that, if you do not practice, you will never learn anything. As much as Laravel is amazing to use, it's hard to master as well. In today's…

How to Use Faker and Seeds in Laravel 5?

Developing application with Laravel framework has become very easy. If you want to develop any web application, you will definitely refer to Laravel as PHP developer. Beside other amazing features that Laravel 5 gives us, here is something…