Skip to content

laravel validate array fields

I am trying to validate array field using laravel validate functionality as follow $this->validate($request,[‘prodActualQty’ => ‘required|numeric’,’actQty[]’ => ‘required’ ],$messages); my …

Laravel 5 dynamically run migrations

so I have created my own blog package in a structure of Packages/Sitemanager/Blog I have a service provider that looks like the following: Now, what i would like to do is run the migrations dynamically if they have never been run before or within an installation process i suppose. I’ve seen in older doc…

Laravel 5 On POST Status 302 Found

I’m trying to create new post useing laravel , ajax and s3 , But every time i try submit the form i get Status Code:302 Found , I Hope really some help me Firebug Here in firebug result image META …