Skip to content

Laravel Starter project with useful laravel packages needed for most apps.

Notifications You must be signed in to change notification settings

sarfraznawaz2005/lv-starter

Repository files navigation

Not maintained anymore...

Laravel Starter

Laravel Starter project with useful laravel packages needed for most apps.

Requirement

  • PHP 7+
  • Laravel 5.7

Installation

  • Clone or download the repository
  • Run composer install
  • Run npm install
  • Run php artisan vendor:publish --all
  • Run php artisan module:publish
  • Run php artisan module:publish-migration
  • Run php artisan storage:link
  • Update APP_NAME, APP_URL and database details in .env file
  • Run php artisan migrate
  • Run npm run dev
  • You are done.

About

Laravel Starter project with useful laravel packages needed for most apps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages