Posted in Laravel

Create Multi Language Website in PHP Using Laravel Framework

Do you want to create a multi-language website in PHP? A multi-language website helps to increase audiences from several regions. The Laravel framework which is…

Continue Reading...
editor
Posted in Laravel

How to Install and Use CKEditor 4 in Laravel

Do you want to install CKEditor in Laravel? CKEditor is a WYSIWYG(what you see is what you get) HTML editor that allows you to write…

Continue Reading...
Posted in Laravel

How to Upload and Compress Images in Laravel

Do you want to compress(optimize) images in Laravel? Though there are several ways of compressing images, I recommend optimizing them at the time of uploading….

Continue Reading...
Posted in Laravel

How to Use Laravel Tinker

Do you want to know how to use Laravel Tinker? Using Tinker you can interact with your Laravel application through the command line. Laravel Tinker…

Continue Reading...
laravel-artisan-commands
Posted in Laravel

How to Run Laravel Artisan Commands in Sublime Text

Are you looking to run Laravel Artisan commands in Sublime Text? Sublime Text is a popular text editor that provides a bundle of packages to…

Continue Reading...