Laravel 5 is the previous major version of the open-source PHP web development MVC framework created by Taylor Otwell.
NOTE: No answer from this thread has helped me, so far. And, I think more than 4 hours of unproductive searching …
php laravel laravel-5.3 laravel-formThis error has come up when I use postman with the api.php file. Using the documentation example of Laravel 5.4 …
php laravel-5.3 laravel-5.4 laravel-passportI working on a Laravel 5.3 project. I am getting below errors when I am running gulp command in CMD. Could …
laravel gulp webpack laravel-5.3 laravel-elixirI am trying to add the user's first name in the notification emails. At the moment, Laravel notification emails starts …
laravel notifications laravel-5.3 laravel-mail laravel-notificationI get from here : https://github.com/barryvdh/laravel-dompdf My controller is like this : public function listdata() { $pdf=PDF::loadView(…
php laravel pdf laravel-5.3 dompdfI use laravel 5.3 My laravel validation like this : <?php namespace App\Http\Requests; use Illuminate\Foundation\Http\FormRequest; class …
laravel validation datetime laravel-5.3 requiredI want to listen for server side event on javascript side. I found this package for that: https://github.com/…
laravel websocket socket.io laravel-5.3 laravel-echoI have a question, I'm currently developing a little site with Laravel 5.3 and I'm using the Basic Auth from them …
laravel authentication laravel-5.3 laravel-authorizationI've just downloaded the latest laravel 5.3 and I'm trying to install passport, but I'm getting the following composer error: Your …
php laravel composer-php laravel-5.3 laravel-passportI am following this tutorial: https://www.sitepoint.com/managing-cronjobs-with-laravel/ but when I type in command line php artisan make:…
php laravel laravel-5.3 laravel-scheduler