Skip to content

A simple Laravel CRUD to study and hone skills with this framework

Notifications You must be signed in to change notification settings

gabrieldiaspereira/crud-laravel

Repository files navigation

Build Status Total Downloads Latest Stable Version License

Laravel CRUD

About

My first crud with the laravel framework, a project created for study purposes.

Requirements

  • PHP 7.x,
  • Composer

Installation

Follow these steps:

  1. Clone or download this project,
  2. Open command line and go to the project directory,
  3. Type:
composer install
  1. Create database(s) for your project,
  2. Create .env file based on .env.example and configure your project,
  3. Type:
php artisan key:generate
  1. Type:
php artisan load-template

and select one of available templates

  1. Type:
php artisan migrate
  1. Run seeders if available,
  2. Type:
php artisan serve

About

A simple Laravel CRUD to study and hone skills with this framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published