An open API service indexing awesome lists of open source software.

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.

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.