https://github.com/sarfraznawaz2005/lv-starter
Laravel Starter project with useful laravel packages needed for most apps.
https://github.com/sarfraznawaz2005/lv-starter
Last synced: about 1 month ago
JSON representation
Laravel Starter project with useful laravel packages needed for most apps.
- Host: GitHub
- URL: https://github.com/sarfraznawaz2005/lv-starter
- Owner: sarfraznawaz2005
- Created: 2018-10-29T18:05:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-19T13:03:11.000Z (over 5 years ago)
- Last Synced: 2025-02-28T23:01:49.177Z (about 2 months ago)
- Language: PHP
- Size: 1.43 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 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.