TECHNIG
Gateway for IT Experts and Tech Geeks
Browsing Tag

PHP framework

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 Hire PHP Developers for Web Applications?

When it comes to web development, PHP is the first language that we talk about.  Its' known as the most popular server-side scripting language in the world. According to w3techs, PHP is used by 81.9% of all the websites who uses server-side…

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…

Laravel 5.2 Basic Routing

Previously, we learned how to install and configure Laravel framework. And now we are going to continue our topic about how Laravel routing and views works. If you haven't install Laravel yet, I recommend you to review our previous topic…