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

https://github.com/sarfraznawaz2005/laravel55-starter

Laravel 5.5 Starter project with Bootstrap 4 CSS framework and useful laravel packages needed for most apps.
https://github.com/sarfraznawaz2005/laravel55-starter

Last synced: about 1 month ago
JSON representation

Laravel 5.5 Starter project with Bootstrap 4 CSS framework and useful laravel packages needed for most apps.

Awesome Lists containing this project

README

        

# Laravel Starter

Laravel 5.5 Starter project with Bootstrap 4 CSS framework and useful laravel packages needed for most apps.

## Installation ##

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