Coder Social home page Coder Social logo

najmul-hasan-sobuj / laravel-breeze-multi-auth-admin-user-vendor Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 135 KB

Laravel Multi Auth using Laravel Breeze

Home Page: https://laravel.com/docs/10.x/starter-kits

PHP 62.65% JavaScript 0.51% CSS 0.03% Blade 36.81%
admin laravel laravelbreeze multiauth user vendor beginner best-practices laravel-framework laravel10

laravel-breeze-multi-auth-admin-user-vendor's Introduction

Laravel Multi Auth using Laravel Breeze

I can provide you with a guide on how to install a Laravel project from a Git repository. Please follow the instructions below:

  1. Clone the repository:

    git clone https://github.com/your-username/your-repository.git
    

    Change 'username' and 'repository' to the actual values of the repository that you want to clone.

  2. Install Composer: If you don't have composer installed in your system then install composer from here: https://getcomposer.org

  3. Go to the project directory:

    cd repository
    

    Now you should see the files and folders of your Laravel project in the terminal.

  4. Install dependencies:

    composer install
    
  5. Create a copy of the .env file:

    cp .env.example .env
    

    This will create a new file named .env based on the example file.

  6. Generate an application key:

    php artisan key:generate
    
  7. Run migrations:

    php artisan migrate
    

    This step may fail due to permission issues. If this is the case, you can run php artisan migrate --pretend to see the SQL statements that would be executed and manually execute them in your database client.

  8. Start the server:

    php artisan serve
    

    This will start the development server at http://localhost:8000.

That's it! You have successfully installed a Laravel project from a Git repository. Let me know if you need any further assistance.

Contributing

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

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [email protected]. All security vulnerabilities will be promptly addressed.

License

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

laravel-breeze-multi-auth-admin-user-vendor's People

Contributors

najmul-hasan-sobuj avatar

Stargazers

 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.