1.

What are the steps to create packages in Laravel?

Answer»

Follow these STEPS to SUCCESSFULLY create a package in Laravel:

  • CREATING a Folder Structure
  • Creating the COMPOSER File
  • Loading the Package from the Main Composer.JSON File
  • Creating a Service Provider for Package
  • Creating the Migration
  • Creating the Model for the Table
  • Creating a Controller
  • Creating a ROUTES File
  • Creating the Views
  • Updating the Service Provider to Load the Package
  • Update the Composer File


Discussion

No Comment Found