phdomiciano/serieslistlaravel

This is a simple CRUD of manager series list with Laravel.

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

Type:project

v1.0.0 2022-08-15 10:32 UTC

This package is auto-updated.

Last update: 2024-05-15 16:27:14 UTC


README

This is a simple CRUD of manager series list with Laravel.

Requirements

  • PHP ^8.1
  • Composer
  • Laravel ^9

Installation

Install the package through Composer.

Run the Composer require command from the Terminal:

composer create-project phdomiciano/serieslistlaravel

Create a file sqlite in folder "database" or other DB you wish (For others, configure ".env" file):

database/database.sqlite

If necessary update your requiries, run on Terminal:

composer update

composer dump-autoload

Create the database tables, run on Terminal:

php artisan migrate

Run on Terminal your php server and access the url from project in a web browser.

php artisan serve

Possibles problems in installation

*If you get a 505 error when accessing an application for the first time, run:

php artisan key:generate

*If you get a error like "\bootstrap\cache directory must be present and writable", just delete the folder "cache" and create again a new folder empty

*IF you get a error like "could not find driver (SQL:" when you try run the migrate on Terminal, remember confirm you config in ".env" file. ** If you use sqlite the conection is just:

DB_CONNECTION=sqlite

Now go up the server again.


laravel-logolockup-cmyk-red.svg

Build Status Total Downloads Latest Stable Version License