Skip to content

hendrasan/rmyrfl

Repository files navigation

L4-Starter

This is my starter kit for Laravel 4.

What It Includes

  • Sentry: A framework agnostic authentication & authorization system.
  • Intervention Image: PHP Image manipulation library.
  • Bourbon: A simple and lightweight mixin library for Sass.
  • Bootstrap: Frontend framework for developing responsive, mobile-first project.
  • jQuery: Your life is harder without it.
  • Grunt: Javascript task runner for automating repetitive mundane task.
  • FontAwesome: Scalable vector icon library

Get Started

  • Change AppName in composer.json, app/start/global.php and the AppName directory in app folder to your application name.
  • Change username in app/database/seeds/SentrySeeder.php if you want.
  • Run composer install in /app root.
  • Run php artisan key:generate.
  • Run npm install in /public folder to install Grunt and its plugins.
  • Run chmod -R 777 app/storage.
  • Optionally, run chmod -R 777 public/uploads if you want to have an upload folder for user-generated-content.
  • No newline at end of file.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published