Laravel Livewire homepage, documentation and downloads – Laravel-based full-stack framework – Development details

Livewire is a full-stack framework for Laravel that makes it easy to build dynamic interfaces without leaving Laravel’s comfort zone.

View all documents: https://laravel-livewire.com/docs/quickstart

Install Livewir

including PHP

composer require livewire/livewire

include javascript

...
    @livewireStyles
</head>
<body>
    ...
 
    @livewireScripts
</body>
</html>

#Laravel #Livewire #homepage #documentation #downloads #Laravelbased #fullstack #framework #Development details

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *