Skip to content

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

Notifications You must be signed in to change notification settings

joeRob2468/laravel-foundation-starter

Repository files navigation

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/.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published