ompmega/laravel-fdn

This package is abandoned and no longer maintained. No replacement package was suggested.

Laravel 5 + Zurb Foundation 6 (Boilerplate)

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Type:project

v1.0.0 2017-10-12 06:29 UTC

This package is not auto-updated.

Last update: 2020-01-15 21:00:48 UTC


README

Zurb Foundation 6 included with Laravel 5.5 (boilerplate). Made for artisans who love Foundation 6 just as much as we do. We made a few changes to the default installation of Laravel 5.5, and got rid of default Bootstrap that comes with it.

  • Removed all Bootstrap code
  • Remove all Vue code using php artisan preset none command
  • Changed the default welcome.blade.php look (to show proof that foundation is working)

Versions

  • Laravel 5.5+
  • Zurb Foundation 6.4+

Install

First, create a new project

composer create-project ompmega/laravel-fdn <project_name>

..or..

git clone https://github.com/ompmega/laravel-fdn.git <project_name>

Go inside the newly created project

cd <project_name>

Install required node modules (includes foundation-sites)

npm install

Run Laravel Mix to make sure everything runs smoothly

npm run dev

And you're done! 🎉

Configuration

Unlike the new way to install a laravel project using laravel new <project_name>, you'll have to manually configure this Laravel installation.

First, install composer using:

composer install

Then, create the new .env file

cp .env.example .env

Finally, generate a new app key using:

php artisan key:generate

That's it! Get out there and make good shit :)

License

Licensed under the MIT license