Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 731 Bytes

readme.md

File metadata and controls

20 lines (12 loc) · 731 Bytes

Laravel 5.5 & Foundation 6.4 Starter

A simple bootstrap project with Laravel 5.5, Foundation 6.4, Vue, and BrowserSync configurations.

Installation

Install dependencies with npm i and composer install. Copy .env.example to .env and configure to match your environment. Run php artisan key:generate to create a unique app key for your project.

Basic Commands

php artisan serve to run the development server.

npm run watch to compile, watch for changes, and start browsersync.

npm run build to build and minify for production.

Documentation

Laravel documentation is located at https://laravel.com/docs/5.5, and Foundation documentation can be found at https://foundation.zurb.com/sites/docs/.