Please explain conception how to sign outgoing emails in Laravel 9 with a DKIM signature. Laravel 9 uses Symfony mailer. I'm trying to proceed by this way: clas
I have a button in my blade like this @can('customer_show') <a class = "btn btn-primary" href = "{{ route('admin.loan-applications.showCustVi
After I made a git clone with my project, composer install and everything and php artisan serve I'm just getting three lines of footers like this: 2022 © W
I'm working on a laravel 9 project that uses vue 3. For each form input has been made field components.Everything works fine except registration checkbox (Accep
I want to return json wit all the data with a timestamp datatype turned into ISO 8601 automatically. This should be easily achievable after Laravel 7 but I stil
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