Giter VIP home page Giter VIP logo

engsahaly / livewire-project-course Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 3.0 4.32 MB

Livewire project course file

Home Page: https://www.udemy.com/course/the-complete-livewire-course-from-zero-to-hero/?referralCode=9A29FA0B8B4F1A538640

PHP 18.88% JavaScript 27.98% CSS 2.79% SCSS 26.01% Blade 24.34%
laravel laravel-framework laravel-package livewire livewire-components livewire-examples livewire-modal

livewire-project-course's Introduction

Livewire Course Files - Project Phase

Created By : Mahmoud Anwar Email : [email protected]

This is the main readme file for the project files (Project) used in Livewire course on Udemy

Installation

To get started, clone this repository.

git clone https://github.com/engsahaly/livewire-project-course.git

Next, copy your .env.example file as .env and configure your Database connection.

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=YOUR-DATABASE-NAME
DB_USERNAME=YOUR-DATABASE-USERNAME
DB_PASSWORD=YOUR-DATABASE-PASSWROD

Run Packages and helpers

You have to all used packages and load helpers as below.

composer install
npm install
npm run build

Generate new application key

You have to generate new application key as below.

php artisan key:generate

Run Migrations and Seeders

You have to run all the migration files included with the project and also run seeders as below.

php artisan migrate
php artisan db:seed

livewire-project-course's People

Contributors

engsahaly avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.