thomaswelton / laravel
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 18
Watchers: 2
Forks: 4
Open Issues: 3
Language:JavaScript
Requires
- anahkiasen/flatten: dev-master
- cartalyst/sentry: 2.0.1
- fitztrev/laravel-html-minify: dev-master
- intervention/image: dev-master
- jwage/purl: *
- keboola/csv: dev-master
- kindari/laravel-markdown: 1.0.*
- laravel/framework: 4.0.*
- laravelbook/ardent: dev-master
- loic-sharma/profiler: 1.1.*
- nesbot/carbon: 1.4.*
- thomaswelton/laravel-facebook: dev-master
- thomaswelton/laravel-google-analytics: dev-master
- thomaswelton/laravel-gravatar: dev-master
- thomaswelton/laravel-oauth: dev-master
- thomaswelton/laravel-rackspace-opencloud: 0.2.*
- way/generators: dev-master
- zizaco/factory-muff: 1.4.*
Requires (Dev)
- codeception/codeception: *
- mockery/mockery: dev-master
- phpunit/phpunit: 3.7.*
This package is auto-updated.
Last update: 2024-10-11 14:33:10 UTC
README
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