Questions tagged [laravel-5.3]

Laravel 5.3 is a past version of the open-source Model-View-Controller framework for PHP created by Taylor Otwell. It was released on August 23, 2016. Use it in addition to the laravel-5 tag if your question is specific to Laravel 5.3. Use the laravel tag for general laravel related questions.

Laravel 5.3 is a past version of the open-source Model-View-Controller framework for PHP created by Taylor Otwell. It was released on August 23, 2016.

What is new:

  • Notifications
  • WebSockets / Event Broadcasting
  • Laravel Passport (OAuth2 Server)
  • Search (Laravel Scout)
  • Mailable Objects
  • Storing Uploaded Files
  • Webpack & Laravel Elixir
  • Frontend Structure
  • Routes Files
  • Closure Console Commands
  • The $loop Variable

Resources:

4266 questions
1
vote
1 answer

Updating One to many relation in laravel 5.3

I want to update a one to many relationship. For example I have a model called Product class Product extends Model { protected $primaryKey = 'product_id'; public $timestamps = FALSE; public function Size(){ return…
Mutasim Fuad
  • 606
  • 2
  • 12
  • 31
1
vote
2 answers

vue js ajax call cannot read property 'push' of undefined

I am having problems with vue.js when it comes to pushing data from the database to the webpage. I am using laravel 5.3 which converts data to Jason. the code posts to the server the number of records to be fetched then the server response with the…
Ian Nato
  • 963
  • 1
  • 14
  • 25
1
vote
2 answers

Laravel Form Facade For Select with extra Tag on one option

I have a select with this option in html form select.