Laravel 5 is the previous major version of the open-source PHP web development MVC framework created by Taylor Otwell.
I have an issue with a laravel 5.2 site I'm working on. I have a master (main) layout that I'm using …
php laravel-5.2 blade laravel-bladeI am making a POST request, but unable to get anything besides a 422 response. Vue.js client code: new Vue({ …
laravel laravel-5.2 vue.js vue-resourceI use OSX El Capitan and PHP 7. I followed the installation guide so I install Laravel Valet version v1.1.3 successfully. …
laravel laravel-5 laravel-5.2 laravel-valetI have a form which stores News. Here I am using Multiselect and I want to save all the selected …
php laravel laravel-5.2 multi-selectHow can I use a interceptor in vue.js? So before every request/response it should first go to the …
javascript laravel-5.2 vue.js laravel-elixirI've gone through many of the articles below, which explains generating link from named route, but unable to solve my …
laravel-5.2 laravel-routingI'm testing a method using Sweet Alert, to improve the messages issued by the Javascript alert method with the laravel …
javascript php laravel laravel-5.2 sweetalertI need to store exactly three pages at once via form. I would like save in similar manner as model …
eloquent laravel-5.2 mass-assignmentI want copy file to folder in laravel. when I copy file show me this error The second argument to …
php laravel laravel-5 laravel-5.2 file-copyingI have datetime string: 2016-11-01 15:04:19 How I can get date and time separated?
php laravel laravel-5.2 laravel-5.3 php-carbon