Best of LaravelJuly 2022

  1. 1
    Article
    Avatar of lnLaravel News·4y

    Fast Paginate for Laravel

    Laravel Fast Paginate is a fast implementation of offset/limit pagination for Laravel. You can use the same pagination API available in Laravel via the fastPaginate() method. If you'd like to learn more about the techniques used in this package, check out Efficient Pagination Using Deferred Joins.

  2. 2
    Article
    Avatar of lnLaravel News·4y

    Laravel 9.21 Introduces a Fresh Look for Artisan

    The Laravel team released 9.21 with a fresh new look for Artisan, two brand-new Artisan commands, and more. The about command displays output about the Laravel environment, such as debug mode, PHP version, cache statuses. The new model:show command displays helpful information to give you an overview of your model.

  3. 3
    Article
    Avatar of devdojoDevDojo·4y

    How To Install Vue 3 in Laravel 9 with Vite

    Laravel has just released “laravel 9.19’ with a major change. There is no more webpack.mix.js file in the laravel root. Vue 3 is the latest version of the Vuejs Framework and growing rapidly. We’ll learn how to create a vue3 component and connect it with Laravel 9 blade.

  4. 4
    Article
    Avatar of devdojoDevDojo·4y

    How to use multiple database in Laravel

    Laravel is a free, open-source PHP framework, created by Taylor Otwell. It follows a Model-View- Controller (MVC) design pattern. Laravel reuses the existing components of different frameworks. You can easily learn how to use multiple databases with laravel in this blog.

  5. 5
    Article
    Avatar of devdojoDevDojo·4y

    How to Install Bootstrap 5 in Laravel 9 With Vite

    Bootstrap is a free and open-source web development framework. It’s designed to ease the web development process of responsive, mobile-first websites. It consists of HTML, CSS, and JS-based scripts for various web design-related functions and components. In laravel 9.19 come with vite tool, we will install bootstrap 5 in laraVEL 9 with larave ui.

  6. 6
    Article
    Avatar of devdojoDevDojo·4y

    Laravel Livewire Crud Tutorial

    Livewire is a full-stack framework for Laravel that makes building dynamic interfaces simple. Livewire relies solely on AJAX requests to do all its server communications. We have described a step-by-step guide for Creating CRUD Application in the Laravel 8 framework by using the Livewire package.