Top "Laravel-5.2" questions

Laravel 5 is the previous major version of the open-source PHP web development MVC framework created by Taylor Otwell.

laravel 5.2 blade template failing to parse

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-blade
Why am I getting a 422 error code?

I 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-resource
Laravel valet not working

I 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-valet
How to store multi select values in Laravel 5.2

I 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-select
Vue.js interceptor

How 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-elixir
How to put route in anchor tag in laravel 5.2

I've gone through many of the articles below, which explains generating link from named route, but unable to solve my …

laravel-5.2 laravel-routing
Delete method with Sweet Alert in Laravel

I'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 sweetalert
Laravel 5.2 multiple model save()

I need to store exactly three pages at once via form. I would like save in similar manner as model …

eloquent laravel-5.2 mass-assignment
How to copy files in laravel 5 controller

I 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-copying
How to parse datetime using Laravel on date and time?

I 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