https://github.com/valeriogc/laravel-comics
Reproduction of a web-page that display albums using Laravel and VueJs
https://github.com/valeriogc/laravel-comics
back-end css html5 javascript laravel php vuejs
Last synced: 3 months ago
JSON representation
Reproduction of a web-page that display albums using Laravel and VueJs
- Host: GitHub
- URL: https://github.com/valeriogc/laravel-comics
- Owner: ValerioGc
- Created: 2022-09-27T20:21:05.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-20T22:40:02.000Z (over 2 years ago)
- Last Synced: 2025-02-06T11:57:18.010Z (5 months ago)
- Topics: back-end, css, html5, javascript, laravel, php, vuejs
- Language: PHP
- Homepage:
- Size: 6.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# laravel-comics
> _Reproduction of a web-page that display albums using Laravel and VueJs_
## *_Setup Project_*
:arrow_down: Create and compile file .env
:arrow_forward: NPM dependecies setup:
npm install
:arrow_forward: Composer dependecies setup:
composer install
:arrow_forward: Generate key:
php artisan key:generate
:arrow_forward: Execute Migration:
php artisan migrate
:arrow_forward: Seed Database:
php artisan db:seed
:arrow_forward: Start developement server:
php artisan serve
## *_Development tools_*
Languages
Framework
![]()
![]()
![]()
![]()
![]()
![]()
HTML
SASS
Javascript
PHP
Vue Js
Laravel
## *_Previews:_*
![]()
--------