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.
git clone https://github.com/MurylloEx/php-laravel-boilerplate.git
cd php-laravel-boilerplate
composer install
php artisan serve
Author:
Muryllo Pimenta – muryllo.pimenta@upe.br
Distributed under MIT license. See LICENSE
for more informations.
- Fork it (https://github.com/MurylloEx/php-laravel-boilerplate/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request