Skip to content

afrinjamanbd/Laravel_Bootstrap

Repository files navigation

Laravel_Bootstrap

Application built on Laravel and Bootstrap.

Features

  • Todos CRUD.
  • Form Validation.
  • Flash Messages.
  • Authentication.
  • Email Verification.
  • Password Reset.
  • Eloquent One to Many and Many to One Relationship.
  • Image Upload.

Running this web application

  • make sure you already have xampp installed.

  • clone this repository.

  • install Composer first, then run this command in your command-line (you should be inside your project directory).

  composer install
  • rename .env.example to .env and add your database and mail driver credentials (mailtrap is preferred).

  • generate application key.

    php artisan key:generate
  • create tables.
    php artisan migrate
  • Link the public disk for image upload (this will create a symbolic link to storage/app/public directory).
    php artisan storage:link
  • Start the development server.
    php artisan serve

About

Application built on Laravel and Bootstrap.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published