thomaswelton / laravel by thomaswelton

3
18
2
Package Data
Maintainer Username: thomaswelton
Package Create Date: 2013-06-02
Package Last Update: 2014-02-23
Home Page: http://laravel-bootstrap.herokuapp.com/
Language: JavaScript
License: Unknown
Last Refreshed: 2024-04-18 03:03:45
Package Statistics
Total Downloads: 3
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 18
Total Watchers: 2
Total Forks: 4
Total Open Issues: 3

Laravel Bootstrap

Scrutinizer Quality Score Build Status Dependency Status Bitdeli Badge

In order to deploy this project to your own server you'll need

Once these requirements are met the project can be deployed using the following commands

Setup

Run database migrations, install sample data, compile assets and install dependencies

composer install
php artisan app:init

Deployment

php artisan heroku:deploy
heroku open

php artisan heroku:deploy --name custom_name

Contributing

To work with this project locally you will need to install

You can then install the dependencies and compile the project.

npm install
grunt

Laravel PHP Framework

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, and caching.

Laravel aims to make the development process a pleasing one for the developer without sacrificing application functionality. Happy developers make the best code. To this end, we've attempted to combine the very best of what we have seen in other web frameworks, including frameworks implemented in other languages, such as Ruby on Rails, ASP.NET MVC, and Sinatra.

Laravel is accessible, yet powerful, providing powerful tools needed for large, robust applications. A superb inversion of control container, expressive migration system, and tightly integrated unit testing support give you the tools you need to build any application with which you are tasked.

Official Documentation

Documentation for the entire framework can be found on the Laravel website.

The Laravel framework is open-sourced software licensed under the MIT license