Laravel A
adminApril 26 2021
Laravel A
In my longest video yet at just under 1 hour, I'll show you how to create a basic Linktree (clone from scratch in Laravel. This tutorial i. Laravel Livewire is a library that makes it simple to build modern, reactive, dynamic interfaces using Laravel Blade as your templating language. This is a great stack to choose if you want to build an application that is dynamic and reactive but don't feel comfortable jumping into a full JavaScript framework like Vue.js. The largest Laravel event of the year, streamed directly to you. We’ve put together a full day of talks featuring some of Laravel's brightest minds, and streaming them directly to your home or office.
Laravel Admin Vue
PHP 8 has been officially released! We've been hard at work behind the scenes to provide support for all our libraries so that upgrading to PHP 8 with Laravel is easy.
Laravel Package
First, make sure you're at the latest version of Laravel 6, 7 or 8 to get PHP 8 support. Then make sure you're on the very latest version of any first-party package from Laravel like Passport, Cashier, Dusk, etc.
There are also a couple of commonly used dependencies you'll need to update in your composer.json
file:
- PHP to
php:^8.0
- Faker to
fakerphp/faker:^1.9.1
- PHPUnit to
phpunit/phpunit:^9.3
Laravel Alpinejs
Finally, run composer update
to update other packages. Make sure to test your application before updating production. That's it! Enjoy PHP 8!
PS: We're still working on providing PHP 8 support for Scout and Nexmo Notification Channel. We expect this to land soon.
Laravel A