Skip to content

Create a simple app with minimal CSS and mostly to demonstrate your ability to setup Laravel on your machine and to code CRUDE operations; in particular to performe user registration, login and logout.

Notifications You must be signed in to change notification settings

Annis-Monadjem/Laravel-Demo

Repository files navigation

Objectives:

To demonstrate my ability to setup Laravel on local machine and to code CRUDE operations: to create user registration, login and logout.

Preparing App Environment:

  1. Fork this repository to your remote repo.
  2. Clone remote repo to your local environment.
  3. Copy .env.example into a new .env file at project root.
  4. Configure DB in .env
  5. Install dependencies by executing:
    • composer update
    • npm install

Starting App:

  1. On command-line execute:
    • npm run dev
    • php artisan serve
  2. Open browser and navigate to http://127.0.0.1:8000

Goals Achieved:

  1. Installed Laravel, including MySQL on my local machine successfully
  2. Created minimum number of web pages immitating crudely Facebook.
  3. Applied MVC and developed models, view blade templates, and controllers.
  4. Developed user registration, login and logout.
  5. Developed basic CRUD operations in Laravel.
  6. Designed business logic and basic styles.
  7. Followed Brad Schiff Youtube tutorial on Laravel.
  8. Utilized Git version control.

About

Create a simple app with minimal CSS and mostly to demonstrate your ability to setup Laravel on your machine and to code CRUDE operations; in particular to performe user registration, login and logout.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published