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.
- Host: GitHub
- URL: https://github.com/sarfraznawaz2005/laravel55-starter
- Owner: sarfraznawaz2005
- Created: 2018-01-22T15:41:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-18T12:38:41.000Z (over 6 years ago)
- Last Synced: 2025-02-28T23:01:51.381Z (about 2 months ago)
- Language: PHP
- Size: 2.8 MB
- Stars: 10
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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.