PHP Classes

File: readme.md

Recommend this page to a friend!
  Classes of Paulo Henrique   Laravel Automatic CRUD   readme.md   Download  
File: readme.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: Laravel Automatic CRUD
Generate a CRUD interface for Web and API requests
Author: By
Last change:
Date: 4 years ago
Size: 615 bytes
 

Contents

Class file image Download

Automated Laravel

Simple sample to automated CRUD....

Starting

  • Clone this repository;
  • To Build docker run on terminal:
    $ docker-compose up -d --build
    
    #####*You can omit the '-d' and show the servers running.
  • Now we need to check if the VM is running:
    $ docker ps
    
    $ docker-compose exec app composer install
    $ docker-compose exec app php artisan key:generate
    $ docker-compose exec app php artisan migrate ###### Done.
  • Go to the browser and open http://localhost/ default. If it's okay, congratulations, if not, I do not know how you screwed it up! Fix it. ;)