Skip to content

shohanean/starter

Repository files navigation

Build Status Total Downloads Latest Stable Version License

About This Project

This is a starter project for Laravel with various packages included. Packages List is given below:

Setup

  • Clone the repository with command: git clone https_link_of_the_repository
  • Install Composer
  • Run the command: composer update
  • Run cp .env.example .env in the terminal
  • Then run php artisan key:generate
  • Setup the database in .env file
  • Then run php artisan migrate
  • Then run php artisan db:seed
  • Finally serve the application with php artisan serve

Tools Used

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published