Git Product home page Git Product logo

larastarters's Introduction

Larastarters

Larastarters installs a regular Laravel Starter Kit and complements it with a Design Theme.

The package supports:


โ— IMPORTANT: This package must be used in a NEW Laravel project. Existing project functionalities, such as routes or controllers, may be overridden by Larastarters.


Features

Along with the Design Themes, Larastarters adds a few features that are typical for almost any project:

  • Profile management form to change name/email/password
  • A sample table of Users list
  • A sample static text page
  • Two-level menu on the sidebar

๐Ÿ”ฅ Notice: Check out our premium product QuickAdminPanel for more functionalities and extended features.

Get Started

Larastarters requires PHP 8+ and Laravel 9+.

  1. Create a new Laravel project.

  2. Require Larastarters as a dev dependency, run:

    composer require laraveldaily/larastarters --dev
  3. Configure Larastarters, run the command below:

    php artisan larastarters:install

    Choose your preferred starter kit and Design Theme.

    Larastarters Install

  4. Compile the project assets, run:

    npm install && npm run dev
  5. That's it! You have Laravel Auth starter, just visit the home page and click Log in / Register.


Developing within a container

Internally, this package runs several php artisan commands during the installation process.

If you are developing with a container, like Laravel Sail or Docker, you can pass the --php_version flag to change this behaviour and avoid problems in the installation process:

php artisan larastarters:install --php_version=./vendor/bin/sail`.

Available Themes

In the current version, there are 9 themes supported.

Tailwind Themes with Laravel Breeze

Example screenshots from Windmill theme:

Register

Dashboard

Bootstrap Themes with Laravel UI


More from our LaravelDaily Team

larastarters's People

Contributors

povilaskorop avatar krekas avatar roduankd avatar andrefilsantos avatar pcmehrdad avatar knaazimkhan avatar alnahian2003 avatar boedyirh avatar donnebanget avatar yismen avatar chengkangzai avatar dansysanalyst avatar mraheelkhan avatar saydfuad avatar thesunilyadav avatar umefarooq avatar dickygiancini avatar fractalbit 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.