Skip to content

This repository offers a streamlined Laravel Breeze boilerplate for rapid API development with pre-configured authentication.

Notifications You must be signed in to change notification settings

justnixx/breeze-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Oct 2, 2023
59b64d2 Â· Oct 2, 2023

History

1 Commit
Oct 2, 2023
Oct 2, 2023
Oct 2, 2023
Oct 2, 2023
Oct 2, 2023
Oct 2, 2023
Oct 2, 2023
Oct 2, 2023
Oct 2, 2023
Oct 2, 2023
Oct 2, 2023
Oct 2, 2023
Oct 2, 2023
Oct 2, 2023
Oct 2, 2023
Oct 2, 2023
Oct 2, 2023
Oct 2, 2023
Oct 2, 2023

Repository files navigation

Laravel Breeze Boilerplate

Installation

To get started with Laravel Breeze Boilerplate, follow these steps:

  1. Install Dependencies:

    Run the following command to install the project dependencies:

    composer install
    
  2. Edit .env:

    Open the .env file and add your database credentials. If necessary, you can also modify the application URL in this file.

  3. Run Migrations:

    Create the required database tables by running the migration command:

    php artisan migrate
    
  4. Start the Local Server:

    Finally, start the local server with the following command:

    php artisan serve
    

    You can now access the Laravel Breeze Boilerplate project locally.

Happy coding! 😊

About

This repository offers a streamlined Laravel Breeze boilerplate for rapid API development with pre-configured authentication.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages