Skip to content

alessandroxtieri/laravel-boilerplate

Repository files navigation

Laravel Boilerplate by Alessandro Tieri

This is a preconfigured Laravel boilerplate with various useful packages to quickly start the development of new applications.

UI Theme

Installed Packages

Development Packages

Installation

  1. Clone the repository.
  2. Run composer install to install dependencies.
  3. Copy the .env.example file to .env and configure database details.
  4. Run php artisan key:generate to generate a new application key.
  5. Run database migrations with php artisan migrate.
  6. Start the development server with php artisan serve.

Contributing

If you want to contribute, please open an issue before submitting a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published