I have a tv_shows table where i'm trying to store the start and end datetime of each tv show. this is my migration: Schema::create('tv_shows', function (Bluepri
How can I fix? Your requirements could not be resolved to an installable set of packages. illuminate/database[v6.0.0, ..., v6.19.1] require php ^7.2 -> your
Laravel: 9.2Mac OS: 12.3.1Docker Desktop: 4.5.0 I have installed a default Laravel project using sail. My docker-compose.yml file includes the following: mysql:
I have an existing Laravel project which I created with the following command. curl -s https://laravel.build/example-app | bash The project was created success
I upgraded to Laravel 9 the other day, and now the ddd() helper is failing with the error Call to undefined function ddd(). I found this post on the Laracasts f
Currently I can only set the height using the imagePreviewHeight property. <script> FilePond.registerPlugin( FilePondPluginImagePreview,
how can I install the swiper slider package on my Laravel 9 project? Package link : swiperjs.com
I have changed the table and the Laravel Breeze fields for authentication to some custom ones. It looks fine but in AuthenticatedSessionController.php while I g