Skip to content

vijayrana99/laravel-custom-command

Repository files navigation

Laravel Custom Command

This repository is the implementation of creating custom repository. You can find an article about the <a href="http://www.kodementor.com/writing-custom-command-in-laravel-5/ target="_blank">documentation in this link.

Prerequisites

Basic knowledge of laravel

Installing

To run this project on your local host, follow the following steps:

  1. Clone the project
  2. Create your database
  3. Setup you env file for database and mailtrap
  4. Run migration php artisan migrate
  5. Install composer composer install
  6. Start development server php artisan serve

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

This is an example of creating custom artisan command in laravel 5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published