PHP Classes

File: src/resources/stubs/message.stub

Recommend this page to a friend!
  Classes of Dipesh Sukhia   Laravel API Generator For Fast Development   src/resources/stubs/message.stub   Download  
File: src/resources/stubs/message.stub
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel API Generator For Fast Development
Generate API code to manipulate model objects
Author: By
Last change:
Date: 1 year ago
Size: 656 bytes
 

Contents

Class file image Download
<?php /* |-------------------------------------------------------------------------- | Api Language Lines |-------------------------------------------------------------------------- | | The following language lines are used during api for various | messages that we need to display to the user. You are free to modify | these language lines according to your application's requirements. | */ return [ 'create' => ':model successfully Created!!', 'update' => ':model successfully Updated!!', 'delete' => ':model successfully Deleted!!', 'no_data' => 'There are no data available!!', 'method_404' => 'Method :method does not exist!!', ];