/php-laravel-boilerplate

This is example of Laravel WebAPI application.

Primary LanguagePHPMIT LicenseMIT

Build Status Total Downloads Latest Stable Version License

About this Laravel Boilerplate

This is an example of Laravel WebAPI application. Laravel is accessible, powerful, and provides tools required for large, robust applications.

If you don't feel like reading, Laracasts can help. Laracasts contains over 2000 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.

Installation

git clone https://github.com/MurylloEx/php-laravel-boilerplate.git
cd php-laravel-boilerplate
composer install
php artisan serve

Metadata

Author:

Muryllo Pimenta – muryllo.pimenta@upe.br

Distributed under MIT license. See LICENSE for more informations.

Contributing

  1. Fork it (https://github.com/MurylloEx/php-laravel-boilerplate/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request