Skip to content

davisclick/first-application-with-laravel

Repository files navigation

Build Status Total Downloads Latest Stable Version License

About the Repository

Since it’s initial launch in 2011, Laravel has experienced exponential growth. In 2015 it became the most outstanding PHP framework in GitHUb.

Laravel’s philosophy is to develop PHP code in an elegant and simple way based on a model MVC (Model-View-Controller). It has a modular and extensible code through a package manager and robust support for database management.

Server Requirements

Up And Running

  • Clone the repository
  • run composer install
  • Set a .env configuration file
  • run php artisan migrate
  • Read the tutorial

License

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

About

This repository is elaborated thinking in people who are starting with Laravel, a registration system will be developed to cover the basic operations of create, read, update and delete records, commonly known as CRUD.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors